/system/bt/btif/src/ |
D | btif_gatt_client.cc | 151 data.bda = p_data->notify.bda; in btif_gattc_upstreams_evt() 152 memcpy(data.value, p_data->notify.value, p_data->notify.len); in btif_gattc_upstreams_evt() 154 data.handle = p_data->notify.handle; in btif_gattc_upstreams_evt() 155 data.is_notify = p_data->notify.is_notify; in btif_gattc_upstreams_evt() 156 data.len = p_data->notify.len; in btif_gattc_upstreams_evt() 158 HAL_CBACK(bt_gatt_callbacks, client->notify_cb, p_data->notify.conn_id, in btif_gattc_upstreams_evt() 161 if (!p_data->notify.is_notify) in btif_gattc_upstreams_evt() 162 BTA_GATTC_SendIndConfirm(p_data->notify.conn_id, p_data->notify.cid); in btif_gattc_upstreams_evt()
|
/system/core/fastboot/device/ |
D | usb.h | 41 std::condition_variable notify; member
|
D | usb.cpp | 206 h->notify.notify_one(); in usb_ffs_close()
|
/system/logging/logd/ |
D | LogAudit.cpp | 265 unsigned int notify = 0; in logPrint() local 282 notify |= 1 << LOG_ID_EVENTS; in logPrint() 336 notify |= 1 << LOG_ID_MAIN; in logPrint() 344 if (notify) { in logPrint()
|
/system/bt/service/ |
D | gatt_server_old.cc | 93 bool notify; member 178 g_internal->characteristics[blob_attribute].notify = in ServiceAddedCallback() 187 ctrl.notify = false; in ServiceAddedCallback() 635 internal_->characteristics[handle].notify = properties & kPropertyNotify; in AddCharacteristic() 712 if (!ch.notify) return true; in SetCharacteristicValue()
|
/system/bt/bta/vc/ |
D | vc.cc | 438 void device_cleanup_helper(VolumeControlDevice* device, bool notify) { in device_cleanup_helper() argument 440 if (notify) in device_cleanup_helper() 484 tBTA_GATTC_NOTIFY& n = p_data->notify; in gattc_callback()
|
/system/bt/bta/hearing_aid/ |
D | hearing_aid.cc | 1706 if (!p_data->notify.is_notify || p_data->notify.len > GATT_MAX_ATTR_LEN) { in hearingaid_gattc_callback() 1708 << p_data->notify.is_notify in hearingaid_gattc_callback() 1709 << ", len=" << p_data->notify.len; in hearingaid_gattc_callback() 1712 instance->OnNotificationEvent(p_data->notify.conn_id, in hearingaid_gattc_callback() 1713 p_data->notify.handle, p_data->notify.len, in hearingaid_gattc_callback() 1714 p_data->notify.value); in hearingaid_gattc_callback()
|
/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.cc | 1279 bta_gattc.notify = *p_notify; in bta_gattc_proc_other_indication() 1288 tBTA_GATTC_NOTIFY notify; in bta_gattc_process_indicate() local 1318 notify.handle = handle; in bta_gattc_process_indicate() 1319 notify.cid = p_data->cid; in bta_gattc_process_indicate() 1322 if (bta_gattc_process_srvc_chg_ind(conn_id, p_clrcb, p_srcb, p_clcb, ¬ify, in bta_gattc_process_indicate() 1327 if (bta_gattc_check_notif_registry(p_clrcb, p_srcb, ¬ify)) { in bta_gattc_process_indicate() 1344 bta_gattc_proc_other_indication(p_clcb, op, p_data, ¬ify); in bta_gattc_process_indicate()
|
/system/core/shell_and_utilities/ |
D | README.md | 43 nandread netstat notify printenv ps reboot renice rm rmdir rmmod route 54 nandread netstat notify printenv ps reboot renice rm rmdir rmmod route 65 load\_policy log ls lsmod lsof md5 mkdir mount mv nandread netstat notify 78 notify printenv ps readlink renice restorecon rm rmdir rmmod route runcon 90 nohup notify ps readlink renice restorecon rmmod route runcon schedtop
|
/system/bt/gd/cert/ |
D | behavior.py | 88 self._invoked_condition.notify()
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | traced.te | 39 # Allow traced to notify Traceur when a trace ends by setting the
|
/system/sepolicy/prebuilts/api/30.0/private/ |
D | traced.te | 59 # Allow traced to notify Traceur when a trace ends by setting the
|
/system/sepolicy/prebuilts/api/31.0/private/ |
D | traced.te | 66 # Allow traced to notify Traceur when a trace ends by setting the
|
/system/sepolicy/private/ |
D | traced.te | 66 # Allow traced to notify Traceur when a trace ends by setting the
|
/system/libhidl/transport/base/1.0/ |
D | IBase.hal | 27 * java.lang.Object.notify(), for example.) However, the behavior of these
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 245 tBTA_GATTC_NOTIFY notify; /* notification/indication event data */ member
|
/system/bt/bta/hh/ |
D | bta_hh_le.cc | 2045 bta_hh_le_input_rpt_notify(&p_data->notify); in bta_hh_gattc_callback()
|
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
D | HidlTestJava.java | 103 mLock.notify(); in serviceDied()
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | system_server.te | 793 # Allow system server to notify mediaextractor of the plugin update.
|