OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qemud_client_send
(Results
1 - 6
of
6
) sorted by null
/external/qemu/android/
hw-qemud.h
107
extern void
qemud_client_send
( QemudClient* client, const uint8_t* msg, int msglen );
adb-qemud.c
100
qemud_client_send
(adb_client->qemud_client, (const uint8_t*)"ok", 2);
136
qemud_client_send
(adb_client->qemud_client, (const uint8_t*)buff, size);
227
qemud_client_send
(adb_client->qemud_client,
boot-properties.c
305
qemud_client_send
(client, (uint8_t*)prop->property, prop->length);
309
qemud_client_send
(client, (uint8_t*)"", 1);
hw-sensors.c
275
qemud_client_send
(cl->client, msg, msglen);
hw-qemud.c
1681
qemud_client_send
( QemudClient* client, const uint8_t* msg, int msglen )
function
[
all
...]
/external/qemu/android/camera/
camera-service.c
380
qemud_client_send
(qc, (const uint8_t*)payload_size_str, 8);
439
qemud_client_send
(qc, (const uint8_t*)ok_ko_str, 3);
442
qemud_client_send
(qc, (const uint8_t*)extra, extra_size);
[
all
...]
Completed in 88 milliseconds