Searched refs:APPL_TRACE_DEBUG (Results 1 - 25 of 48) sorted by relevance

12

/system/bt/bta/hl/
H A Dbta_hl_ci.cc57 APPL_TRACE_DEBUG("%s mdl_handle=%d status=%d evt=%d\n", __func__, mdl_handle,
89 APPL_TRACE_DEBUG("%s mdl_handle=%d status=%d evt=%d\n", __func__, mdl_handle,
121 APPL_TRACE_DEBUG("%s mcl_handle=%d status=%d evt=%d\n", __func__, mcl_handle,
153 APPL_TRACE_DEBUG("%s mcl_handle=%d status=%d evt=%d\n", __func__, mcl_handle,
H A Dbta_hl_utils.cc70 APPL_TRACE_DEBUG(
111 APPL_TRACE_DEBUG(
173 APPL_TRACE_DEBUG("bta_hl_set_tx_win_size win_size=%d mtu=%d mps=%d",
196 APPL_TRACE_DEBUG("bta_hl_set_mps mps=%d mtu=%d", mps, mtu);
213 APPL_TRACE_DEBUG("bta_hl_clean_mdl_cb app_idx=%d mcl_idx=%d mdl_idx=%d",
316 APPL_TRACE_DEBUG("bta_hl_get_service_uuids service_uuid=0x%x", service_uuid);
353 APPL_TRACE_DEBUG(
404 APPL_TRACE_DEBUG("bta_hl_validate_dch_open_cfg is_valid=%d, cfg=%d",
504 APPL_TRACE_DEBUG(
683 APPL_TRACE_DEBUG(
[all...]
H A Dbta_hl_act.cc84 APPL_TRACE_DEBUG("bta_hl_dch_mca_cong_change mdl_id=%d cong=%d",
111 APPL_TRACE_DEBUG("bta_hl_dch_echo_test");
136 APPL_TRACE_DEBUG("bta_hl_dch_sdp_init");
175 APPL_TRACE_DEBUG("bta_hl_dch_close_echo_test");
213 APPL_TRACE_DEBUG("bta_hl_dch_mca_rcv_data");
269 APPL_TRACE_DEBUG("bta_hl_dch_ci_put_echo_data");
297 APPL_TRACE_DEBUG("bta_hl_dch_ci_get_echo_data");
336 APPL_TRACE_DEBUG("bta_hl_dch_ci_put_rx_data");
374 APPL_TRACE_DEBUG("bta_hl_dch_ci_get_tx_data");
437 APPL_TRACE_DEBUG("bta_hl_dch_send_dat
[all...]
/system/bt/bta/hf_client/
H A Dbta_hf_client_rfc.cc78 APPL_TRACE_DEBUG("%s: code = %d, port_handle = %d serv = %d", __func__, code,
84 APPL_TRACE_DEBUG("bta_hf_client_mgmt_cback ignoring handle:%d",
98 APPL_TRACE_DEBUG("%s: allocating a new CB for incoming connection",
171 APPL_TRACE_DEBUG("%s: already started, handle: %d", __func__,
185 APPL_TRACE_DEBUG("%s: started rfcomm server with handle %d", __func__,
191 APPL_TRACE_DEBUG("%s: RFCOMM_CreateConnection returned error:%d", __func__,
207 APPL_TRACE_DEBUG("%s: %d", __func__, bta_hf_client_cb_arr.serv_handle);
210 APPL_TRACE_DEBUG("%s: already stopped", __func__);
245 APPL_TRACE_DEBUG("bta_hf_client_rfc_do_open : conn_handle = %d",
H A Dbta_hf_client_sco.cc54 APPL_TRACE_DEBUG("%s", __func__);
59 APPL_TRACE_DEBUG("%s: idx 0x%04x, status:0x%x", __func__,
108 APPL_TRACE_DEBUG("%s", __func__);
143 APPL_TRACE_DEBUG("%s: %d", __func__, event);
173 APPL_TRACE_DEBUG("%s: %d", __func__, sco_idx);
199 APPL_TRACE_DEBUG("%s: sco_idx %d", __func__, sco_idx);
227 APPL_TRACE_DEBUG("%s: %d", __func__, is_orig);
251 APPL_TRACE_DEBUG("%s: SCO registration success", __func__);
271 APPL_TRACE_DEBUG("%s: before state: %d event: %d", __func__,
497 APPL_TRACE_DEBUG("
[all...]
H A Dbta_hf_client_at.cc125 APPL_TRACE_DEBUG("%s", __func__);
171 APPL_TRACE_DEBUG("%s", __func__);
178 APPL_TRACE_DEBUG("%s: %.*s", __func__, buf_len - 1, buf);
190 APPL_TRACE_DEBUG("%s: writing port data to %d", __func__,
205 APPL_TRACE_DEBUG("%s", __func__);
218 APPL_TRACE_DEBUG("%s", __func__);
223 APPL_TRACE_DEBUG("%s", __func__);
228 APPL_TRACE_DEBUG("%s", __func__);
242 APPL_TRACE_DEBUG("%s", __func__);
282 APPL_TRACE_DEBUG("
[all...]
H A Dbta_hf_client_act.cc133 APPL_TRACE_DEBUG("%s", __func__);
159 APPL_TRACE_DEBUG("%s", __func__);
175 APPL_TRACE_DEBUG("%s: conn_handle %d", __func__, client_cb->conn_handle);
180 APPL_TRACE_DEBUG("%s: error PORT_CheckConnection returned status %d",
334 APPL_TRACE_DEBUG("%s: Status: %d", __func__, p_data->disc_result.status);
439 APPL_TRACE_DEBUG("%s", __func__);
/system/bt/bta/hh/
H A Dbta_hh_utils.cc65 APPL_TRACE_DEBUG("found kdev_cb[%d] hid_handle = %d ", xx,
72 APPL_TRACE_DEBUG("in_use ? [%d] kdev[%d].hid_handle = %d state = [%d]",
87 APPL_TRACE_DEBUG("bta_hh_find_cb:: index = %d while max = %d", xx,
149 APPL_TRACE_DEBUG("vendor_id = 0x%2x product_id = 0x%2x version = 0x%2x",
174 APPL_TRACE_DEBUG("subclass = 0x%2x", sub_class);
248 APPL_TRACE_DEBUG("bta_hh_parse_keybd_rpt: (report=%p, report_len=%d) called",
266 APPL_TRACE_DEBUG("Mod Key[%02x] pressed", bta_hh_mod_key_mask[xx]);
290 APPL_TRACE_DEBUG("this_char = %02x", this_report[xx]);
303 APPL_TRACE_DEBUG("found keycode %02x ", this_report[xx]);
330 APPL_TRACE_DEBUG(
[all...]
H A Dbta_hh_act.cc282 APPL_TRACE_DEBUG("%s: HID_HostGetSDPRecord failed: Status 0x%2x",
329 APPL_TRACE_DEBUG("%s: skip SDP for known devices", __func__);
359 APPL_TRACE_DEBUG("%s: SDP_DiDiscover failed: Status 0x%2X", __func__,
375 APPL_TRACE_DEBUG("%s: ignoring as SDP already in progress", __func__);
403 APPL_TRACE_DEBUG("%s: status 0x%2X", __func__, p_data->status);
421 APPL_TRACE_DEBUG("%s: HID_HostOpenDev returned=%d", __func__, ret);
428 APPL_TRACE_DEBUG("%s: connection already in progress", __func__);
432 APPL_TRACE_DEBUG("%s: HID_HostOpenDev failed: Status 0x%2X", __func__,
453 APPL_TRACE_DEBUG("%s: SDP failed for incoming conn :hndl %d", __func__,
643 APPL_TRACE_DEBUG("HANDSHAK
[all...]
/system/bt/btif/src/
H A Dbtif_sock_sdp.cc102 APPL_TRACE_DEBUG("create_base_record: scn: %d, name: %s, with_obex: %d",
141 APPL_TRACE_DEBUG(
160 APPL_TRACE_DEBUG("%s: uuid: %s, scn: %d, service_name: %s", __func__,
197 APPL_TRACE_DEBUG(
212 APPL_TRACE_DEBUG("add_pbap_sdp: scn %d, service_name %s", channel, name);
248 APPL_TRACE_DEBUG(
266 APPL_TRACE_DEBUG("add_ops_sdp: scn %d, service_name %s", channel, name);
321 APPL_TRACE_DEBUG(
340 APPL_TRACE_DEBUG("add_spp_sdp: scn %d, service_name %s", channel, name);
366 APPL_TRACE_DEBUG(
[all...]
H A Dbtif_a2dp_control.cc81 APPL_TRACE_DEBUG("%s: a2dp-ctrl-cmd : %s", __func__,
271 APPL_TRACE_DEBUG(
312 APPL_TRACE_DEBUG("%s: a2dp-ctrl-cmd : %s DONE", __func__,
325 APPL_TRACE_DEBUG("%s: A2DP-CTRL-CHANNEL EVENT %s", __func__,
405 APPL_TRACE_DEBUG("%s: ## a2dp ack : %s, status %d ##", __func__,
431 APPL_TRACE_DEBUG("%s: DELAY: %.1f ms", __func__, (float)delay / 10);
436 APPL_TRACE_DEBUG("%s", __func__);
H A Dbtif_sdp_server.cc381 APPL_TRACE_DEBUG(
386 APPL_TRACE_DEBUG(" msg_types: 0x%02x, feature_bits: 0x%08x",
452 APPL_TRACE_DEBUG("%s(): SDP Registered (handle 0x%08x)", __func__,
469 APPL_TRACE_DEBUG("%s(): scn 0x%02x, psm = 0x%04x\n service name %s",
473 APPL_TRACE_DEBUG(" feature_bits: 0x%08x", rec->supported_features);
529 APPL_TRACE_DEBUG("%s(): SDP Registered (handle 0x%08x)", __func__,
546 APPL_TRACE_DEBUG("%s(): scn 0x%02x, psm = 0x%04x\n service name %s",
550 APPL_TRACE_DEBUG(" supported_repositories: 0x%08x, feature_bits: 0x%08x",
611 APPL_TRACE_DEBUG("%s(): SDP Registered (handle 0x%08x)", __func__,
633 APPL_TRACE_DEBUG("
[all...]
H A Dbtif_sock_thread.cc136 APPL_TRACE_DEBUG("ts[%d].used:%d", i, ts[i].used);
154 APPL_TRACE_DEBUG("in initialized:%d", initialized);
173 APPL_TRACE_DEBUG("alloc_thread_slot ret:%d", h);
185 APPL_TRACE_DEBUG("h:%d, thread id:%d", h, ts[h].thread_id);
199 APPL_TRACE_DEBUG("h:%d, cmd_fdr:%d, cmd_fdw:%d", h, ts[h].cmd_fdr,
239 APPL_TRACE_DEBUG(
243 APPL_TRACE_DEBUG("adding fd:%d, flags:0x%x", fd, flags);
281 APPL_TRACE_DEBUG("post cmd type:%d, size:%d, h:%d, ", type, size, h);
423 APPL_TRACE_DEBUG("cmd.id:%d", cmd.id);
448 APPL_TRACE_DEBUG("unknow
[all...]
/system/bt/btif/co/
H A Dbta_av_co.cc739 APPL_TRACE_DEBUG("%s", __func__);
806 APPL_TRACE_DEBUG("%s: bta_av_handle = 0x%x index = %d", __func__,
822 APPL_TRACE_DEBUG("%s: peer %s bta_av_handle = 0x%x", __func__,
832 APPL_TRACE_DEBUG("%s: peer %s bta_av_handle = 0x%x previous address %s",
851 APPL_TRACE_DEBUG(
891 APPL_TRACE_DEBUG("%s: peer %s bta_av_handle:0x%x codec:%s seid:%d", __func__,
894 APPL_TRACE_DEBUG("%s: num_protect:0x%02x protect_info:0x%02x%02x%02x",
897 APPL_TRACE_DEBUG("%s: codec: %s", __func__,
908 APPL_TRACE_DEBUG("%s: peer(o=%d, n_sinks=%d, n_rx_sinks=%d, n_sup_sinks=%d)",
920 APPL_TRACE_DEBUG("
[all...]
H A Dbta_hh_co.cc98 APPL_TRACE_DEBUG("UHID_START from uhid-dev\n");
102 APPL_TRACE_DEBUG("UHID_STOP from uhid-dev\n");
106 APPL_TRACE_DEBUG("UHID_OPEN from uhid-dev\n");
110 APPL_TRACE_DEBUG("UHID_CLOSE from uhid-dev\n");
120 APPL_TRACE_DEBUG("UHID_OUTPUT: Report type = %d, report_size = %d",
141 APPL_TRACE_DEBUG("UHID_OUTPUT_EV from uhid-dev\n");
144 APPL_TRACE_DEBUG("UHID_FEATURE from uhid-dev\n");
147 APPL_TRACE_DEBUG("UHID_FEATURE_ANSWER from uhid-dev\n");
151 APPL_TRACE_DEBUG("Invalid event from uhid-dev: %u\n", ev.type);
168 APPL_TRACE_DEBUG("create_threa
[all...]
/system/bt/bta/av/
H A Dbta_av_act.cc113 APPL_TRACE_DEBUG("%s: shdl:%d, srch:%d rc_handle:%d", __func__,
249 APPL_TRACE_DEBUG("%s: handle: %u opcode=0x%x", __func__, handle, opcode);
360 APPL_TRACE_DEBUG("%s: rc_acp_handle:%d idx:%d", __func__,
363 APPL_TRACE_DEBUG(
451 APPL_TRACE_DEBUG("%s: address: %s op:%d", __func__, addr.ToString().c_str(),
459 APPL_TRACE_DEBUG("%s: conn_lcb: 0x%x", __func__, p_cb->conn_lcb);
491 APPL_TRACE_DEBUG("%s: shdl:%d, srch %d", __func__, i + 1,
508 APPL_TRACE_DEBUG("%s: local features %d peer features %d", __func__,
527 APPL_TRACE_DEBUG("%s: switching RCB rc_acp_handle:%d idx:%d", __func__,
555 APPL_TRACE_DEBUG("
[all...]
H A Dbta_av_aact.cc236 APPL_TRACE_DEBUG("%s: local sep_type %d not found", __func__, local_sep)
254 APPL_TRACE_DEBUG("%s: handle %d not found", __func__, tavdt_handle)
269 APPL_TRACE_DEBUG("%s: peer=%s recfg_sup:%d, suspend_sup:%d", __func__,
326 APPL_TRACE_DEBUG("%s: rc_handle:%d, use_rc: %d", __func__, p_scb->rc_handle,
508 APPL_TRACE_DEBUG(
544 APPL_TRACE_DEBUG("%s: peer %s : found=%s", __func__,
558 APPL_TRACE_DEBUG("%s: peer %s found=%s", __func__,
602 APPL_TRACE_DEBUG("%s: codec: %s", __func__,
605 APPL_TRACE_DEBUG("%s: av_handle: %d codec: %s", __func__,
632 APPL_TRACE_DEBUG("
[all...]
/system/bt/main/
H A Dbte_main.cc162 APPL_TRACE_DEBUG("%s", __func__);
181 APPL_TRACE_DEBUG("%s", __func__);
/system/bt/bta/mce/
H A Dbta_mce_act.cc65 APPL_TRACE_DEBUG("bta_mce_start_discovery_cback res: 0x%x", result);
83 APPL_TRACE_DEBUG("p_rec:%p", p_rec);
149 APPL_TRACE_DEBUG("MCE control block handle is null");
154 APPL_TRACE_DEBUG("%s in, sdp_active:%d", __func__, bta_mce_cb.sdp_active);
/system/bt/bta/sdp/
H A Dbta_sdp_act.cc336 APPL_TRACE_DEBUG("%s() - res: 0x%x", __func__, result);
355 APPL_TRACE_DEBUG("%s() - UUID not found", __func__);
361 APPL_TRACE_DEBUG("%s() - found MAP (MAS) uuid", __func__);
364 APPL_TRACE_DEBUG("%s() - found MAP (MNS) uuid", __func__);
367 APPL_TRACE_DEBUG("%s() - found PBAP (PSE) uuid", __func__);
370 APPL_TRACE_DEBUG("%s() - found Object Push Server (OPS) uuid",
374 APPL_TRACE_DEBUG("%s() - found SAP uuid", __func__);
378 APPL_TRACE_DEBUG("%s() - profile not identified. using raw data",
411 APPL_TRACE_DEBUG("%s in, sdp_active:%d", __func__, bta_sdp_cb.sdp_active);
430 APPL_TRACE_DEBUG("SD
[all...]
/system/bt/bta/sys/
H A Dbta_sys_conn.cc102 APPL_TRACE_DEBUG("%s: peer %s new_role:%d hci_status:0x%x", __func__,
371 APPL_TRACE_DEBUG("%s: peer %s id:%d policy:0x%x", __func__,
390 APPL_TRACE_DEBUG("%s: peer %s id:%d policy:0x%x", __func__,
408 APPL_TRACE_DEBUG("%s: id:%d policy:0x%x", __func__, id, policy);
426 APPL_TRACE_DEBUG("%s: id:%d policy:0x%x", __func__, id, policy);
H A Dbta_sys_main.cc257 APPL_TRACE_DEBUG("%s was called with parameter: %i", __func__, status);
286 APPL_TRACE_DEBUG("%s", __func__);
354 APPL_TRACE_DEBUG("bta_sys_hw_api_disable for %d, active modules: 0x%04X",
411 APPL_TRACE_DEBUG("bta_sys_hw_evt_disabled - module 0x%X",
435 APPL_TRACE_DEBUG(" bta_sys_hw_evt_stack_enabled!notify the callers");
608 APPL_TRACE_DEBUG("bta_sys_disable: module %i", module);
/system/bt/bta/dm/
H A Dbta_dm_pm.cc159 APPL_TRACE_DEBUG("%s: ", __func__);
340 APPL_TRACE_DEBUG("bta_dm_pm_cback: st(%d), id(%d), app(%d)", status, id,
431 APPL_TRACE_DEBUG(
457 APPL_TRACE_DEBUG("%s: SCO inactive, reset SSR to zero", __func__);
460 APPL_TRACE_DEBUG("%s: SCO active, back to old SSR", __func__);
543 APPL_TRACE_DEBUG("bta_dm_pm_set_mode: srvcsid: %d, state: %d, j: %d",
614 APPL_TRACE_DEBUG("%s dm_pm_timer:%d, %d ms", __func__, i, timeout_ms);
651 APPL_TRACE_DEBUG(
699 APPL_TRACE_DEBUG("bta_dm_pm_sniff cur:%d, idx:%d, info:x%x", mode, index,
710 APPL_TRACE_DEBUG("
[all...]
/system/bt/bta/ag/
H A Dbta_ag_sco.cc160 APPL_TRACE_DEBUG(
165 APPL_TRACE_DEBUG(
170 APPL_TRACE_DEBUG(
224 APPL_TRACE_DEBUG("no scb for ag_sco_disc_cback");
250 APPL_TRACE_DEBUG("%s: SCO index 0x%04x, status %d", __func__,
297 APPL_TRACE_DEBUG("bta_ag_esco_connreq_cback: Begin XFER");
362 APPL_TRACE_DEBUG(
448 APPL_TRACE_DEBUG(
506 APPL_TRACE_DEBUG("%s: initiated SCO connection", __func__);
517 APPL_TRACE_DEBUG("
[all...]
/system/bt/bta/gatt/
H A Dbta_gattc_queue.cc84 APPL_TRACE_DEBUG("%s:", __func__, conn_id);
86 APPL_TRACE_DEBUG("%s: op queue is empty", __func__);
92 APPL_TRACE_DEBUG("%s: no more operations queued for conn_id %d", __func__,
98 APPL_TRACE_DEBUG("%s: can't enqueue next op, already executing", __func__);

Completed in 435 milliseconds

12