Searched refs:notify (Results 1 - 4 of 4) sorted by relevance

/system/core/adb/
H A Dusb_linux_client.c42 adb_cond_t notify; member in struct:usb_handle
158 adb_cond_wait(&usb->notify, &usb->lock);
223 // notify usb_adb_open_thread that we are disconnected
224 adb_cond_signal(&h->notify);
241 adb_cond_init(&h->notify, 0);
324 adb_cond_wait(&usb->notify, &usb->lock);
432 // notify usb_ffs_open_thread that we are disconnected
433 adb_cond_signal(&h->notify);
454 adb_cond_init(&h->notify, 0);
H A Dusb_linux.c70 adb_cond_t notify; member in struct:usb_handle
347 res = pthread_cond_timedwait(&h->notify, &h->lock, &ts);
427 adb_cond_broadcast(&h->notify);
535 adb_cond_broadcast(&h->notify);
594 adb_cond_init(&usb->notify, 0);
H A Dusb_libusb.c58 adb_cond_t notify; member in struct:usb_handle
338 adb_cond_init(&usb->notify, 0);
/system/core/toolbox/
H A DAndroid.mk28 notify \

Completed in 762 milliseconds