Home
last modified time | relevance | path

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

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