Home
last modified time | relevance | path

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

/system/core/adb/
Dusb_linux_client.c135 if(adb_thread_create(&tid, usb_open_thread, h)){ in usb_init()
Dsysdeps.h68 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
Dtransport_local.c201 if(adb_thread_create(&thr, func, (void *)port)) { in local_init()
Dusb_windows.c182 if(adb_thread_create(&tid, device_poll_thread, NULL)) { in usb_init()
Dtransport.c609 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()
Dusb_osx.c416 if(adb_thread_create(&tid, RunLoopThread, NULL)) in usb_init()
Dservices.c259 if(adb_thread_create( &t, service_bootstrap_func, sti)){ in create_service_thread()
Dusb_libusb.c651 if (adb_thread_create(&tid, device_poll_thread, NULL)) { in usb_init()
Dusb_linux.c685 if(adb_thread_create(&tid, device_poll_thread, NULL)){ in usb_init()
Dcommandline.c306 adb_thread_create(&thr, stdin_read_thread, fds); in interactive_shell()