Home
last modified time | relevance | path

Searched refs:tBTA_AV_HNDL (Results 1 – 10 of 10) 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.h90 typedef uint8_t tBTA_AV_HNDL; typedef
253 tBTA_AV_HNDL hndl; /* Handle associated with the stream. */
265 tBTA_AV_HNDL hndl;
276 tBTA_AV_HNDL hndl;
282 tBTA_AV_HNDL hndl;
291 tBTA_AV_HNDL hndl;
299 tBTA_AV_HNDL hndl;
306 tBTA_AV_HNDL hndl;
314 tBTA_AV_HNDL hndl;
403 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the
[all …]
Dbta_av_ci.h58 extern void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, uint8_t err_code,
/system/bt/bta/av/
Dbta_av_api.cc134 void BTA_AvDeregister(tBTA_AV_HNDL hndl) { in BTA_AvDeregister()
154 void BTA_AvOpen(BD_ADDR bd_addr, tBTA_AV_HNDL handle, bool use_rc, in BTA_AvOpen()
179 void BTA_AvClose(tBTA_AV_HNDL handle) { in BTA_AvClose()
233 void BTA_AvOffloadStart(tBTA_AV_HNDL hndl) { in BTA_AvOffloadStart()
251 void BTA_AvOffloadStartRsp(tBTA_AV_HNDL hndl, tBTA_AV_STATUS status) { in BTA_AvOffloadStartRsp()
298 void BTA_AvReconfig(tBTA_AV_HNDL hndl, bool suspend, uint8_t sep_info_idx, in BTA_AvReconfig()
326 void BTA_AvProtectReq(tBTA_AV_HNDL hndl, uint8_t* p_data, uint16_t len) { in BTA_AvProtectReq()
355 void BTA_AvProtectRsp(tBTA_AV_HNDL hndl, uint8_t error_code, uint8_t* p_data, in BTA_AvProtectRsp()
514 void BTA_AvOpenRc(tBTA_AV_HNDL handle) { in BTA_AvOpenRc()
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;
[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()
Dbta_av_main.cc283 tBTA_AV_HNDL hndl = (tBTA_AV_HNDL)handle; in bta_av_hndl_to_scb()
332 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl); in bta_av_alloc_scb()
/system/bt/btif/co/
Dbta_av_co.cc88 tBTA_AV_HNDL handle; /* handle to use */
195 static tBTA_AV_CO_PEER* bta_av_co_get_peer(tBTA_AV_HNDL hndl) { 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()
288 tBTA_AV_HNDL hndl, uint8_t* p_codec_info, uint8_t* p_sep_info_idx, in bta_av_audio_sink_getconfig()
391 tA2DP_STATUS bta_av_co_audio_getconfig(tBTA_AV_HNDL hndl, uint8_t* p_codec_info, in bta_av_co_audio_getconfig()
493 void bta_av_co_audio_setconfig(tBTA_AV_HNDL hndl, const uint8_t* p_codec_info, in bta_av_co_audio_setconfig()
611 void bta_av_co_audio_open(tBTA_AV_HNDL hndl, uint16_t mtu) { in bta_av_co_audio_open()
637 void bta_av_co_audio_close(tBTA_AV_HNDL hndl) { in bta_av_co_audio_close()
663 void bta_av_co_audio_start(UNUSED_ATTR tBTA_AV_HNDL hndl, in bta_av_co_audio_start()
680 void bta_av_co_audio_stop(UNUSED_ATTR tBTA_AV_HNDL hndl) { in bta_av_co_audio_stop()
[all …]
/system/bt/bta/ar/
Dbta_ar_int.h47 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the
/system/bt/btif/src/
Dbtif_av.cc75 tBTA_AV_HNDL bta_handle;