Searched defs:notify (Results 1 - 6 of 6) sorted by relevance
/system/core/logd/ |
H A D | LogAudit.cpp | 159 bool notify = false; local 176 notify = true; 225 notify = true; 232 if (notify) {
|
/system/netd/server/ |
H A D | NetlinkHandler.cpp | 134 void NetlinkHandler::notify(int code, const char *format, ...) { function in class:NetlinkHandler 148 notify(ResponseCode::InterfaceChange, "Iface added %s", name); 152 notify(ResponseCode::InterfaceChange, "Iface removed %s", name); 156 notify(ResponseCode::InterfaceChange, 161 notify(ResponseCode::InterfaceChange, 166 notify(ResponseCode::BandwidthControl, "limit alert %s %s", name, iface); 174 notify(ResponseCode::InterfaceClassActivity, 177 notify(ResponseCode::InterfaceClassActivity, 180 notify(ResponseCode::InterfaceClassActivity, 187 notify(ResponseCod [all...] |
/system/core/adb/ |
H A D | usb_linux_client.cpp | 45 adb_cond_t notify; member in struct:usb_handle 171 adb_cond_wait(&usb->notify, &usb->lock); 236 // notify usb_adb_open_thread that we are disconnected 237 adb_cond_signal(&h->notify); 251 adb_cond_init(&h->notify, 0); 357 adb_cond_wait(&usb->notify, &usb->lock); 463 // notify usb_ffs_open_thread that we are disconnected 464 adb_cond_signal(&h->notify); 482 adb_cond_init(&h->notify, 0);
|
H A D | usb_linux.cpp | 68 adb_cond_t notify; member in struct:usb_handle 353 res = pthread_cond_timedwait(&h->notify, &h->lock, &ts); 434 adb_cond_broadcast(&h->notify); 545 adb_cond_broadcast(&h->notify); 599 adb_cond_init(&usb->notify, 0);
|
/system/bt/bta/gatt/ |
H A D | bta_gattc_act.c | 1997 /* notify applicationf or service change */ 2051 tBTA_GATTC_NOTIFY notify; local 2083 ¬ify.char_id.srvc_id, 2084 ¬ify.char_id.char_id, 2085 ¬ify.descr_type)) 2088 if (!bta_gattc_process_srvc_chg_ind(conn_id, p_clrcb, p_srcb, p_clcb, ¬ify, handle)) 2091 if (bta_gattc_check_notif_registry(p_clrcb, p_srcb, ¬ify)) 2110 bta_gattc_proc_other_indication(p_clcb, op, p_data, ¬ify);
|
/system/bt/bta/include/ |
H A D | bta_gatt_api.h | 414 tBTA_GATTC_NOTIFY notify; /* notification/indication event data */ member in union:__anon376
|
Completed in 71 milliseconds