Searched defs:id (Results 51 - 75 of 166) sorted by relevance

1234567

/system/bt/bta/sys/
H A Dbta_sys_conn.cc121 if ((bta_sys_cb.colli_reg.id[index] == bta_id) ||
122 (bta_sys_cb.colli_reg.id[index] == 0)) {
123 bta_sys_cb.colli_reg.id[index] = bta_id;
144 if ((bta_sys_cb.colli_reg.id[index] != 0) &&
190 void bta_sys_conn_open(uint8_t id, uint8_t app_id, argument
193 bta_sys_cb.prm_cb(BTA_SYS_CONN_OPEN, id, app_id, &peer_addr);
197 bta_sys_cb.ppm_cb(BTA_SYS_CONN_OPEN, id, app_id, &peer_addr);
212 void bta_sys_conn_close(uint8_t id, uint8_t app_id, argument
215 bta_sys_cb.prm_cb(BTA_SYS_CONN_CLOSE, id, app_id, &peer_addr);
219 bta_sys_cb.ppm_cb(BTA_SYS_CONN_CLOSE, id, app_i
234 bta_sys_app_open(uint8_t id, uint8_t app_id, const RawAddress& peer_addr) argument
250 bta_sys_app_close(uint8_t id, uint8_t app_id, const RawAddress& peer_addr) argument
267 bta_sys_sco_open(uint8_t id, uint8_t app_id, const RawAddress& peer_addr) argument
289 bta_sys_sco_close(uint8_t id, uint8_t app_id, const RawAddress& peer_addr) argument
313 bta_sys_sco_use(UNUSED_ATTR uint8_t id, uint8_t app_id, const RawAddress& peer_addr) argument
332 bta_sys_sco_unuse(uint8_t id, uint8_t app_id, const RawAddress& peer_addr) argument
350 bta_sys_chg_ssr_config(uint8_t id, uint8_t app_id, uint16_t max_latency, uint16_t min_tout) argument
367 bta_sys_set_policy(uint8_t id, uint8_t policy, const RawAddress& peer_addr) argument
384 bta_sys_clear_policy(uint8_t id, uint8_t policy, const RawAddress& peer_addr) argument
401 bta_sys_set_default_policy(uint8_t id, uint8_t policy) argument
417 bta_sys_clear_default_policy(uint8_t id, uint8_t policy) argument
433 bta_sys_idle(uint8_t id, uint8_t app_id, const RawAddress& peer_addr) argument
453 bta_sys_busy(uint8_t id, uint8_t app_id, const RawAddress& peer_addr) argument
[all...]
/system/bt/btif/co/
H A Dbta_dm_co.cc42 * Parameters id - BTA SYS ID
49 bool bta_dm_co_get_compress_memory(UNUSED_ATTR tBTA_SYS_ID id, argument
/system/bt/btif/src/
H A Dbtif_hd.cc536 static bt_status_t send_report(bthd_report_type_t type, uint8_t id, argument
540 APPL_TRACE_VERBOSE("%s: type=%d id=%d len=%d", __func__, type, id, len);
561 report.id = id;
H A Dbtif_sdp_server.cc78 static int free_sdp_slot(int id);
214 static int free_sdp_slot(int id) { argument
217 if (id < 0 || id >= MAX_SDP_SLOTS) {
219 APPL_TRACE_ERROR("%s() failed - id %d is invalid", __func__, id);
225 handle = sdp_slots[id].sdp_handle;
226 sdp_slots[id].sdp_handle = 0;
227 if (sdp_slots[id].state != SDP_RECORD_FREE) {
229 record = sdp_slots[id]
247 start_create_sdp(int id) argument
266 set_sdp_handle(int id, int handle) argument
311 on_create_record_event(int id) argument
[all...]
/system/bt/service/ipc/
H A Dlinux_ipc_host.cc307 UUID::UUID128Bit id; local
310 OSI_NO_INTR(r = read(pfds_[kFdGatt].fd, id.data(), id.size()));
311 if (r != id.size()) {
319 server->second->GetCharacteristicValue(UUID(id), &value);
326 transmit += "|" + base::HexEncode(id.data(), id.size());
/system/bt/stack/hid/
H A Dhidd_conn.cc48 uint16_t psm, uint8_t id);
177 uint16_t psm, uint8_t id) {
182 HIDD_TRACE_EVENT("%s: psm=%04x cid=%04x id=%02x", __func__, psm, cid, id);
189 L2CA_ConnectRsp(bd_addr, id, cid, L2CAP_CONN_NO_RESOURCES, 0);
196 L2CA_ConnectRsp(bd_addr, id, cid, L2CAP_CONN_NO_RESOURCES, 0);
238 L2CA_ConnectRsp(bd_addr, id, cid, L2CAP_CONN_NO_RESOURCES, 0);
246 p_hcon->ctrl_id = id;
254 L2CA_ConnectRsp(bd_addr, id, cid, L2CAP_CONN_PENDING, L2CAP_CONN_OK);
264 L2CA_ConnectRsp(bd_addr, id, ci
176 hidd_l2cif_connect_ind(const RawAddress& bd_addr, uint16_t cid, uint16_t psm, uint8_t id) argument
[all...]
/system/bt/stack/l2cap/
H A Dl2c_main.cc253 uint8_t cmd_code, cfg_code, cfg_len, id; local
293 STREAM_TO_UINT8(id, p);
298 l2cu_send_peer_cmd_reject(p_lcb, L2CAP_CMD_REJ_MTU_EXCEEDED, id, 0, 0);
310 L2CAP_TRACE_DEBUG("cmd_code: %d, id:%d, cmd_len:%d", cmd_code, id, cmd_len);
315 if (l2c_is_cmd_rejected(cmd_code, id, p_lcb))
390 l2cu_reject_connection(p_lcb, rcid, id, L2CAP_CONN_NO_PSM);
397 l2cu_reject_connection(p_lcb, rcid, id, L2CAP_CONN_NO_PSM);
404 l2cu_reject_connection(p_lcb, rcid, id, L2CAP_CONN_NO_RESOURCES);
407 p_ccb->remote_id = id;
[all...]
/system/bt/stack/sdp/
H A Dsdp_discovery.cc800 uint16_t id; local
834 BE_STREAM_TO_UINT16(id, p);
835 if (id != ATTR_ID_PROTOCOL_DESC_LIST)
980 /* SDP_TRACE_DEBUG ("parent:0x%x(id:%d), ch:0x%x(id:%d)",
984 /* SDP_TRACE_DEBUG ("parent:0x%x(id:%d), ch1:0x%x(id:%d)",
990 /* SDP_TRACE_DEBUG ("new ch:0x%x(id:%d)", p_attr, p_attr->attr_id); */
/system/bt/vendor_libs/test_vendor_lib/src/
H A Dasync_manager.cc81 static inline AsyncTaskId NextAsyncTaskId(const AsyncTaskId id) { argument
82 return (id == kMaxTaskId) ? 1 : id + 1;
294 // remove task from queue (and task id asociation) while holding lock
400 // return task id
/system/connectivity/wificond/net/
H A Dnl80211_attribute.cpp87 NL80211Attr<vector<uint8_t>>::NL80211Attr(int id, argument
90 InitHeaderAndResize(id, size);
107 NL80211Attr<string>::NL80211Attr(int id, const string& str) { argument
112 InitHeaderAndResize(id, size + 1);
134 NL80211NestedAttr::NL80211NestedAttr(int id) { argument
135 InitHeaderAndResize(id, 0);
164 bool NL80211NestedAttr::HasAttribute(int id) const {
167 id, nullptr, nullptr);
170 bool NL80211NestedAttr::GetAttribute(int id, argument
176 id,
[all...]
H A Dnl80211_packet.cpp192 bool NL80211Packet::HasAttribute(int id) const {
196 id, nullptr, nullptr);
199 bool NL80211Packet::GetAttribute(int id, argument
206 id, &start, &end) ||
/system/core/adb/
H A Dfile_sync_service.cpp108 msg.stat_v1.id = ID_LSTAT_V1;
118 static bool do_stat_v2(int s, uint32_t id, const char* path) { argument
120 msg.stat_v2.id = id;
123 if (id == ID_STAT_V2) {
153 msg.dent.id = ID_DENT;
177 msg.dent.id = ID_DONE;
192 msg.data.id = ID_FAIL;
240 if (msg.data.id != ID_DATA) {
241 if (msg.data.id
291 char id[5]; local
440 sync_id_to_name(uint32_t id) argument
[all...]
H A Dtransport.h67 : id(NextTransportId()), connection_state_(state) {
87 const TransportId id; member in class:atransport
/system/core/fastboot/
H A Dudp.cpp70 uint8_t id() const { return bytes_[kIndexId]; } function in class:udp::Header
73 void Set(uint8_t id, uint16_t sequence, Flag flag);
86 void Header::Set(uint8_t id, uint16_t sequence, Flag flag) { argument
87 bytes_[kIndexId] = id;
124 ssize_t SendData(Id id, const uint8_t* tx_data, size_t tx_length, uint8_t* rx_data,
206 ssize_t UdpTransport::SendData(Id id, const uint8_t* tx_data, size_t tx_length, uint8_t* rx_data, argument
222 header.Set(id, sequence_, kFlagContinuation);
225 header.Set(id, sequence_, kFlagNone);
/system/core/healthd/
H A DBatteryMonitor.cpp352 status_t BatteryMonitor::getProperty(int id, struct BatteryProperty *val) { argument
358 switch(id) {
H A Dhealthd_common.cpp130 status_t healthd_get_property(int id, struct BatteryProperty *val) { argument
131 return gBatteryMonitor->getProperty(id, val);
/system/core/include/log/
H A Dlog_event_list.h99 /* Submit the composed list context to the specified logger id */
101 int android_log_write_list(android_log_context ctx, log_id_t id);
219 int write(log_id_t id = LOG_ID_EVENTS) {
222 int retval = android_log_write_list(ctx, id);
228 int operator<<(log_id_t id) { argument
229 write(id);
H A Dlog_read.h99 uint32_t lid; /* log id of the payload */
118 uint32_t lid; /* log id of the payload, bottom 4 bits currently */
178 log_id_t id() { function in struct:log_msg
264 struct logger* android_logger_open(struct logger_list* logger_list, log_id_t id);
267 struct logger_list* android_logger_list_open(log_id_t id, int mode,
/system/core/include/private/
H A Dandroid_logger.h53 typeof_log_id_t id; member in struct:__anon1471
/system/core/include/system/
H A Dcamera.h255 * An unique id per face while the face is visible to the tracker. If
257 * id. If the value is 0, id is not supported.
259 int32_t id; member in struct:camera_face
/system/core/liblog/include/log/
H A Dlog_event_list.h99 /* Submit the composed list context to the specified logger id */
101 int android_log_write_list(android_log_context ctx, log_id_t id);
219 int write(log_id_t id = LOG_ID_EVENTS) {
222 int retval = android_log_write_list(ctx, id);
228 int operator<<(log_id_t id) { argument
229 write(id);
H A Dlog_read.h99 uint32_t lid; /* log id of the payload */
118 uint32_t lid; /* log id of the payload, bottom 4 bits currently */
178 log_id_t id() { function in struct:log_msg
264 struct logger* android_logger_open(struct logger_list* logger_list, log_id_t id);
267 struct logger_list* android_logger_list_open(log_id_t id, int mode,
/system/core/liblog/include/private/
H A Dandroid_logger.h53 typeof_log_id_t id; member in struct:__anon1563
/system/core/liblog/include_vndk/log/
H A Dlog_read.h99 uint32_t lid; /* log id of the payload */
118 uint32_t lid; /* log id of the payload, bottom 4 bits currently */
178 log_id_t id() { function in struct:log_msg
264 struct logger* android_logger_open(struct logger_list* logger_list, log_id_t id);
267 struct logger_list* android_logger_list_open(log_id_t id, int mode,
/system/core/liblog/
H A Dlog_event_list.c299 log_id_t id) {
304 if ((id != LOG_ID_EVENTS) && (id != LOG_ID_SECURITY)) {
327 return (id == LOG_ID_EVENTS)
298 android_log_write_list(android_log_context ctx, log_id_t id) argument

Completed in 4489 milliseconds

1234567