OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qemud_channel_send
(Results
1 - 5
of
5
) sorted by null
/device/generic/goldfish/power/
power_qemu.c
40
r =
qemud_channel_send
(qemud_fd, on ? "power:screen_state:wake"
/device/generic/goldfish/qemu-props/
qemu-props.c
72
if (
qemud_channel_send
(qemud_fd, "list", -1) < 0) {
/hardware/libhardware/include/hardware/
qemud.h
105
qemud_channel_send
(int fd, const void* msg, int msglen)
function
/device/generic/goldfish/lights/
lights_qemu.c
90
if (
qemud_channel_send
( fd, buffer, -1 ) < 0) {
/device/generic/goldfish/sensors/
sensors_qemu.c
185
ret =
qemud_channel_send
(ctl->fd, command, -1);
205
return
qemud_channel_send
(ctl->fd, command, -1);
563
ret =
qemud_channel_send
(fd, "list-sensors", -1);
Completed in 59 milliseconds