Home
last modified time | relevance | path

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

/frameworks/base/libs/ui/tests/
DInputDispatcher_test.cpp71 int32_t switchCode, int32_t switchValue, uint32_t policyFlags) { in notifySwitch()
DInputReader_test.cpp200 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/
DInputReader.cpp527 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()
DInputDispatcher.cpp2270 void InputDispatcher::notifySwitch(nsecs_t when, int32_t switchCode, int32_t switchValue, in notifySwitch()
/frameworks/base/services/java/com/android/server/
DInputManager.java194 public int getSwitchState(int deviceId, int sourceMask, int switchCode) { in getSwitchState()
/frameworks/base/services/jni/
Dcom_android_server_InputManager.cpp574 void NativeInputManager::notifySwitch(nsecs_t when, int32_t switchCode, in notifySwitch()