HomeSort by relevance Sort by last modified time
    Searched refs:adb_auth_nextkey (Results 1 - 3 of 3) 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 366 void *adb_auth_nextkey(void *current) function
adb.cpp 348 t->key = adb_auth_nextkey(t->key);
    [all...]

Completed in 573 milliseconds