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

/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...]
H A DNetlinkHandler.h37 void notify(int code, const char *format, ...);
/system/core/logd/
H A DLogAudit.cpp159 bool notify = false; local
176 notify = true;
225 notify = true;
232 if (notify) {
/system/core/adb/
H A Dusb_linux_client.cpp45 adb_cond_t notify; member in struct:usb_handle
216 adb_cond_wait(&usb->notify, &usb->lock);
281 // notify usb_adb_open_thread that we are disconnected
282 adb_cond_signal(&h->notify);
296 adb_cond_init(&h->notify, 0);
405 adb_cond_wait(&usb->notify, &usb->lock);
511 // notify usb_ffs_open_thread that we are disconnected
512 adb_cond_signal(&h->notify);
530 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/core/fingerprintd/
H A DFingerprintDaemonProxy.cpp219 if (mDevice->notify != hal_notify_callback) {
220 ALOGE("NOTIFY not set properly: %p != %p", mDevice->notify, hal_notify_callback);
/system/bt/btif/src/
H A Dbtif_gatt_client.c558 bdcpy(data.bda.address, p_data->notify.bda);
560 bta_to_btif_srvc_id(&data.srvc_id, &p_data->notify.char_id.srvc_id);
561 bta_to_btif_gatt_id(&data.char_id, &p_data->notify.char_id.char_id);
562 memcpy(data.value, p_data->notify.value, p_data->notify.len);
564 data.is_notify = p_data->notify.is_notify;
565 data.len = p_data->notify.len;
568 , p_data->notify.conn_id, &data);
570 if (p_data->notify.is_notify == FALSE)
572 BTA_GATTC_SendIndConfirm(p_data->notify
[all...]
/system/bt/bta/gatt/
H A Dbta_gattc_act.c1987 /* notify applicationf or service change */
2041 tBTA_GATTC_NOTIFY notify; local
2073 &notify.char_id.srvc_id,
2074 &notify.char_id.char_id,
2075 &notify.descr_type))
2078 if (!bta_gattc_process_srvc_chg_ind(conn_id, p_clrcb, p_srcb, p_clcb, &notify, handle))
2081 if (bta_gattc_check_notif_registry(p_clrcb, p_srcb, &notify))
2100 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
/system/bt/bta/hh/
H A Dbta_hh_le.c2918 bta_hh_le_input_rpt_notify(&p_data->notify);

Completed in 907 milliseconds