OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:adb_auth_nextkey
(Results
1 - 2
of
2
) sorted by null
/system/core/adb/
adb_auth.h
43
void *
adb_auth_nextkey
(void *current);
56
static inline void *
adb_auth_nextkey
(void *current) { return NULL; }
function
adb_auth_host.cpp
390
void *
adb_auth_nextkey
(void *current)
function
Completed in 36 milliseconds