Home
last modified time | relevance | path

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

/system/core/adb/
Dadb_auth_client.c45 static int framework_fd = -1; variable
182 framework_fd = -1; in adb_auth_event()
201 if (framework_fd < 0) { in adb_auth_confirm_key()
219 ret = unix_write(framework_fd, msg, ret); in adb_auth_confirm_key()
225 fdevent_install(&t->auth_fde, framework_fd, adb_auth_event, t); in adb_auth_confirm_key()
243 framework_fd = s; in adb_auth_listener()