/bootable/recovery/minadbd/ |
services.c | 135 if(adb_thread_create( &t, service_bootstrap_func, sti)){
|
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 417 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* arg ) function
|
transport.c | 489 if(adb_thread_create(&input_thread_ptr, input_thread, t)){ 493 if(adb_thread_create(&output_thread_ptr, output_thread, t)){
|
/system/core/adb/ |
sysdeps.h | 70 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* arg) function 438 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* arg ) function
|
usb_linux_client.c | 257 if(adb_thread_create(&tid, usb_adb_open_thread, h)){ 458 if (adb_thread_create(&tid, usb_ffs_open_thread, h)){
|
backup_service.c | 145 if (adb_thread_create(&t, backup_child_waiter, params)) {
|
services.c | 247 if(adb_thread_create( &t, service_bootstrap_func, sti)){ 391 if(adb_thread_create( &t, service_bootstrap_func, sti)){
|
transport_local.c | 258 adb_thread_create(&thr, server_socket_thread, arg); 326 if(adb_thread_create(&thr, func, (void *)port)) {
|
usb_windows.c | 182 if(adb_thread_create(&tid, device_poll_thread, NULL)) {
|
usb_libusb.c | 651 if (adb_thread_create(&tid, device_poll_thread, NULL)) {
|
usb_osx.c | 424 if(adb_thread_create(&tid, RunLoopThread, NULL))
|
transport.c | 639 if(adb_thread_create(&input_thread_ptr, input_thread, t)){ 643 if(adb_thread_create(&output_thread_ptr, output_thread, t)){
|
usb_linux.c | 712 if(adb_thread_create(&tid, device_poll_thread, NULL)){
|
commandline.c | 365 adb_thread_create(&thr, stdin_read_thread, fds); [all...] |
sysdeps_win32.c | [all...] |