HomeSort by relevance Sort by last modified time
    Searched refs:adb_sysdeps_init (Results 1 - 4 of 4) sorted by null

  /system/core/adb/client/
main.cpp 170 adb_sysdeps_init();
  /system/core/adb/
transport_test.cpp 29 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
sysdeps.h 105 /* 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)
sysdeps_win32.cpp 1261 adb_sysdeps_init( void ) function
    [all...]

Completed in 247 milliseconds