Searched defs:hndl (Results 1 – 7 of 7) sorted by relevance
/system/bt/bta/av/ |
D | bta_av_api.cc | 134 void BTA_AvDeregister(tBTA_AV_HNDL hndl) { in BTA_AvDeregister() 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()
|
D | bta_av_ci.cc | 66 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, uint8_t err_code, uint8_t category, in bta_av_ci_setconfig()
|
D | bta_av_main.cc | 283 tBTA_AV_HNDL hndl = (tBTA_AV_HNDL)handle; in bta_av_hndl_to_scb() local
|
D | bta_av_int.h | 305 tBTA_AV_HNDL hndl; member 465 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) */ member
|
/system/bt/btif/co/ |
D | bta_av_co.cc | 50 #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() 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/ |
D | bta_ar_int.h | 47 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the member
|
/system/bt/bta/include/ |
D | bta_av_api.h | 253 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
|