Searched refs:adb_thread_create (Results 1 - 9 of 9) sorted by relevance

/system/core/adb/
H A Dtransport_local.cpp239 adb_thread_create(&thr, server_socket_thread, arg);
307 if(adb_thread_create(&thr, func, (void *) (uintptr_t) port)) {
H A Dsysdeps.h88 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* arg) function
436 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* arg ) function
H A Dusb_linux_client.cpp268 if(adb_thread_create(&tid, usb_adb_open_thread, h)){
487 if (adb_thread_create(&tid, usb_ffs_open_thread, h)){
H A Dservices.cpp214 if (adb_thread_create(&t, service_bootstrap_func, sti)) {
413 if (adb_thread_create(&t, service_bootstrap_func, sti)) {
H A Dusb_windows.cpp186 if(adb_thread_create(&tid, device_poll_thread, NULL)) {
H A Dusb_osx.cpp415 if(adb_thread_create(&tid, RunLoopThread, NULL))
H A Dtransport.cpp603 if(adb_thread_create(&input_thread_ptr, input_thread, t)){
607 if(adb_thread_create(&output_thread_ptr, output_thread, t)){
H A Dusb_linux.cpp681 if(adb_thread_create(&tid, device_poll_thread, NULL)){
H A Dcommandline.cpp428 adb_thread_create(&thr, stdin_read_thread, fds);

Completed in 808 milliseconds