Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/
H A DWiredAccessoryManager.java109 int switchValues = 0; in onSystemReady() local
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 DInputListener.h176 uint32_t switchValues; member
/aosp12/frameworks/native/services/inputflinger/
H A DInputListener.cpp198 uint32_t switchValues, uint32_t switchMask) in NotifySwitchArgs()
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2670 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 Dcom_android_server_input_InputManagerService.cpp766 uint32_t switchValues, uint32_t switchMask, uint32_t /* policyFlags */) { in notifySwitch() argument
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputDispatcher_test.cpp389 void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask, in notifySwitch()