Searched refs:adb_debug_qemu (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dadb.c167 int adb_debug_qemu = -1; variable
174 if (adb_debug_qemu >= 0) {
180 adb_debug_qemu = qemu_pipe_open(con_name);
181 return (adb_debug_qemu >= 0) ? 0 : -1;
190 if (adb_debug_qemu >= 0) {
192 adb_write(adb_debug_qemu, msg, strlen(msg));

Completed in 31 milliseconds