HomeSort by relevance Sort by last modified time
    Searched full:getswitchstate (Results 1 - 12 of 12) sorted by null

  /hardware/libhardware/tests/input/evdev/
InputMocks.h 83 virtual int32_t getSwitchState(int32_t sw) const override { return 0; }
  /frameworks/base/services/core/java/com/android/server/
WiredAccessoryManager.java 105 if (mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY, SW_HEADPHONE_INSERT) == 1) {
108 if (mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY, SW_MICROPHONE_INSERT) == 1) {
111 if (mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY, SW_LINEOUT_INSERT) == 1) {
  /frameworks/native/services/inputflinger/
EventHub.h 233 virtual int32_t getSwitchState(int32_t deviceId, int32_t sw) const = 0;
303 virtual int32_t getSwitchState(int32_t deviceId, int32_t sw) const;
InputReader.h 359 virtual int32_t getSwitchState(int32_t deviceId, uint32_t sourceMask,
464 virtual int32_t getSwitchState(int32_t deviceId, uint32_t sourceMask,
616 int32_t getSwitchState(uint32_t sourceMask, int32_t switchCode);
    [all...]
InputReader.cpp 672 int32_t InputReader::getSwitchState(int32_t deviceId, uint32_t sourceMask, int32_t switchCode) {
675 return getStateLocked(deviceId, sourceMask, switchCode, &InputDevice::getSwitchState);
    [all...]
EventHub.cpp 375 int32_t EventHub::getSwitchState(int32_t deviceId, int32_t sw) const {
    [all...]
  /hardware/libhardware/modules/input/evdev/
InputHub.h 96 virtual int32_t getSwitchState(int32_t sw) const = 0;
InputHub.cpp 114 virtual int32_t getSwitchState(int32_t sw) const override;
344 int32_t EvdevDeviceNode::getSwitchState(int32_t sw) const {
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 599 virtual int32_t getSwitchState(int32_t deviceId, int32_t sw) const {
902 virtual int32_t getSwitchState(uint32_t, int32_t switchCode) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 462 public int getSwitchState(int deviceId, int sourceMask, int switchCode) {
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 721 milliseconds