/system/core/adb/ |
usb_linux_client.c | 136 if(adb_thread_create(&tid, usb_open_thread, h)){
|
sysdeps.h | 69 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* arg) function 418 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* arg ) function
|
backup_service.c | 145 if (adb_thread_create(&t, backup_child_waiter, params)) {
|
services.c | 257 if(adb_thread_create( &t, service_bootstrap_func, sti)){ 402 if(adb_thread_create( &t, service_bootstrap_func, sti)){
|
transport_local.c | 201 if(adb_thread_create(&thr, func, (void *)port)) {
|
usb_windows.c | 182 if(adb_thread_create(&tid, device_poll_thread, NULL)) {
|
transport.c | 633 if(adb_thread_create(&input_thread_ptr, input_thread, t)){ 637 if(adb_thread_create(&output_thread_ptr, output_thread, t)){
|
usb_libusb.c | 651 if (adb_thread_create(&tid, device_poll_thread, NULL)) {
|
usb_osx.c | 416 if(adb_thread_create(&tid, RunLoopThread, NULL))
|
usb_linux.c | 687 if(adb_thread_create(&tid, device_poll_thread, NULL)){
|
commandline.c | 346 adb_thread_create(&thr, stdin_read_thread, fds); [all...] |