Home
last modified time | relevance | path

Searched refs:hndl (Results 1 – 13 of 13) sorted by relevance

/system/bt/bta/include/
Dbta_av_co.h62 void bta_av_co_audio_disc_res(tBTA_AV_HNDL hndl, uint8_t num_seps,
78 tA2DP_STATUS bta_av_co_audio_getconfig(tBTA_AV_HNDL hndl, uint8_t* p_codec_info,
95 void bta_av_co_audio_setconfig(tBTA_AV_HNDL hndl, const uint8_t* p_codec_info,
113 void bta_av_co_audio_open(tBTA_AV_HNDL hndl, uint16_t mtu);
129 void bta_av_co_audio_close(tBTA_AV_HNDL hndl);
142 void bta_av_co_audio_start(tBTA_AV_HNDL hndl, uint8_t* p_codec_info,
156 void bta_av_co_audio_stop(tBTA_AV_HNDL hndl);
184 void bta_av_co_audio_drop(tBTA_AV_HNDL hndl);
198 void bta_av_co_audio_delay(tBTA_AV_HNDL hndl, uint16_t delay);
213 void bta_av_co_audio_update_mtu(tBTA_AV_HNDL hndl, uint16_t mtu);
Dbta_av_api.h253 tBTA_AV_HNDL hndl; /* Handle associated with the stream. */ member
265 tBTA_AV_HNDL hndl; member
276 tBTA_AV_HNDL hndl; member
282 tBTA_AV_HNDL hndl; member
291 tBTA_AV_HNDL hndl; member
299 tBTA_AV_HNDL hndl; member
306 tBTA_AV_HNDL hndl; member
314 tBTA_AV_HNDL hndl; member
403 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the member
546 void BTA_AvDeregister(tBTA_AV_HNDL hndl);
[all …]
Dbta_av_ci.h58 extern void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, uint8_t err_code,
/system/bt/btif/co/
Dbta_av_co.cc50 #define BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl) (((hndl) & (~BTA_AV_CHNL_MSK)) - 1) argument
195 static tBTA_AV_CO_PEER* bta_av_co_get_peer(tBTA_AV_HNDL hndl) { in bta_av_co_get_peer() argument
198 index = BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl); in bta_av_co_get_peer()
200 APPL_TRACE_DEBUG("%s: handle = %d index = %d", __func__, hndl, index); in bta_av_co_get_peer()
241 void bta_av_co_audio_disc_res(tBTA_AV_HNDL hndl, uint8_t num_seps, in bta_av_co_audio_disc_res() argument
247 hndl, num_seps, num_sink, num_src); in bta_av_co_audio_disc_res()
250 p_peer = bta_av_co_get_peer(hndl); in bta_av_co_audio_disc_res()
288 tBTA_AV_HNDL hndl, uint8_t* p_codec_info, uint8_t* p_sep_info_idx, in bta_av_audio_sink_getconfig() argument
293 APPL_TRACE_DEBUG("%s: handle:0x%x codec:%s seid:%d", __func__, hndl, in bta_av_audio_sink_getconfig()
300 p_peer = bta_av_co_get_peer(hndl); in bta_av_audio_sink_getconfig()
[all …]
/system/bt/bta/av/
Dbta_av_aact.cc326 start.hndl = p_scb->hndl; in notify_start_failed()
351 BTA_AV_AVRC_TIMER_EVT, p_scb->hndl); in bta_av_st_rc_timer()
545 APPL_TRACE_VERBOSE("%s: hndl:x%x", __func__, p_scb->hndl); in bta_av_proc_stream_evt()
546 p_msg->hdr.layer_specific = p_scb->hndl; in bta_av_proc_stream_evt()
827 start.hndl = p_scb->hndl; in bta_av_role_res()
844 av_open.hndl = p_scb->hndl; in bta_av_role_res()
878 p_scb->p_cos->delay(p_scb->hndl, p_data->str_msg.msg.delay_rpt_cmd.delay); in bta_av_delay_co()
949 BTA_AV_AVRC_TIMER_EVT, p_scb->hndl); in bta_av_do_disc_a2dp()
973 bta_av_cb.handle = p_scb->hndl; in bta_av_do_disc_a2dp()
980 bta_av_cb.handle = p_scb->hndl; in bta_av_do_disc_a2dp()
[all …]
Dbta_av_api.cc134 void BTA_AvDeregister(tBTA_AV_HNDL hndl) { in BTA_AvDeregister() argument
137 p_buf->layer_specific = hndl; in BTA_AvDeregister()
233 void BTA_AvOffloadStart(tBTA_AV_HNDL hndl) { in BTA_AvOffloadStart() argument
237 p_buf->layer_specific = hndl; in BTA_AvOffloadStart()
251 void BTA_AvOffloadStartRsp(tBTA_AV_HNDL hndl, tBTA_AV_STATUS status) { in BTA_AvOffloadStartRsp() argument
256 p_buf->hdr.layer_specific = hndl; in BTA_AvOffloadStartRsp()
298 void BTA_AvReconfig(tBTA_AV_HNDL hndl, bool suspend, uint8_t sep_info_idx, in BTA_AvReconfig() argument
304 p_buf->hdr.layer_specific = hndl; in BTA_AvReconfig()
326 void BTA_AvProtectReq(tBTA_AV_HNDL hndl, uint8_t* p_data, uint16_t len) { in BTA_AvProtectReq() argument
330 p_buf->hdr.layer_specific = hndl; in BTA_AvProtectReq()
[all …]
Dbta_av_ci.cc66 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, uint8_t err_code, uint8_t category, in bta_av_ci_setconfig() argument
72 p_buf->hdr.layer_specific = hndl; in bta_av_ci_setconfig()
Dbta_av_int.h162 typedef void (*tBTA_AV_CO_DISC_RES)(tBTA_AV_HNDL hndl, uint8_t num_seps,
165 typedef tA2DP_STATUS (*tBTA_AV_CO_GETCFG)(tBTA_AV_HNDL hndl,
170 typedef void (*tBTA_AV_CO_SETCFG)(tBTA_AV_HNDL hndl,
175 typedef void (*tBTA_AV_CO_OPEN)(tBTA_AV_HNDL hndl, uint16_t mtu);
176 typedef void (*tBTA_AV_CO_CLOSE)(tBTA_AV_HNDL hndl);
177 typedef void (*tBTA_AV_CO_START)(tBTA_AV_HNDL hndl, uint8_t* p_codec_info,
179 typedef void (*tBTA_AV_CO_STOP)(tBTA_AV_HNDL hndl);
182 typedef void (*tBTA_AV_CO_DELAY)(tBTA_AV_HNDL hndl, uint16_t delay);
183 typedef void (*tBTA_AV_CO_UPDATE_MTU)(tBTA_AV_HNDL hndl, uint16_t mtu);
305 tBTA_AV_HNDL hndl; member
[all …]
Dbta_av_main.cc283 tBTA_AV_HNDL hndl = (tBTA_AV_HNDL)handle; in bta_av_hndl_to_scb() local
285 uint8_t idx = (hndl & BTA_AV_HNDL_MSK); in bta_av_hndl_to_scb()
332 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl); in bta_av_alloc_scb()
373 APPL_TRACE_DEBUG("scb hndl x%x, role x%x", p_scb->hndl, p_scb->role); in bta_av_conn_cback()
445 registr.hndl = p_scb->hndl; in bta_av_api_register()
854 p_scb->hndl); in bta_av_sys_rs_cback()
863 p_buf->hdr.layer_specific = p_scb->hndl; in bta_av_sys_rs_cback()
888 bta_av_cb.rs_idx, p_scb->hndl, p_scb->q_tag); in bta_av_sys_rs_cback()
992 BTA_AV_AVRC_TIMER_EVT, p_scb->hndl); in bta_av_switch_if_needed()
1020 __func__, p_scb->hndl, role, bta_av_cb.conn_audio, bits, in bta_av_link_role_ok()
[all …]
Dbta_av_ssm.cc532 p_scb->hndl, event, bta_av_evt_code(event), p_scb->state, in bta_av_ssm_execute()
Dbta_av_act.cc489 disc = p_scb->hndl; in bta_av_rc_opened()
2060 APPL_TRACE_DEBUG("deregistered %d(h%d)", p_scb->chnl, p_scb->hndl); in bta_av_dereg_comp()
/system/bt/bta/ar/
Dbta_ar_int.h47 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the member
/system/bt/btif/src/
Dbtif_av.cc350 btif_av_cb.bta_handle = ((tBTA_AV*)p_data)->registr.hndl; in btif_av_state_idle_handler()
1096 btif_av_cb.bta_handle = ((tBTA_AV*)p_param)->registr.hndl; in btif_av_handle_event()