OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adb_thread_func_t
(Results
1 - 2
of
2
) sorted by null
/system/core/adb/
sysdeps.h
121
typedef void (*
adb_thread_func_t
)(void* arg);
typedef
125
adb_thread_func_t
func;
137
static __inline__ bool adb_thread_create(
adb_thread_func_t
func, void* arg,
688
typedef void (*
adb_thread_func_t
)(void* arg);
692
adb_thread_func_t
func;
704
static __inline__ bool adb_thread_create(
adb_thread_func_t
start, void* arg,
transport_local.cpp
293
adb_thread_func_t
func;
Completed in 54 milliseconds