Searched refs:adb_sysdeps_init (Results 1 - 4 of 4) sorted by relevance

/system/core/adb/client/
H A Dmain.cpp170 adb_sysdeps_init();
/system/core/adb/
H A Dtransport_test.cpp29 extern void adb_sysdeps_init(void);
30 adb_sysdeps_init();
32 // adb_sysdeps_init() is an inline function that we cannot link against.
37 // Static initializer will call adb_sysdeps_init() before main() to initialize
40 // for adb_sysdeps_init() itself in sysdeps_win32.cpp (caveats of unclear
H A Dsysdeps.h105 /* For win32, adb_sysdeps_init() will do the mutex runtime initialization. */
109 extern void adb_sysdeps_init(void);
803 static __inline__ void adb_sysdeps_init(void)
H A Dsysdeps_win32.cpp1261 adb_sysdeps_init( void ) function

Completed in 139 milliseconds