Searched defs:switchMask (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | WiredAccessoryManager.java | 138 public void notifyWiredAccessoryChanged(long whenNanos, int switchValues, int switchMask) { in notifyWiredAccessoryChanged() 321 private String switchCodeToString(int switchValues, int switchMask) { in switchCodeToString()
|
/aosp12/frameworks/native/services/inputflinger/include/ |
H A D | InputListener.h | 177 uint32_t switchMask; member
|
/aosp12/frameworks/native/services/inputflinger/ |
H A D | InputListener.cpp | 198 uint32_t switchValues, uint32_t switchMask) in NotifySwitchArgs()
|
/aosp12/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 2670 private void notifySwitch(long whenNanos, int switchValues, int switchMask) { in notifySwitch() 3198 public void notifyWiredAccessoryChanged(long whenNanos, int switchValues, int switchMask); in notifyWiredAccessoryChanged()
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_input_InputManagerService.cpp | 766 uint32_t switchValues, uint32_t switchMask, uint32_t /* policyFlags */) { in notifySwitch() argument
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputDispatcher_test.cpp | 389 void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask, in notifySwitch()
|