Home
last modified time | relevance | path

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

/system/core/adb/
Dsysdeps.h101 typedef void (*adb_thread_func_t)(void* arg); typedef
105 adb_thread_func_t func;
117 static __inline__ bool adb_thread_create(adb_thread_func_t func, void* arg,
665 typedef void (*adb_thread_func_t)(void* arg); typedef
669 adb_thread_func_t func;
681 static __inline__ bool adb_thread_create(adb_thread_func_t start, void* arg,
Dtransport_local.cpp397 adb_thread_func_t func; in local_init()