Home
last modified time | relevance | path

Searched refs:adb_thread_t (Results 1 – 10 of 10) sorted by relevance

/system/core/adb/
Dsysdeps.h65 typedef struct { unsigned tid; } adb_thread_t; typedef
71 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* ar… in adb_thread_create()
436 typedef pthread_t adb_thread_t; typedef
440 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* … in adb_thread_create()
Dtransport_local.c259 adb_thread_t thr; in qemu_socket_thread()
304 adb_thread_t thr; in local_init()
Dusb_linux_client.c231 adb_thread_t tid; in usb_adb_init()
445 adb_thread_t tid; in usb_ffs_init()
Dservices.c160 adb_thread_t t; in create_service_thread()
343 adb_thread_t t; in create_subproc_thread()
Dusb_windows.c182 adb_thread_t tid; in usb_init()
Dusb_osx.c416 adb_thread_t tid; in usb_init()
Dusb_libusb.c629 adb_thread_t tid; in usb_init()
Dtransport.c574 adb_thread_t output_thread_ptr; in transport_registration_func()
575 adb_thread_t input_thread_ptr; in transport_registration_func()
Dusb_linux.c703 adb_thread_t tid; in usb_init()
Dcommandline.c411 adb_thread_t thr; in interactive_shell()