OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qemud
(Results
1 - 16
of
16
) 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
/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/board/generic/
device.mk
23
ro.adb.
qemud
=1
/build/target/board/generic_arm64/
device.mk
23
ro.adb.
qemud
=1
/build/target/board/generic_mips/
device.mk
23
ro.adb.
qemud
=1
/build/target/board/generic_mips64/
device.mk
23
ro.adb.
qemud
=1
/build/target/board/generic_x86/
device.mk
23
ro.adb.
qemud
=1
/build/target/board/generic_x86_64/
device.mk
23
ro.adb.
qemud
=1
/device/generic/goldfish/camera/
QemuClient.h
25
#include <hardware/
qemud
.h>
/build/target/product/
emulator.mk
39
qemud
\
/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__ );
/device/generic/goldfish/fingerprint/
fingerprint.c
38
#include <hardware/
qemud
.h>
696
// Poll
qemud
channel for 5 seconds
704
ALOGE("Could not poll
qemud
channel: %s", strerror(errno));
721
ALOGW("Lost connection to
qemud
channel");
759
ALOGW("Connection to
qemud
channel has been lost");
/device/generic/goldfish/sensors/
sensors_qemu.c
26
/* we connect with the emulator through the "sensors"
qemud
service
48
#include <hardware/
qemud
.h>
133
** emulator through the
QEMUD
channel.
666
E("%s: no
qemud
connection", __FUNCTION__);
/device/generic/goldfish/gps/
gps_qemu.c
37
#include <hardware/
qemud
.h>
39
/* the name of the
qemud
-controlled socket */
787
D("gps emulation will read from '%s'
qemud
channel", QEMU_CHANNEL_NAME );
Completed in 306 milliseconds