HomeSort by relevance Sort by last modified time
    Searched full:adb_thread_t (Results 1 - 14 of 14) sorted by null

  /bootable/recovery/minadbd/
sysdeps.h 63 typedef struct { unsigned tid; } adb_thread_t; typedef in typeref:struct:__anon1109
69 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* arg)
413 typedef pthread_t adb_thread_t; typedef
417 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* arg )
services.c 101 adb_thread_t t;
usb_linux_client.c 232 adb_thread_t tid;
444 adb_thread_t tid;
transport.c 425 adb_thread_t output_thread_ptr;
426 adb_thread_t input_thread_ptr;
  /system/core/adb/
sysdeps.h 65 typedef struct { unsigned tid; } adb_thread_t; typedef in typeref:struct:__anon63402
71 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* arg)
436 typedef pthread_t adb_thread_t; typedef
440 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* arg )
transport_local.c 259 adb_thread_t thr;
304 adb_thread_t thr;
usb_linux_client.c 231 adb_thread_t tid;
445 adb_thread_t tid;
usb_windows.c 182 adb_thread_t tid;
services.c 160 adb_thread_t t;
343 adb_thread_t t;
usb_libusb.c 629 adb_thread_t tid;
usb_osx.c 416 adb_thread_t tid;
transport.c 574 adb_thread_t output_thread_ptr;
575 adb_thread_t input_thread_ptr;
usb_linux.c 703 adb_thread_t tid;
commandline.c 411 adb_thread_t thr;
    [all...]

Completed in 248 milliseconds