HomeSort by relevance Sort by last modified time
    Searched refs:switchValue (Results 1 - 9 of 9) sorted by null

  /frameworks/base/services/input/
InputListener.cpp 106 int32_t switchCode, int32_t switchValue) :
108 switchCode(switchCode), switchValue(switchValue) {
113 switchCode(other.switchCode), switchValue(other.switchValue) {
InputListener.h 119 int32_t switchValue;
124 int32_t switchCode, int32_t switchValue);
InputDispatcher.h 251 int32_t switchCode, int32_t switchValue, uint32_t policyFlags) = 0;
    [all...]
InputReader.h 916 void processSwitch(nsecs_t when, int32_t switchCode, int32_t switchValue);
    [all...]
InputDispatcher.cpp     [all...]
InputReader.cpp     [all...]
  /frameworks/base/services/input/tests/
InputDispatcher_test.cpp 89 int32_t switchCode, int32_t switchValue, uint32_t policyFlags) {
InputReader_test.cpp     [all...]
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 192 virtual void notifySwitch(nsecs_t when, int32_t switchCode, int32_t switchValue,
573 int32_t switchValue, uint32_t policyFlags) {
575 ALOGD("notifySwitch - when=%lld, switchCode=%d, switchValue=%d, policyFlags=0x%x",
576 when, switchCode, switchValue, policyFlags);
585 when, switchValue == 0 /*lidOpen*/);
    [all...]

Completed in 280 milliseconds