Home
last modified time | relevance | path

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

/system/netd/server/
DNetlinkHandler.cpp134 void NetlinkHandler::notify(int code, const char *format, ...) { in notify() function in NetlinkHandler
148 notify(ResponseCode::InterfaceChange, "Iface added %s", name); in notifyInterfaceAdded()
152 notify(ResponseCode::InterfaceChange, "Iface removed %s", name); in notifyInterfaceRemoved()
156 notify(ResponseCode::InterfaceChange, in notifyInterfaceChanged()
161 notify(ResponseCode::InterfaceChange, in notifyInterfaceLinkChanged()
166 notify(ResponseCode::BandwidthControl, "limit alert %s %s", name, iface); in notifyQuotaLimitReached()
174 notify(ResponseCode::InterfaceClassActivity, in notifyInterfaceClassActivity()
177 notify(ResponseCode::InterfaceClassActivity, in notifyInterfaceClassActivity()
180 notify(ResponseCode::InterfaceClassActivity, in notifyInterfaceClassActivity()
187 notify(ResponseCode::InterfaceAddressChange, in notifyAddressChanged()
[all …]
DNetlinkHandler.h37 void notify(int code, const char *format, ...);
/system/core/adb/
Dusb_linux_client.cpp45 adb_cond_t notify; member
171 adb_cond_wait(&usb->notify, &usb->lock); in usb_adb_open_thread()
237 adb_cond_signal(&h->notify); in usb_adb_kick()
251 adb_cond_init(&h->notify, 0); in usb_adb_init()
357 adb_cond_wait(&usb->notify, &usb->lock); in usb_ffs_open_thread()
464 adb_cond_signal(&h->notify); in usb_ffs_kick()
482 adb_cond_init(&h->notify, 0); in usb_ffs_init()
Dusb_linux.cpp68 adb_cond_t notify; member
353 res = pthread_cond_timedwait(&h->notify, &h->lock, &ts); in usb_bulk_write()
434 adb_cond_broadcast(&h->notify); in usb_bulk_read()
545 adb_cond_broadcast(&h->notify); in usb_kick()
599 adb_cond_init(&usb->notify, 0); in register_device()
/system/core/logd/
DLogAudit.cpp159 bool notify = false; in logPrint() local
176 notify = true; in logPrint()
225 notify = true; in logPrint()
232 if (notify) { in logPrint()
/system/core/fingerprintd/
DFingerprintDaemonProxy.cpp219 if (mDevice->notify != hal_notify_callback) { in openHal()
220 ALOGE("NOTIFY not set properly: %p != %p", mDevice->notify, hal_notify_callback); in openHal()
/system/bt/btif/src/
Dbtif_gatt_client.c560 bdcpy(data.bda.address, p_data->notify.bda); in btif_gattc_upstreams_evt()
562 bta_to_btif_srvc_id(&data.srvc_id, &p_data->notify.char_id.srvc_id); in btif_gattc_upstreams_evt()
563 bta_to_btif_gatt_id(&data.char_id, &p_data->notify.char_id.char_id); in btif_gattc_upstreams_evt()
564 memcpy(data.value, p_data->notify.value, p_data->notify.len); in btif_gattc_upstreams_evt()
566 data.is_notify = p_data->notify.is_notify; in btif_gattc_upstreams_evt()
567 data.len = p_data->notify.len; in btif_gattc_upstreams_evt()
570 , p_data->notify.conn_id, &data); in btif_gattc_upstreams_evt()
572 if (p_data->notify.is_notify == FALSE) in btif_gattc_upstreams_evt()
574 BTA_GATTC_SendIndConfirm(p_data->notify.conn_id, in btif_gattc_upstreams_evt()
575 &p_data->notify.char_id); in btif_gattc_upstreams_evt()
/system/bt/bta/gatt/
Dbta_gattc_act.c2051 tBTA_GATTC_NOTIFY notify; in bta_gattc_process_indicate() local
2083 &notify.char_id.srvc_id, in bta_gattc_process_indicate()
2084 &notify.char_id.char_id, in bta_gattc_process_indicate()
2085 &notify.descr_type)) in bta_gattc_process_indicate()
2088 if (!bta_gattc_process_srvc_chg_ind(conn_id, p_clrcb, p_srcb, p_clcb, &notify, handle)) in bta_gattc_process_indicate()
2091 if (bta_gattc_check_notif_registry(p_clrcb, p_srcb, &notify)) in bta_gattc_process_indicate()
2110 bta_gattc_proc_other_indication(p_clcb, op, p_data, &notify); in bta_gattc_process_indicate()
/system/bt/bta/include/
Dbta_gatt_api.h414 tBTA_GATTC_NOTIFY notify; /* notification/indication event data */ member
/system/bt/bta/hh/
Dbta_hh_le.c2918 bta_hh_le_input_rpt_notify(&p_data->notify); in bta_hh_gattc_callback()