Home
last modified time | relevance | path

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

/system/core/adb/
Dadb_auth_client.cpp182 fdevent_remove(&usb_transport->auth_fde); in adb_auth_event()
226 fdevent_install(&t->auth_fde, framework_fd, adb_auth_event, t); in adb_auth_confirm_key()
227 fdevent_add(&t->auth_fde, FDE_READ); in adb_auth_confirm_key()
Dadb.h210 fdevent auth_fde; member