Home
last modified time | relevance | path

Searched refs:qemud_channel_open (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish/power/
Dpower_qemu.c30 qemud_fd = qemud_channel_open("hw-control"); in power_qemu_init()
/device/generic/goldfish/qemu-props/
Dqemu-props.c55 qemud_fd = qemud_channel_open( "boot-properties" ); in main()
/device/generic/goldfish/include/
Dqemud.h42 qemud_channel_open(const char* name) in qemud_channel_open() function
/device/generic/goldfish/lights/
Dlights_qemu.c68 int fd = qemud_channel_open( LIGHTS_SERVICE_NAME ); in set_light_backlight()
/device/generic/goldfish/sensors/
Dsensors_qemu.c177 dev->fd = qemud_channel_open(SENSORS_SERVICE_NAME); in sensor_device_get_fd_locked()
791 int fd = qemud_channel_open(SENSORS_SERVICE_NAME); in sensors__get_sensors_list()
/device/generic/goldfish/fingerprint/
Dfingerprint.c669 int fd = qemud_channel_open(FINGERPRINT_LISTEN_SERVICE_NAME); in listenerFunction()