Home
last modified time | relevance | path

Searched refs:switchValue (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/input/
DInputListener.cpp106 int32_t switchCode, int32_t switchValue) : in NotifySwitchArgs() argument
108 switchCode(switchCode), switchValue(switchValue) { in NotifySwitchArgs()
113 switchCode(other.switchCode), switchValue(other.switchValue) { in NotifySwitchArgs()
DInputListener.h119 int32_t switchValue; member
124 int32_t switchCode, int32_t switchValue);
DInputDispatcher.h256 int32_t switchCode, int32_t switchValue, uint32_t policyFlags) = 0;
DInputReader.h866 void processSwitch(nsecs_t when, int32_t switchCode, int32_t switchValue);
DInputDispatcher.cpp2987 args->switchCode, args->switchValue); in notifySwitch()
2993 args->switchCode, args->switchValue, policyFlags); in notifySwitch()
DInputReader.cpp1749 void SwitchInputMapper::processSwitch(nsecs_t when, int32_t switchCode, int32_t switchValue) { in processSwitch() argument
1750 NotifySwitchArgs args(when, 0, switchCode, switchValue); in processSwitch()
/frameworks/base/services/input/tests/
DInputDispatcher_test.cpp89 int32_t switchCode, int32_t switchValue, uint32_t policyFlags) { in notifySwitch() argument
DInputReader_test.cpp1528 ASSERT_EQ(1, args.switchValue); in TEST_F()
/frameworks/base/services/jni/
Dcom_android_server_InputManager.cpp197 virtual void notifySwitch(nsecs_t when, int32_t switchCode, int32_t switchValue,
502 int32_t switchValue, uint32_t policyFlags) { in notifySwitch() argument
505 when, switchCode, switchValue, policyFlags); in notifySwitch()
513 when, switchValue == 0); in notifySwitch()