Home
last modified time | relevance | path

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

/hardware/libhardware_legacy/
Dqemu.h75 extern int qemu_control_command( const char* fmt, ... );
/hardware/libhardware_legacy/vibrator/
Dvibrator.c50 return qemu_control_command( "vibrator:%d", timeout_ms ); in sendit()
/hardware/libhardware_legacy/qemu/
Dqemu.c327 qemu_control_command( const char* fmt, ... ) in qemu_control_command() function