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

/hardware/libhardware/modules/input/evdev/
H A DInputHub.h96 virtual int32_t getSwitchState(int32_t sw) const = 0;
H A DInputHub.cpp100 virtual int32_t getSwitchState(int32_t sw) const override;
330 int32_t EvdevDeviceNode::getSwitchState(int32_t sw) const { function in class:android::EvdevDeviceNode
/hardware/libhardware/tests/input/evdev/
H A DInputMocks.h83 virtual int32_t getSwitchState(int32_t sw) const override { return 0; }

Completed in 273 milliseconds