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 36 void *adb_auth_nextkey(void *current);
46 static inline void *adb_auth_nextkey(void *current) { return NULL; } function
adb_auth_host.c 378 void *adb_auth_nextkey(void *current) function
adb.c 566 t->key = adb_auth_nextkey(t->key);
    [all...]

Completed in 3363 milliseconds