Searched defs:getSwitchState (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/ui/
H A DEventHub.cpp158 int EventHub::getSwitchState(int sw) const function in class:android::EventHub
164 return getSwitchState(devid, sw);
171 int EventHub::getSwitchState(int32_t deviceId, int sw) const function in class:android::EventHub
/frameworks/base/services/java/com/android/server/
H A DKeyInputQueue.java482 public static native int getSwitchState(int sw); method in class:KeyInputQueue
483 public static native int getSwitchState(int deviceId, int sw); method in class:KeyInputQueue
H A DWindowManagerService.java4352 public int getSwitchState(int sw) { method in class:WindowManagerService
4354 "getSwitchState()")) {
4357 return KeyInputQueue.getSwitchState(sw);
4365 return KeyInputQueue.getSwitchState(devid, sw);

Completed in 1325 milliseconds