Searched refs:notify (Results 1 – 10 of 10) sorted by relevance
/system/netd/server/ |
D | NetlinkHandler.cpp | 134 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 …]
|
D | NetlinkHandler.h | 37 void notify(int code, const char *format, ...);
|
/system/core/adb/ |
D | usb_linux_client.cpp | 45 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()
|
D | usb_linux.cpp | 68 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/ |
D | LogAudit.cpp | 159 bool notify = false; in logPrint() local 176 notify = true; in logPrint() 225 notify = true; in logPrint() 232 if (notify) { in logPrint()
|
/system/core/fingerprintd/ |
D | FingerprintDaemonProxy.cpp | 219 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/ |
D | btif_gatt_client.c | 560 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/ |
D | bta_gattc_act.c | 2051 tBTA_GATTC_NOTIFY notify; in bta_gattc_process_indicate() local 2083 ¬ify.char_id.srvc_id, in bta_gattc_process_indicate() 2084 ¬ify.char_id.char_id, in bta_gattc_process_indicate() 2085 ¬ify.descr_type)) in bta_gattc_process_indicate() 2088 if (!bta_gattc_process_srvc_chg_ind(conn_id, p_clrcb, p_srcb, p_clcb, ¬ify, handle)) in bta_gattc_process_indicate() 2091 if (bta_gattc_check_notif_registry(p_clrcb, p_srcb, ¬ify)) in bta_gattc_process_indicate() 2110 bta_gattc_proc_other_indication(p_clcb, op, p_data, ¬ify); in bta_gattc_process_indicate()
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 414 tBTA_GATTC_NOTIFY notify; /* notification/indication event data */ member
|
/system/bt/bta/hh/ |
D | bta_hh_le.c | 2918 bta_hh_le_input_rpt_notify(&p_data->notify); in bta_hh_gattc_callback()
|