HomeSort by relevance Sort by last modified time
    Searched refs:qemud_channel_send (Results 1 - 6 of 6) 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/include/
qemud.h 87 qemud_channel_send(int fd, const void* msg, int msglen) function
  /device/generic/goldfish/qemu-props/
qemu-props.c 77 if (qemud_channel_send(qemud_fd, "list", -1) < 0) {
  /device/generic/goldfish/lights/
lights_qemu.c 90 if (qemud_channel_send( fd, buffer, -1 ) < 0) {
  /device/generic/goldfish/sensors/
sensors_qemu.c 206 if (qemud_channel_send(fd, cmd, strlen(cmd)) < 0) {
891 ret = qemud_channel_send(fd, "list-sensors", -1);
    [all...]
  /device/generic/goldfish/fingerprint/
fingerprint.c 699 if (qemud_channel_send(qdev->qchanfd, cmd, strlen(cmd)) < 0) {

Completed in 97 milliseconds