Home
last modified time | relevance | path

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

/system/netd/server/
DNetlinkHandler.cpp146 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 …]
DNetlinkHandler.h37 void notify(int code, const char *format, ...);
/system/core/logd/
DLogAudit.cpp165 bool notify = false; in logPrint() local
181 notify = true; in logPrint()
234 notify = true; in logPrint()
242 if (notify) { in logPrint()
/system/core/adb/
Dusb_linux_client.cpp59 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/
Dchromeos_rpc_task_dbus_adaptor.h57 bool notify(brillo::ErrorPtr* error,
Dchromeos_rpc_task_dbus_adaptor.cc74 bool ChromeosRPCTaskDBusAdaptor::notify(brillo::ErrorPtr* /*error*/, in notify() function in shill::ChromeosRPCTaskDBusAdaptor
/system/connectivity/shill/shims/
Dtask_proxy.cc39 if (!proxy_.notify(reason, dict, &error)) { in Notify()
/system/bt/service/
Dgatt_server_old.cpp91 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/
DFingerprintDaemonProxy.cpp234 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/
Dbtif_gatt_client.c521 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/
DIBluetoothLowEnergyCallback.txt31 /* Called asynchronously to notify the delegate of connection state change.
/system/bt/bta/gatt/
Dbta_gattc_act.c1787 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, &notify, &p_data->att_value)) in bta_gattc_process_indicate()
1823 if (bta_gattc_check_notif_registry(p_clrcb, p_srcb, &notify)) in bta_gattc_process_indicate()
1842 bta_gattc_proc_other_indication(p_clcb, op, p_data, &notify); in bta_gattc_process_indicate()
/system/bt/bta/include/
Dbta_gatt_api.h354 tBTA_GATTC_NOTIFY notify; /* notification/indication event data */ member
/system/bt/bta/hh/
Dbta_hh_le.c2663 bta_hh_le_input_rpt_notify(&p_data->notify); in bta_hh_gattc_callback()