Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2325 private void notifySwitch(long whenNanos, int switchValues, int switchMask) { in notifySwitch()
2961 void notifyWiredAccessoryChanged(long whenNanos, int switchValues, int switchMask); in notifyWiredAccessoryChanged()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp834 uint32_t switchValues, uint32_t switchMask, uint32_t /* policyFlags */) { in notifySwitch() argument