Searched refs:getSwitchState (Results 1 – 3 of 3) sorted by relevance
96 virtual int32_t getSwitchState(int32_t sw) const = 0;
100 virtual int32_t getSwitchState(int32_t sw) const override;330 int32_t EvdevDeviceNode::getSwitchState(int32_t sw) const { in getSwitchState() function in android::EvdevDeviceNode
83 virtual int32_t getSwitchState(int32_t sw) const override { return 0; } in getSwitchState() function