Searched defs:notify (Results 1 - 6 of 6) 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);
326 adb_cond_wait(&usb->notify, &usb->lock);
437 // notify usb_ffs_open_thread that we are disconnected
438 adb_cond_signal(&h->notify);
459 adb_cond_init(&h->notify, 0);
H A Dusb_libusb.c58 adb_cond_t notify; member in struct:usb_handle
338 adb_cond_init(&usb->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);
/system/core/fastbootd/
H A Dusb_linux_client.c60 pthread_cond_t notify; member in struct:usb_transport
266 pthread_cond_signal(&usb_transport->notify);
278 pthread_cond_wait(&usb_transport->notify, &usb_transport->lock);
303 pthread_cond_init(&usb_transport->notify, NULL);
/system/core/logd/
H A DLogAudit.cpp141 bool notify = false; local
163 notify = true;
204 notify = true;
209 if (notify) {
/system/netd/server/
H A DNetlinkHandler.cpp127 void NetlinkHandler::notify(int code, const char *format, ...) { function in class:NetlinkHandler
141 notify(ResponseCode::InterfaceChange, "Iface added %s", name);
145 notify(ResponseCode::InterfaceChange, "Iface removed %s", name);
149 notify(ResponseCode::InterfaceChange,
154 notify(ResponseCode::InterfaceChange,
159 notify(ResponseCode::BandwidthControl, "limit alert %s %s", name, iface);
165 notify(ResponseCode::InterfaceClassActivity,
168 notify(ResponseCode::InterfaceClassActivity,
175 notify(ResponseCode::InterfaceAddressChange,
184 notify(ResponseCod
[all...]

Completed in 131 milliseconds