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

/external/bluetooth/bluedroid/bta/include/
H A Dbta_av_co.h102 BTA_API extern void bta_av_co_audio_disc_res(tBTA_AV_HNDL hndl, UINT8 num_seps,
117 BTA_API extern void bta_av_co_video_disc_res(tBTA_AV_HNDL hndl, UINT8 num_seps,
132 BTA_API extern UINT8 bta_av_co_audio_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
148 BTA_API extern UINT8 bta_av_co_video_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
163 BTA_API extern void bta_av_co_audio_setconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
178 BTA_API extern void bta_av_co_video_setconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
195 BTA_API extern void bta_av_co_audio_open(tBTA_AV_HNDL hndl,
210 BTA_API extern void bta_av_co_video_open(tBTA_AV_HNDL hndl,
228 BTA_API extern void bta_av_co_audio_close(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
242 BTA_API extern void bta_av_co_video_close(tBTA_AV_HNDL hndl, tBTA_AV_CODE
[all...]
H A Dbta_av_ci.h64 BTA_API extern void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code,
H A Dbta_av_api.h267 tBTA_AV_HNDL hndl; /* Handle associated with the stream. */ member in struct:__anon680
280 tBTA_AV_HNDL hndl; member in struct:__anon681
291 tBTA_AV_HNDL hndl; member in struct:__anon682
298 tBTA_AV_HNDL hndl; member in struct:__anon683
308 tBTA_AV_HNDL hndl; member in struct:__anon684
317 tBTA_AV_HNDL hndl; member in struct:__anon685
325 tBTA_AV_HNDL hndl; member in struct:__anon686
334 tBTA_AV_HNDL hndl; member in struct:__anon687
420 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the connection. */ member in struct:__anon696
562 BTA_API void BTA_AvDeregister(tBTA_AV_HNDL hndl);
[all...]
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_av_co.h135 void bta_av_co_audio_discard_config(tBTA_AV_HNDL hndl);
158 BOOLEAN bta_av_co_peer_cp_supported(tBTA_AV_HNDL hndl);
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_ci.c70 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code, UINT8 category, argument
77 p_buf->hdr.layer_specific = hndl;
H A Dbta_av_aact.c274 start.hndl = p_scb->hndl;
496 APPL_TRACE_VERBOSE1("hndl:x%x", p_scb->hndl);
497 p_msg->hdr.layer_specific = p_scb->hndl;
756 start.hndl = p_scb->hndl;
780 av_open.hndl = p_scb->hndl;
812 p_scb->p_cos->delay(p_scb->hndl, p_dat
[all...]
H A Dbta_av_api.c146 void BTA_AvDeregister(tBTA_AV_HNDL hndl) argument
152 p_buf->layer_specific = hndl;
284 void BTA_AvReconfig(tBTA_AV_HNDL hndl, BOOLEAN suspend, UINT8 sep_info_idx, argument
291 p_buf->hdr.layer_specific = hndl;
313 void BTA_AvProtectReq(tBTA_AV_HNDL hndl, UINT8 *p_data, UINT16 len) argument
319 p_buf->hdr.layer_specific = hndl;
347 void BTA_AvProtectRsp(tBTA_AV_HNDL hndl, UINT8 error_code, UINT8 *p_data, UINT16 len) argument
353 p_buf->hdr.layer_specific = hndl;
H A Dbta_av_int.h160 typedef void (*tBTA_AV_CO_DISC_RES) (tBTA_AV_HNDL hndl, UINT8 num_seps,
163 typedef UINT8 (*tBTA_AV_CO_GETCFG) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
166 typedef void (*tBTA_AV_CO_SETCFG) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
169 typedef void (*tBTA_AV_CO_OPEN) (tBTA_AV_HNDL hndl,
172 typedef void (*tBTA_AV_CO_CLOSE) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT16 mtu);
173 typedef void (*tBTA_AV_CO_START) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,UINT8 *p_codec_info, BOOLEAN *p_no_rtp_hdr);
174 typedef void (*tBTA_AV_CO_STOP) (tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type);
177 typedef void (*tBTA_AV_CO_DELAY) (tBTA_AV_HNDL hndl, UINT16 delay);
316 tBTA_AV_HNDL hndl; member in struct:__anon443
480 tBTA_AV_HNDL hndl; /* th member in struct:__anon454
[all...]
H A Dbta_av_main.c229 p_buf->layer_specific = p_scb->hndl;
313 tBTA_AV_HNDL hndl = (tBTA_AV_HNDL)handle; local
315 UINT8 idx = (hndl & BTA_AV_HNDL_MSK);
377 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl);
427 APPL_TRACE_DEBUG2("scb hndl x%x, role x%x", p_scb->hndl, p_scb->role);
494 registr.hndl = p_scb->hndl;
845 APPL_TRACE_DEBUG3("new_role:%d, hci_status:x%x hndl: x%x", id, app_id, p_scb->hndl);
[all...]
H A Dbta_av_ssm.c440 p_scb->hndl, event, bta_av_evt_code(event), p_scb->state, bta_av_sst_code(p_scb->state));
H A Dbta_av_act.c503 disc = p_scb->hndl;
1963 APPL_TRACE_DEBUG2("deregistered %d(h%d)", p_scb->chnl, p_scb->hndl);
/external/bluetooth/bluedroid/bta/ar/
H A Dbta_ar_int.h49 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the connection. */ member in struct:__anon425
/external/bluetooth/bluedroid/btif/co/
H A Dbta_av_co.c54 #define BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl) (((hndl) & (~BTA_AV_CHNL_MSK)) - 1)
227 static tBTA_AV_CO_PEER *bta_av_co_get_peer(tBTA_AV_HNDL hndl) argument
232 index = BTA_AV_CO_AUDIO_HNDL_TO_INDX(hndl);
314 BTA_API void bta_av_co_audio_disc_res(tBTA_AV_HNDL hndl, UINT8 num_seps, UINT8 num_snk, argument
322 hndl, num_seps, num_snk);
325 p_peer = bta_av_co_get_peer(hndl);
358 BTA_API UINT8 bta_av_co_audio_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, argument
372 APPL_TRACE_DEBUG3("bta_av_co_audio_getconfig handle:0x%x codec_type:%d seid:%d", hndl, codec_type, seid);
377 p_peer = bta_av_co_get_peer(hndl);
511 bta_av_co_audio_setconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT8 *p_codec_info, UINT8 seid, BD_ADDR addr, UINT8 num_protect, UINT8 *p_protect_info) argument
644 bta_av_co_audio_open(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT8 *p_codec_info, UINT16 mtu) argument
677 bta_av_co_audio_close(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT16 mtu) argument
713 bta_av_co_audio_start(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT8 *p_codec_info, BOOLEAN *p_no_rtp_hdr) argument
733 bta_av_co_audio_stop(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type) argument
806 bta_av_co_audio_drop(tBTA_AV_HNDL hndl) argument
824 bta_av_co_audio_delay(tBTA_AV_HNDL hndl, UINT16 delay) argument
1395 bta_av_co_audio_discard_config(tBTA_AV_HNDL hndl) argument
1451 bta_av_co_peer_cp_supported(tBTA_AV_HNDL hndl) argument
[all...]
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_av.c252 btif_av_cb.bta_handle = ((tBTA_AV*)p_data)->registr.hndl;
/external/bluetooth/bluedroid/stack/include/
H A Duipc_msg.h801 UINT8 hndl; /* the handle: ((hdi + 1)|chnl) */ member in struct:__anon1508

Completed in 152 milliseconds