HomeSort by relevance Sort by last modified time
    Searched refs:adb_thread_create (Results 1 - 10 of 10) sorted by null

  /system/core/adb/
usb_linux_client.c 135 if(adb_thread_create(&tid, usb_open_thread, h)){
sysdeps.h 68 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* arg) function
404 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* arg ) function
transport_local.c 197 if(adb_thread_create(&thr, func, (void *)port)) {
usb_windows.c 182 if(adb_thread_create(&tid, device_poll_thread, NULL)) {
services.c 259 if(adb_thread_create( &t, service_bootstrap_func, sti)){
usb_libusb.c 651 if (adb_thread_create(&tid, device_poll_thread, NULL)) {
usb_osx.c 416 if(adb_thread_create(&tid, RunLoopThread, NULL))
transport.c 609 if(adb_thread_create(&input_thread_ptr, input_thread, t)){
613 if(adb_thread_create(&output_thread_ptr, output_thread, t)){
usb_linux.c 685 if(adb_thread_create(&tid, device_poll_thread, NULL)){
commandline.c 379 adb_thread_create(&thr, stdin_read_thread, fds);
    [all...]

Completed in 3291 milliseconds