/system/netd/server/ |
D | NetlinkHandler.cpp | 146 void NetlinkHandler::notify(int code, const char *format, ...) { in notify() function in NetlinkHandler 160 notify(ResponseCode::InterfaceChange, "Iface added %s", name); in notifyInterfaceAdded() 164 notify(ResponseCode::InterfaceChange, "Iface removed %s", name); in notifyInterfaceRemoved() 168 notify(ResponseCode::InterfaceChange, in notifyInterfaceChanged() 173 notify(ResponseCode::InterfaceChange, in notifyInterfaceLinkChanged() 178 notify(ResponseCode::BandwidthControl, "limit alert %s %s", name, iface); in notifyQuotaLimitReached() 186 notify(ResponseCode::InterfaceClassActivity, in notifyInterfaceClassActivity() 189 notify(ResponseCode::InterfaceClassActivity, in notifyInterfaceClassActivity() 192 notify(ResponseCode::InterfaceClassActivity, in notifyInterfaceClassActivity() 199 notify(ResponseCode::InterfaceAddressChange, in notifyAddressChanged() [all …]
|
D | NetlinkHandler.h | 37 void notify(int code, const char *format, ...);
|
/system/core/logd/ |
D | LogAudit.cpp | 165 bool notify = false; in logPrint() local 181 notify = true; in logPrint() 234 notify = true; in logPrint() 242 if (notify) { in logPrint()
|
/system/core/adb/ |
D | usb_linux_client.cpp | 59 adb_cond_t notify; member 253 adb_cond_wait(&usb->notify, &usb->lock); in usb_adb_open_thread() 344 adb_cond_signal(&h->notify); in usb_adb_close() 361 adb_cond_init(&h->notify, 0); in usb_adb_init() 473 adb_cond_wait(&usb->notify, &usb->lock); in usb_ffs_open_thread() 562 adb_cond_signal(&h->notify); in usb_ffs_close() 583 adb_cond_init(&h->notify, 0); in usb_ffs_init()
|
/system/connectivity/shill/dbus/ |
D | chromeos_rpc_task_dbus_adaptor.h | 57 bool notify(brillo::ErrorPtr* error,
|
D | chromeos_rpc_task_dbus_adaptor.cc | 74 bool ChromeosRPCTaskDBusAdaptor::notify(brillo::ErrorPtr* /*error*/, in notify() function in shill::ChromeosRPCTaskDBusAdaptor
|
/system/connectivity/shill/shims/ |
D | task_proxy.cc | 39 if (!proxy_.notify(reason, dict, &error)) { in Notify()
|
/system/bt/service/ |
D | gatt_server_old.cpp | 91 bool notify; member 656 internal_->characteristics[handle].notify = properties & kPropertyNotify; in AddCharacteristic() 687 internal_->characteristics[blob_attribute].notify = in AddBlob() 695 ctrl.notify = false; in AddBlob() 757 if (!ch.notify) in SetCharacteristicValue()
|
/system/core/fingerprintd/ |
D | FingerprintDaemonProxy.cpp | 234 if (mDevice->notify != hal_notify_callback) { in openHal() 235 ALOGE("NOTIFY not set properly: %p != %p", mDevice->notify, hal_notify_callback); in openHal()
|
/system/bt/btif/src/ |
D | btif_gatt_client.c | 521 bdcpy(data.bda.address, p_data->notify.bda); in btif_gattc_upstreams_evt() 522 memcpy(data.value, p_data->notify.value, p_data->notify.len); in btif_gattc_upstreams_evt() 524 data.handle = p_data->notify.handle; in btif_gattc_upstreams_evt() 525 data.is_notify = p_data->notify.is_notify; in btif_gattc_upstreams_evt() 526 data.len = p_data->notify.len; in btif_gattc_upstreams_evt() 528 HAL_CBACK(bt_gatt_callbacks, client->notify_cb, p_data->notify.conn_id, &data); in btif_gattc_upstreams_evt() 530 if (p_data->notify.is_notify == FALSE) in btif_gattc_upstreams_evt() 531 BTA_GATTC_SendIndConfirm(p_data->notify.conn_id, p_data->notify.handle); in btif_gattc_upstreams_evt()
|
/system/bt/service/doc/ |
D | IBluetoothLowEnergyCallback.txt | 31 /* Called asynchronously to notify the delegate of connection state change.
|
/system/bt/bta/gatt/ |
D | bta_gattc_act.c | 1787 tBTA_GATTC_NOTIFY notify; in bta_gattc_process_indicate() local 1818 notify.handle = handle; in bta_gattc_process_indicate() 1820 …if (!bta_gattc_process_srvc_chg_ind(conn_id, p_clrcb, p_srcb, p_clcb, ¬ify, &p_data->att_value)) in bta_gattc_process_indicate() 1823 if (bta_gattc_check_notif_registry(p_clrcb, p_srcb, ¬ify)) in bta_gattc_process_indicate() 1842 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 | 354 tBTA_GATTC_NOTIFY notify; /* notification/indication event data */ member
|
/system/bt/bta/hh/ |
D | bta_hh_le.c | 2663 bta_hh_le_input_rpt_notify(&p_data->notify); in bta_hh_gattc_callback()
|