Searched defs:hndl (Results 1 - 7 of 7) 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/av/
H A Dbta_av_ci.cc66 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, uint8_t err_code, uint8_t category, argument
72 p_buf->hdr.layer_specific = hndl;
H A Dbta_av_api.cc134 void BTA_AvDeregister(tBTA_AV_HNDL hndl) { argument
137 p_buf->layer_specific = hndl;
233 void BTA_AvOffloadStart(tBTA_AV_HNDL hndl) { argument
237 p_buf->layer_specific = hndl;
251 void BTA_AvOffloadStartRsp(tBTA_AV_HNDL hndl, tBTA_AV_STATUS status) { argument
256 p_buf->hdr.layer_specific = hndl;
298 void BTA_AvReconfig(tBTA_AV_HNDL hndl, bool suspend, uint8_t sep_info_idx, argument
304 p_buf->hdr.layer_specific = hndl;
326 void BTA_AvProtectReq(tBTA_AV_HNDL hndl, uint8_t* p_data, uint16_t len) { argument
330 p_buf->hdr.layer_specific = hndl;
355 BTA_AvProtectRsp(tBTA_AV_HNDL hndl, uint8_t error_code, uint8_t* p_data, uint16_t len) argument
[all...]
H A Dbta_av_main.cc289 tBTA_AV_HNDL hndl = (tBTA_AV_HNDL)handle; local
291 uint8_t idx = (hndl & BTA_AV_HNDL_MSK);
338 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl);
379 APPL_TRACE_DEBUG("scb hndl x%x, role x%x", p_scb->hndl, p_scb->role);
458 registr.hndl = p_scb->hndl;
865 APPL_TRACE_DEBUG("new_role:%d, hci_status:x%x hndl: x%x", id, app_id,
866 p_scb->hndl);
875 p_buf->hdr.layer_specific = p_scb->hndl;
[all...]
H A Dbta_av_int.h162 typedef void (*tBTA_AV_CO_DISC_RES)(tBTA_AV_HNDL hndl, uint8_t num_seps,
166 typedef tA2DP_STATUS (*tBTA_AV_CO_GETCFG)(tBTA_AV_HNDL hndl,
171 typedef void (*tBTA_AV_CO_SETCFG)(tBTA_AV_HNDL hndl,
176 typedef void (*tBTA_AV_CO_OPEN)(tBTA_AV_HNDL hndl, uint16_t mtu);
177 typedef void (*tBTA_AV_CO_CLOSE)(tBTA_AV_HNDL hndl);
178 typedef void (*tBTA_AV_CO_START)(tBTA_AV_HNDL hndl, uint8_t* p_codec_info,
180 typedef void (*tBTA_AV_CO_STOP)(tBTA_AV_HNDL hndl);
183 typedef void (*tBTA_AV_CO_DELAY)(tBTA_AV_HNDL hndl, uint16_t delay);
184 typedef void (*tBTA_AV_CO_UPDATE_MTU)(tBTA_AV_HNDL hndl, uint16_t mtu);
306 tBTA_AV_HNDL hndl; member in struct:__anon51
466 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) */ member in struct:__anon62
[all...]
/system/bt/btif/co/
H A Dbta_av_co.cc50 #define BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl) (((hndl) & (~BTA_AV_CHNL_MSK)) - 1)
195 static tBTA_AV_CO_PEER* bta_av_co_get_peer(tBTA_AV_HNDL hndl) { argument
198 index = BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl);
200 APPL_TRACE_DEBUG("%s: handle = %d index = %d", __func__, hndl, index);
241 void bta_av_co_audio_disc_res(tBTA_AV_HNDL hndl, uint8_t num_seps, argument
247 hndl, num_seps, num_sink, num_src);
250 p_peer = bta_av_co_get_peer(hndl);
288 tBTA_AV_HNDL hndl, uint8_t* p_codec_info, uint8_t* p_sep_info_idx,
293 APPL_TRACE_DEBUG("%s: handle:0x%x codec:%s seid:%d", __func__, hndl,
287 bta_av_audio_sink_getconfig( tBTA_AV_HNDL hndl, uint8_t* p_codec_info, uint8_t* p_sep_info_idx, uint8_t seid, uint8_t* p_num_protect, uint8_t* p_protect_info) argument
391 bta_av_co_audio_getconfig(tBTA_AV_HNDL hndl, uint8_t* p_codec_info, uint8_t* p_sep_info_idx, uint8_t seid, uint8_t* p_num_protect, uint8_t* p_protect_info) argument
494 bta_av_co_audio_setconfig(tBTA_AV_HNDL hndl, const uint8_t* p_codec_info, UNUSED_ATTR uint8_t seid, UNUSED_ATTR const RawAddress& addr, uint8_t num_protect, const uint8_t* p_protect_info, uint8_t t_local_sep, uint8_t avdt_handle) argument
614 bta_av_co_audio_open(tBTA_AV_HNDL hndl, uint16_t mtu) argument
640 bta_av_co_audio_close(tBTA_AV_HNDL hndl) argument
666 bta_av_co_audio_start(UNUSED_ATTR tBTA_AV_HNDL hndl, UNUSED_ATTR uint8_t* p_codec_info, UNUSED_ATTR bool* p_no_rtp_hdr) argument
683 bta_av_co_audio_stop(UNUSED_ATTR tBTA_AV_HNDL hndl) argument
747 bta_av_co_audio_drop(tBTA_AV_HNDL hndl) argument
763 bta_av_co_audio_delay(tBTA_AV_HNDL hndl, uint16_t delay) argument
767 bta_av_co_audio_update_mtu(tBTA_AV_HNDL hndl, uint16_t mtu) argument
[all...]
/system/bt/bta/include/
H A Dbta_av_api.h253 tBTA_AV_HNDL hndl; /* Handle associated with the stream. */ member in struct:__anon291
265 tBTA_AV_HNDL hndl; member in struct:__anon292
276 tBTA_AV_HNDL hndl; member in struct:__anon293
282 tBTA_AV_HNDL hndl; member in struct:__anon294
291 tBTA_AV_HNDL hndl; member in struct:__anon295
299 tBTA_AV_HNDL hndl; member in struct:__anon296
306 tBTA_AV_HNDL hndl; member in struct:__anon297
314 tBTA_AV_HNDL hndl; member in struct:__anon298
403 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the member in struct:__anon309
545 void BTA_AvDeregister(tBTA_AV_HNDL hndl);
[all...]

Completed in 172 milliseconds