Searched refs:switchValue (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/input/ |
D | InputListener.cpp | 106 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()
|
D | InputListener.h | 119 int32_t switchValue; member 124 int32_t switchCode, int32_t switchValue);
|
D | InputDispatcher.h | 256 int32_t switchCode, int32_t switchValue, uint32_t policyFlags) = 0;
|
D | InputReader.h | 866 void processSwitch(nsecs_t when, int32_t switchCode, int32_t switchValue);
|
D | InputDispatcher.cpp | 2987 args->switchCode, args->switchValue); in notifySwitch() 2993 args->switchCode, args->switchValue, policyFlags); in notifySwitch()
|
D | InputReader.cpp | 1749 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/ |
D | InputDispatcher_test.cpp | 89 int32_t switchCode, int32_t switchValue, uint32_t policyFlags) { in notifySwitch() argument
|
D | InputReader_test.cpp | 1528 ASSERT_EQ(1, args.switchValue); in TEST_F()
|
/frameworks/base/services/jni/ |
D | com_android_server_InputManager.cpp | 197 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()
|