Searched refs:getInputManager (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 267 inline sp<InputManagerInterface> getInputManager() const { return mInputManager; } in getInputManager() function in android::NativeInputManager 1768 status_t result = im->getInputManager()->start(); in nativeStart() 1784 return (jint)im->getInputManager()->getReader().getScanCodeState(deviceId, uint32_t(sourceMask), in nativeGetScanCodeState() 1792 return (jint)im->getInputManager()->getReader().getKeyCodeState(deviceId, uint32_t(sourceMask), in nativeGetKeyCodeState() 1800 return (jint)im->getInputManager()->getReader().getSwitchState(deviceId, uint32_t(sourceMask), in nativeGetSwitchState() 1815 im->getInputManager()->getReader().addKeyRemapping(deviceId, fromKeyCode, toKeyCode); in nativeAddKeyRemapping() 1829 if (im->getInputManager()->getReader().hasKeys(deviceId, uint32_t(sourceMask), codes, flags)) { in nativeHasKeys() 1842 return (jint)im->getInputManager()->getReader().getKeyCodeForKeyLocation(deviceId, in nativeGetKeyCodeForKeyLocation() 1935 im->getInputManager()->getDispatcher().setInputFilterEnabled(enabled); in nativeSetInputFilterEnabled() 1942 return im->getInputManager()->getDispatcher().setInTouchMode(inTouchMode, gui::Pid{pid}, in nativeSetInTouchMode() [all …]
|