Home
last modified time | relevance | path

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

/external/qemu/android/camera/
Dcamera-service.c413 const char* ok_ko_str; in _qemu_client_query_reply() local
427 ok_ko_str = ok_ko ? OK_REPLY_DATA : KO_REPLY_DATA; in _qemu_client_query_reply()
431 ok_ko_str = ok_ko ? OK_REPLY : KO_REPLY; in _qemu_client_query_reply()
439 qemud_client_send(qc, (const uint8_t*)ok_ko_str, 3); in _qemu_client_query_reply()