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
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/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.c560 bdcpy(data.bda.address, p_data->notify.bda);
562 bta_to_btif_srvc_id(&data.srvc_id, &p_data->notify.char_id.srvc_id);
563 bta_to_btif_gatt_id(&data.char_id, &p_data->notify.char_id.char_id);
564 memcpy(data.value, p_data->notify.value, p_data->notify.len);
566 data.is_notify = p_data->notify.is_notify;
567 data.len = p_data->notify.len;
570 , p_data->notify.conn_id, &data);
572 if (p_data->notify.is_notify == FALSE)
574 BTA_GATTC_SendIndConfirm(p_data->notify
[all...]
/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
/system/bt/bta/hh/
H A Dbta_hh_le.c2918 bta_hh_le_input_rpt_notify(&p_data->notify);

Completed in 164 milliseconds