Searched defs:switchCode (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/ui/tests/ |
D | InputDispatcher_test.cpp | 71 int32_t switchCode, int32_t switchValue, uint32_t policyFlags) { in notifySwitch()
|
D | InputReader_test.cpp | 200 int32_t switchCode; member 314 int32_t switchCode, int32_t switchValue, uint32_t policyFlags) { in notifySwitch() 438 void setSwitchState(int32_t deviceId, int32_t switchCode, int32_t state) { in setSwitchState() 712 void setSwitchState(int32_t switchCode, int32_t state) { in setSwitchState() 756 virtual int32_t getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState()
|
/frameworks/base/libs/ui/ |
D | InputReader.cpp | 527 int32_t InputReader::getSwitchState(int32_t deviceId, uint32_t sourceMask, int32_t switchCode) { in getSwitchState() 730 int32_t InputDevice::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState() 803 int32_t InputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState() 838 void SwitchInputMapper::processSwitch(nsecs_t when, int32_t switchCode, int32_t switchValue) { in processSwitch() 842 int32_t SwitchInputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState()
|
D | InputDispatcher.cpp | 2270 void InputDispatcher::notifySwitch(nsecs_t when, int32_t switchCode, int32_t switchValue, in notifySwitch()
|
/frameworks/base/services/java/com/android/server/ |
D | InputManager.java | 194 public int getSwitchState(int deviceId, int sourceMask, int switchCode) { in getSwitchState()
|
/frameworks/base/services/jni/ |
D | com_android_server_InputManager.cpp | 574 void NativeInputManager::notifySwitch(nsecs_t when, int32_t switchCode, in notifySwitch()
|