HomeSort by relevance Sort by last modified time
    Searched refs:qemud (Results 1 - 17 of 17) sorted by null

  /device/generic/goldfish/qemud/
Android.mk 12 qemud.c
18 LOCAL_MODULE:= qemud
  /device/generic/goldfish/
init.goldfish.sh 7 # ro.kernel.android.qemud is normally set when we
9 # the emulated modem through qemud.
24 qemud=`getprop ro.kernel.android.qemud`
25 case "$qemud" in
  /build/target/board/generic_x86/
device.mk 23 ro.adb.qemud=1
  /build/target/board/generic/
device.mk 23 ro.adb.qemud=1
  /build/target/board/generic_mips/
device.mk 23 ro.adb.qemud=1
  /build/target/board/vbox_x86/
BoardConfig.mk 20 BOARD_KERNEL_CMDLINE := init=/init qemu=1 console=tty0 vga=788 verbose androidboot.hardware=vbox_x86 androidboot.console=tty0 android.qemud=tty0
device.mk 25 ro.adb.qemud=1
  /device/generic/goldfish/power/
power_qemu.c 22 #include <hardware/qemud.h>
33 ALOGE("Error connecting to qemud hw-control service\n");
44 ALOGE("Error sending power command to qemud hw-control service\n");
  /device/generic/goldfish/qemu-props/
qemu-props.c 19 * system. It does so by connecting to the 'boot-properties' qemud service.
38 #include <hardware/qemud.h>
40 /* Name of the qemud service we want to connect to.
50 /* try to connect to the qemud service */
64 DD("waiting 1s to wait for qemud.");
69 DD("connected to '%s' qemud service.", QEMUD_SERVICE);
  /build/target/product/
emulator.mk 51 qemud \
  /device/generic/goldfish/camera/
QemuClient.h 25 #include <hardware/qemud.h>
  /external/qemu/android/utils/
debug.h 31 _VERBOSE_TAG(qemud, "qemud multiplexer daemon") \
  /device/generic/goldfish/lights/
lights_qemu.c 29 /* we connect with the emulator through the "hw-control" qemud service */
42 #include <hardware/qemud.h>
71 E( "%s: no qemud connection", __FUNCTION__ );
  /external/sepolicy/
file_contexts 92 /dev/socket/qemud u:object_r:qemud_socket:s0
140 /system/bin/qemud u:object_r:qemud_exec:s0
  /device/generic/goldfish/sensors/
sensors_qemu.c 26 /* we connect with the emulator through the "sensors" qemud service
49 #include <hardware/qemud.h>
118 ** emulator through the QEMUD channel.
555 E("%s: no qemud connection", __FUNCTION__);
  /external/qemu/android/
hw-qemud.c 12 #include "android/hw-qemud.h"
25 #define D(...) VERBOSE_PRINT(qemud,__VA_ARGS__)
26 #define D_ACTIVE VERBOSE_CHECK(qemud)
32 #define T(...) VERBOSE_PRINT(qemud,__VA_ARGS__)
38 * development/emulator/qemud/qemud.c as well.
55 * talking to a legacy qemud daemon. See docs/ANDROID-QEMUD.TXT
70 * This implements support for the 'qemud' multiplexing communication
74 * For additional details, please read docs/ANDROID-QEMUD.TX
    [all...]
  /device/generic/goldfish/gps/
gps_qemu.c 37 #include <hardware/qemud.h>
39 /* the name of the qemud-controlled socket */
789 D("gps emulation will read from '%s' qemud channel", QEMU_CHANNEL_NAME );

Completed in 300 milliseconds