Home
last modified time | relevance | path

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

/system/bt/stack/test/
Dstack_btu_test.cc54 void notify() { sem_post(&sem); } in notify() function in TimeoutHelper
71 helper.notify(); in do_in_jni_thread()
122 FROM_HERE, base::Bind(&TimeoutHelper::notify, base::Unretained(&helper))); in TEST_F()
/system/bt/btif/src/
Dbtif_gatt_client.cc121 data.bda = p_data->notify.bda; in btif_gattc_upstreams_evt()
122 memcpy(data.value, p_data->notify.value, p_data->notify.len); in btif_gattc_upstreams_evt()
124 data.handle = p_data->notify.handle; in btif_gattc_upstreams_evt()
125 data.is_notify = p_data->notify.is_notify; in btif_gattc_upstreams_evt()
126 data.len = p_data->notify.len; in btif_gattc_upstreams_evt()
128 HAL_CBACK(bt_gatt_callbacks, client->notify_cb, p_data->notify.conn_id, in btif_gattc_upstreams_evt()
131 if (!p_data->notify.is_notify) in btif_gattc_upstreams_evt()
132 BTA_GATTC_SendIndConfirm(p_data->notify.conn_id, p_data->notify.handle); in btif_gattc_upstreams_evt()
/system/core/logd/
DLogAudit.cpp337 log_mask_t notify = 0; in logPrint() local
355 notify |= 1 << LOG_ID_EVENTS; in logPrint()
412 notify |= 1 << LOG_ID_MAIN; in logPrint()
420 if (notify) { in logPrint()
421 reader->notifyNewLog(notify); in logPrint()
/system/core/adb/daemon/
Dusb.cpp243 uint64_t notify = 1; in Stop() local
244 ssize_t rc = adb_write(worker_event_fd_.get(), &notify, sizeof(notify)); in Stop()
248 CHECK_EQ(static_cast<size_t>(rc), sizeof(notify)); in Stop()
250 rc = adb_write(monitor_event_fd_.get(), &notify, sizeof(notify)); in Stop()
255 CHECK_EQ(static_cast<size_t>(rc), sizeof(notify)); in Stop()
Dusb_legacy.cpp104 usb->notify.wait(lock); in usb_legacy_ffs_open_thread()
276 h->notify.notify_one(); in usb_ffs_close()
/system/netd/resolv/tests/
DTestMetrics.cpp66 notify(); in onDnsEvent()
DBaseTestMetricsListener.cpp23 void BaseTestMetricsListener::notify() { in notify() function in android::net::metrics::BaseTestMetricsListener
DBaseTestMetricsListener.h91 void notify();
/system/core/adb/daemon/include/adbd/
Dusb.h40 std::condition_variable notify; member
/system/bt/service/
Dgatt_server_old.cc93 bool notify; member
177 g_internal->characteristics[blob_attribute].notify = in ServiceAddedCallback()
186 ctrl.notify = false; in ServiceAddedCallback()
631 internal_->characteristics[handle].notify = properties & kPropertyNotify; in AddCharacteristic()
708 if (!ch.notify) return true; in SetCharacteristicValue()
/system/core/shell_and_utilities/
DREADME.md42 nandread netstat notify printenv ps reboot renice rm rmdir rmmod route
53 nandread netstat notify printenv ps reboot renice rm rmdir rmmod route
64 load\_policy log ls lsmod lsof md5 mkdir mount mv nandread netstat notify
77 notify printenv ps readlink renice restorecon rm rmdir rmmod route runcon
89 nohup notify ps readlink renice restorecon rmmod route runcon schedtop
/system/bt/bta/hearing_aid/
Dhearing_aid.cc1677 if (!p_data->notify.is_notify || p_data->notify.len > GATT_MAX_ATTR_LEN) { in hearingaid_gattc_callback()
1679 << p_data->notify.is_notify in hearingaid_gattc_callback()
1680 << ", len=" << p_data->notify.len; in hearingaid_gattc_callback()
1683 instance->OnNotificationEvent(p_data->notify.conn_id, in hearingaid_gattc_callback()
1684 p_data->notify.handle, p_data->notify.len, in hearingaid_gattc_callback()
1685 p_data->notify.value); in hearingaid_gattc_callback()
/system/bt/service/doc/
DIBluetoothLowEnergyCallback.txt31 /* Called asynchronously to notify the delegate of connection state change.
/system/bt/bta/gatt/
Dbta_gattc_act.cc1209 bta_gattc.notify = *p_notify; in bta_gattc_proc_other_indication()
1218 tBTA_GATTC_NOTIFY notify; in bta_gattc_process_indicate() local
1248 notify.handle = handle; in bta_gattc_process_indicate()
1251 if (bta_gattc_process_srvc_chg_ind(conn_id, p_clrcb, p_srcb, p_clcb, &notify, in bta_gattc_process_indicate()
1256 if (bta_gattc_check_notif_registry(p_clrcb, p_srcb, &notify)) { in bta_gattc_process_indicate()
1273 bta_gattc_proc_other_indication(p_clcb, op, p_data, &notify); in bta_gattc_process_indicate()
/system/sepolicy/private/
Dtraced.te39 # Allow traced to notify Traceur when a trace ends by setting the
/system/sepolicy/prebuilts/api/29.0/private/
Dtraced.te39 # Allow traced to notify Traceur when a trace ends by setting the
/system/libhidl/transport/base/1.0/
DIBase.hal27 * java.lang.Object.notify(), for example.) However, the behavior of these
/system/bt/bta/include/
Dbta_gatt_api.h215 tBTA_GATTC_NOTIFY notify; /* notification/indication event data */ member
/system/bt/bta/hh/
Dbta_hh_le.cc2095 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/
DHidlTestJava.java86 mLock.notify(); in serviceDied()
/system/sepolicy/prebuilts/api/28.0/private/
Dsystem_server.te793 # Allow system server to notify mediaextractor of the plugin update.