Home
last modified time | relevance | path

Searched refs:_EnqueueInlineInputMethod (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.cpp476 _EnqueueInlineInputMethod(B_INPUT_METHOD_CHANGED, in _ControlThread()
478 _EnqueueInlineInputMethod(B_INPUT_METHOD_STOPPED); in _ControlThread()
484 && _EnqueueInlineInputMethod(B_INPUT_METHOD_STARTED) == B_OK) { in _ControlThread()
490 if (_EnqueueInlineInputMethod(B_INPUT_METHOD_CHANGED, string) in _ControlThread()
582 KeyboardDevice::_EnqueueInlineInputMethod(int32 opcode, in _EnqueueInlineInputMethod() function in KeyboardDevice
H A DKeyboardInputDevice.h47 status_t _EnqueueInlineInputMethod(int32 opcode,