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

  /hardware/libhardware/modules/input/evdev/
InputHub.cpp 100 virtual int32_t getSwitchState(int32_t sw) const override;
330 int32_t EvdevDeviceNode::getSwitchState(int32_t sw) const {
  /frameworks/native/services/inputflinger/
EventHub.cpp 392 int32_t EventHub::getSwitchState(int32_t deviceId, int32_t sw) const {
    [all...]
InputReader.cpp 749 int32_t InputReader::getSwitchState(int32_t deviceId, uint32_t sourceMask, int32_t switchCode) {
752 return getStateLocked(deviceId, sourceMask, switchCode, &InputDevice::getSwitchState);
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 697 virtual int32_t getSwitchState(int32_t deviceId, int32_t sw) const {
1004 virtual int32_t getSwitchState(uint32_t, int32_t switchCode) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 478 public int getSwitchState(int deviceId, int sourceMask, int switchCode) {
    [all...]

Completed in 191 milliseconds