Searched defs:notify (Results 1 - 6 of 6) sorted by relevance

/system/core/logd/
H A DLogAudit.cpp159 bool notify = false; local
176 notify = true;
225 notify = true;
232 if (notify) {
/system/netd/server/
H A DNetlinkHandler.cpp134 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 Dusb_linux_client.cpp45 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 Dusb_linux.cpp68 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 Dbta_gattc_act.c1997 /* notify applicationf or service change */
2051 tBTA_GATTC_NOTIFY notify; local
2083 &notify.char_id.srvc_id,
2084 &notify.char_id.char_id,
2085 &notify.descr_type))
2088 if (!bta_gattc_process_srvc_chg_ind(conn_id, p_clrcb, p_srcb, p_clcb, &notify, handle))
2091 if (bta_gattc_check_notif_registry(p_clrcb, p_srcb, &notify))
2110 bta_gattc_proc_other_indication(p_clcb, op, p_data, &notify);
/system/bt/bta/include/
H A Dbta_gatt_api.h414 tBTA_GATTC_NOTIFY notify; /* notification/indication event data */ member in union:__anon376

Completed in 71 milliseconds