HomeSort by relevance Sort by last modified time
    Searched defs:getSwitchState (Results 1 - 4 of 4) sorted by null

  /frameworks/native/services/inputflinger/
EventHub.cpp 368 int32_t EventHub::getSwitchState(int32_t deviceId, int32_t sw) const {
    [all...]
InputReader.cpp 605 int32_t InputReader::getSwitchState(int32_t deviceId, uint32_t sourceMask, int32_t switchCode) {
608 return getStateLocked(deviceId, sourceMask, switchCode, &InputDevice::getSwitchState);
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 413 public int getSwitchState(int deviceId, int sourceMask, int switchCode) {
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 597 virtual int32_t getSwitchState(int32_t deviceId, int32_t sw) const {
894 virtual int32_t getSwitchState(uint32_t sourceMask, int32_t switchCode) {
    [all...]

Completed in 319 milliseconds