Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DEventHub.cpp392 int32_t EventHub::getSwitchState(int32_t deviceId, int32_t sw) const { in getSwitchState() function in android::EventHub
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp697 virtual int32_t getSwitchState(int32_t deviceId, int32_t sw) const { in getSwitchState() function in android::FakeEventHub
1004 virtual int32_t getSwitchState(uint32_t, int32_t switchCode) { in getSwitchState() function in android::FakeInputMapper
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java478 public int getSwitchState(int deviceId, int sourceMask, int switchCode) { in getSwitchState() method in InputManagerService