OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:framework_fd
(Results
1 - 1
of
1
) sorted by null
/system/core/adb/
adb_auth_client.cpp
48
static int
framework_fd
= -1;
variable
174
framework_fd
= -1;
203
if (
framework_fd
< 0) {
221
ret = unix_write(
framework_fd
, msg, ret);
241
if (
framework_fd
>= 0) {
246
framework_fd
= s;
247
fdevent_install(&framework_fde,
framework_fd
, adb_auth_event, nullptr);
Completed in 1794 milliseconds