|
Android-cuttlefish cvd tool
|
#include <input_devices.h>


Public Member Functions | |
| SwitchesDevice (InputConnection conn) | |
| Result< void > | SendEvent (uint16_t code, bool state) |
Public Member Functions inherited from cuttlefish::InputDevice | |
| InputDevice (InputConnection conn) | |
| virtual | ~InputDevice ()=default |
Additional Inherited Members | |
Protected Member Functions inherited from cuttlefish::InputDevice | |
| Result< void > | WriteEvents (const EventBuffer &buffer) |
|
inline |
| Result< void > cuttlefish::SwitchesDevice::SendEvent | ( | uint16_t | code, |
| bool | state | ||
| ) |