Home
last modified time | relevance | path

Searched defs:switchCode (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/services/input/tests/
DInputDispatcher_test.cpp89 int32_t switchCode, int32_t switchValue, uint32_t policyFlags) { in notifySwitch()
DInputReader_test.cpp366 void setSwitchState(int32_t deviceId, int32_t switchCode, int32_t state) { in setSwitchState()
759 void setSwitchState(int32_t switchCode, int32_t state) { in setSwitchState()
804 virtual int32_t getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState()
/frameworks/base/services/input/
DInputListener.cpp106 int32_t switchCode, int32_t switchValue) : in NotifySwitchArgs()
DInputListener.h118 int32_t switchCode; member
DInputReader.cpp625 int32_t InputReader::getSwitchState(int32_t deviceId, uint32_t sourceMask, int32_t switchCode) { in getSwitchState()
993 int32_t InputDevice::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState()
1697 int32_t InputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState()
1749 void SwitchInputMapper::processSwitch(nsecs_t when, int32_t switchCode, int32_t switchValue) { in processSwitch()
1754 int32_t SwitchInputMapper::getSwitchState(uint32_t sourceMask, int32_t switchCode) { in getSwitchState()
/frameworks/base/services/java/com/android/server/wm/
DInputManager.java224 public int getSwitchState(int deviceId, int sourceMask, int switchCode) { in getSwitchState()
/frameworks/base/services/jni/
Dcom_android_server_InputManager.cpp501 void NativeInputManager::notifySwitch(nsecs_t when, int32_t switchCode, in notifySwitch()