Searched refs:adb_thread_create (Results 1 – 10 of 10) sorted by relevance
/system/core/adb/ |
D | usb_linux_client.c | 135 if(adb_thread_create(&tid, usb_open_thread, h)){ in usb_init()
|
D | sysdeps.h | 68 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* ar… in adb_thread_create() function 404 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* … in adb_thread_create() function
|
D | transport_local.c | 201 if(adb_thread_create(&thr, func, (void *)port)) { in local_init()
|
D | usb_windows.c | 182 if(adb_thread_create(&tid, device_poll_thread, NULL)) { in usb_init()
|
D | transport.c | 609 if(adb_thread_create(&input_thread_ptr, input_thread, t)){ in transport_registration_func() 613 if(adb_thread_create(&output_thread_ptr, output_thread, t)){ in transport_registration_func()
|
D | usb_osx.c | 416 if(adb_thread_create(&tid, RunLoopThread, NULL)) in usb_init()
|
D | services.c | 259 if(adb_thread_create( &t, service_bootstrap_func, sti)){ in create_service_thread()
|
D | usb_libusb.c | 651 if (adb_thread_create(&tid, device_poll_thread, NULL)) { in usb_init()
|
D | usb_linux.c | 685 if(adb_thread_create(&tid, device_poll_thread, NULL)){ in usb_init()
|
D | commandline.c | 306 adb_thread_create(&thr, stdin_read_thread, fds); in interactive_shell()
|