Searched refs:hndl (Results 1 - 9 of 9) sorted by relevance

/system/bt/bta/ar/
H A Dbta_ar_int.h47 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the member in struct:__anon33
/system/bt/bta/include/
H A Dbta_av_api.h172 tBTA_AV_HNDL hndl; /* Handle associated with the stream. */ member in struct:__anon261
184 tBTA_AV_HNDL hndl; member in struct:__anon262
195 tBTA_AV_HNDL hndl; member in struct:__anon263
201 tBTA_AV_HNDL hndl; member in struct:__anon264
210 tBTA_AV_HNDL hndl; member in struct:__anon265
218 tBTA_AV_HNDL hndl; member in struct:__anon266
225 tBTA_AV_HNDL hndl; member in struct:__anon267
233 tBTA_AV_HNDL hndl; member in struct:__anon268
322 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the member in struct:__anon279
460 void BTA_AvDeregister(tBTA_AV_HNDL hndl);
[all...]
/system/bt/bta/av/
H A Dbta_av_api.cc137 void BTA_AvDeregister(tBTA_AV_HNDL hndl) { argument
140 p_buf->layer_specific = hndl;
247 void BTA_AvOffloadStart(tBTA_AV_HNDL hndl) { argument
248 LOG_INFO(LOG_TAG, "%s: handle=%d", __func__, hndl);
253 p_buf->layer_specific = hndl;
267 void BTA_AvOffloadStartRsp(tBTA_AV_HNDL hndl, tBTA_AV_STATUS status) { argument
272 p_buf->hdr.layer_specific = hndl;
318 void BTA_AvReconfig(tBTA_AV_HNDL hndl, bool suspend, uint8_t sep_info_idx, argument
321 LOG_INFO(LOG_TAG, "%s: handle=%d suspend=%s sep_info_idx=%d", __func__, hndl,
327 p_buf->hdr.layer_specific = hndl;
349 BTA_AvProtectReq(tBTA_AV_HNDL hndl, uint8_t* p_data, uint16_t len) argument
378 BTA_AvProtectRsp(tBTA_AV_HNDL hndl, uint8_t error_code, uint8_t* p_data, uint16_t len) argument
[all...]
H A Dbta_av_aact.cc299 p_scb->hndl);
306 start.hndl = p_scb->hndl;
334 BTA_AV_AVRC_TIMER_EVT, p_scb->hndl);
481 APPL_TRACE_VERBOSE("%s: hndl:0x%x", __func__, p_scb->hndl);
482 p_msg->hdr.layer_specific = p_scb->hndl;
696 start.hndl = p_scb->hndl;
716 av_open.hndl
[all...]
H A Dbta_av_main.cc311 tBTA_AV_HNDL hndl = (tBTA_AV_HNDL)handle; local
313 uint8_t idx = (hndl & BTA_AV_HNDL_MSK);
346 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl);
432 APPL_TRACE_DEBUG("%s: scb hndl x%x, role x%x", __func__, p_scb->hndl,
513 registr.hndl = p_scb->hndl;
912 "%s: peer %s found: new_role:%d, hci_status:0x%x hndl:0x%x", __func__,
913 peer_addr.ToString().c_str(), id, app_id, p_scb->hndl);
921 p_buf->hdr.layer_specific = p_scb->hndl;
[all...]
H A Dbta_av_ssm.cc491 p_scb->PeerAddress().ToString().c_str(), p_scb->hndl, event,
574 "%s: peer %s AV (hndl=0x%x) state=%d(%s) next state=%d(%s) p_scb=%p",
575 __func__, p_scb->PeerAddress().ToString().c_str(), p_scb->hndl,
H A Dbta_av_int.h318 tBTA_AV_HNDL hndl; member in struct:__anon51
478 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) */ member in struct:final
H A Dbta_av_act.cc497 disc = p_scb->hndl;
2096 p_scb->hndl);
/system/bt/btif/src/
H A Dbtif_av.cc2360 bta_handle = registr.hndl;
2374 bta_handle = open.hndl;
2379 bta_handle = close.hndl;
2384 bta_handle = start.hndl;
2390 bta_handle = suspend.hndl;
2395 bta_handle = protect_req.hndl;
2400 bta_handle = protect_rsp.hndl;
2440 bta_handle = reconfig.hndl;
2451 bta_handle = reject.hndl;

Completed in 102 milliseconds