Lines Matching refs:AddInt32
408 reply.AddInt32("event port", fAppServerPort); in _AcquireInput()
412 reply.AddInt32("cursor semaphore", fCursorSem); in _AcquireInput()
598 reply.AddInt32("status", status); in MessageReceived()
637 msg.AddInt32("type", B_KEYBOARD_DEVICE); in HandleGetSetKeyRepeatDelay()
638 msg.AddInt32("code", B_KEY_REPEAT_DELAY_CHANGED); in HandleGetSetKeyRepeatDelay()
656 return reply->AddInt32("modifiers", fKeyInfo.modifiers); in HandleGetModifiers()
668 return reply->AddInt32("key", fKeys.caps_key); in HandleGetModifierKey()
670 return reply->AddInt32("key", fKeys.num_key); in HandleGetModifierKey()
672 return reply->AddInt32("key", fKeys.scroll_key); in HandleGetModifierKey()
674 return reply->AddInt32("key", fKeys.left_shift_key); in HandleGetModifierKey()
676 return reply->AddInt32("key", fKeys.right_shift_key); in HandleGetModifierKey()
678 return reply->AddInt32("key", fKeys.left_command_key); in HandleGetModifierKey()
680 return reply->AddInt32("key", fKeys.right_command_key); in HandleGetModifierKey()
682 return reply->AddInt32("key", fKeys.left_control_key); in HandleGetModifierKey()
684 return reply->AddInt32("key", fKeys.right_control_key); in HandleGetModifierKey()
686 return reply->AddInt32("key", fKeys.left_option_key); in HandleGetModifierKey()
688 return reply->AddInt32("key", fKeys.right_option_key); in HandleGetModifierKey()
690 return reply->AddInt32("key", fKeys.menu_key); in HandleGetModifierKey()
749 msg.AddInt32("type", B_KEYBOARD_DEVICE); in HandleSetModifierKey()
750 msg.AddInt32("code", B_KEY_MAP_CHANGED); in HandleSetModifierKey()
765 msg.AddInt32("type", B_KEYBOARD_DEVICE); in HandleSetKeyboardLocks()
766 msg.AddInt32("code", B_KEY_LOCKS_CHANGED); in HandleSetKeyboardLocks()
781 message.AddInt32("code", code); in _PostMouseControlMessage()
783 message.AddInt32("type", B_POINTING_DEVICE); in _PostMouseControlMessage()
872 return reply->AddInt32("mouse_type", settings->MouseType()); in HandleGetSetMouseType()
903 return reply->AddInt32("speed", settings->AccelerationFactor()); in HandleGetSetMouseAcceleration()
934 return reply->AddInt32("speed", settings->MouseSpeed()); in HandleGetSetMouseSpeed()
1053 msg.AddInt32("type", B_KEYBOARD_DEVICE); in HandleGetSetKeyRepeatRate()
1054 msg.AddInt32("code", B_KEY_REPEAT_RATE_CHANGED); in HandleGetSetKeyRepeatRate()
1058 return reply->AddInt32("rate", fKeyboardSettings.KeyboardRepeatRate()); in HandleGetSetKeyRepeatRate()
1084 msg.AddInt32("type", B_KEYBOARD_DEVICE); in HandleGetSetKeyMap()
1085 msg.AddInt32("code", B_KEY_MAP_CHANGED); in HandleGetSetKeyMap()
1270 msg->AddInt32("type", item->Type()); in GetDeviceInfos()
1297 message.AddInt32("type", item->Type()); in UnregisterDevices()
1363 message.AddInt32("type", item->Type()); in RegisterDevices()
1408 message.AddInt32("type", item->Type()); in StartStopDevices()
1452 message.AddInt32("type", item->Type()); in StartStopDevices()
1688 event->AddInt32("be:device_subtype", B_UNKNOWN_DEVICE_SUBTYPE); in _SanitizeEvents()
1697 event->AddInt32("buttons", 0); in _SanitizeEvents()
1700 event->AddInt32("be:device_subtype", B_UNKNOWN_DEVICE_SUBTYPE); in _SanitizeEvents()
1717 event->AddInt32("be:delta_x", x); in _SanitizeEvents()
1718 event->AddInt32("be:delta_y", y); in _SanitizeEvents()
1749 event->AddInt32("modifiers", fKeyInfo.modifiers); in _SanitizeEvents()
1756 event->AddInt32("modifiers", fKeyInfo.modifiers); in _SanitizeEvents()
1972 event->AddInt32("modifiers", fKeyInfo.modifiers); in _DispatchEvent()