Searched refs:notify (Results 1 - 12 of 12) sorted by relevance

/system/netd/server/
H A DNetlinkHandler.cpp85 // Note: if this interface was deleted, iface is "" and we don't notify.
149 void NetlinkHandler::notify(int code, const char *format, ...) { function in class:android::net::NetlinkHandler
163 notify(ResponseCode::InterfaceChange, "Iface added %s", name);
167 notify(ResponseCode::InterfaceChange, "Iface removed %s", name);
171 notify(ResponseCode::InterfaceChange,
176 notify(ResponseCode::InterfaceChange,
181 notify(ResponseCode::BandwidthControl, "limit alert %s %s", name, iface);
189 notify(ResponseCode::InterfaceClassActivity,
192 notify(ResponseCode::InterfaceClassActivity,
195 notify(ResponseCod
[all...]
H A DNetlinkHandler.h40 void notify(int code, const char *format, ...);
/system/core/adb/daemon/
H A Dusb.h27 std::condition_variable notify; member in struct:usb_handle
H A Dusb.cpp354 usb->notify.wait(lock);
445 h->notify.notify_one();
/system/bt/stack/test/
H A Dstack_btu_test.cc54 void notify() { sem_post(&sem); } function in class:TimeoutHelper
72 helper.notify();
122 FROM_HERE, base::Bind(&TimeoutHelper::notify, base::Unretained(&helper)));
/system/bt/btif/src/
H A Dbtif_gatt_client.cc120 data.bda = p_data->notify.bda;
121 memcpy(data.value, p_data->notify.value, p_data->notify.len);
123 data.handle = p_data->notify.handle;
124 data.is_notify = p_data->notify.is_notify;
125 data.len = p_data->notify.len;
127 HAL_CBACK(bt_gatt_callbacks, client->notify_cb, p_data->notify.conn_id,
130 if (p_data->notify.is_notify == false)
131 BTA_GATTC_SendIndConfirm(p_data->notify.conn_id, p_data->notify
[all...]
/system/core/logd/
H A DLogAudit.cpp291 bool notify = false; local
307 notify = true;
360 notify = true;
368 if (notify) {
/system/bt/service/
H A Dgatt_server_old.cc93 bool notify; member in struct:bluetooth::gatt::Characteristic
176 g_internal->characteristics[blob_attribute].notify =
185 ctrl.notify = false;
288 // Wait for an 'RequestExecWriteCallback' to notify completion.
636 internal_->characteristics[handle].notify = properties & kPropertyNotify;
713 if (!ch.notify) return true;
/system/bt/bta/gatt/
H A Dbta_gattc_act.cc1485 /* notify applicationf or service change */
1519 bta_gattc.notify = *p_notify;
1538 tBTA_GATTC_NOTIFY notify; local
1569 notify.handle = handle;
1571 if (!bta_gattc_process_srvc_chg_ind(conn_id, p_clrcb, p_srcb, p_clcb, &notify,
1574 if (bta_gattc_check_notif_registry(p_clrcb, p_srcb, &notify)) {
1591 bta_gattc_proc_other_indication(p_clcb, op, p_data, &notify);
/system/bt/bta/include/
H A Dbta_gatt_api.h337 tBTA_GATTC_NOTIFY notify; /* notification/indication event data */ member in union:__anon336
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
H A DHidlTestJava.java71 mLock.notify();
/system/bt/bta/hh/
H A Dbta_hh_le.cc2222 bta_hh_le_input_rpt_notify(&p_data->notify);

Completed in 739 milliseconds