HomeSort by relevance Sort by last modified time
    Searched refs:tBTA_AV_HNDL (Results 1 - 11 of 11) sorted by null

  /external/bluetooth/bluedroid/bta/include/
bta_av_co.h 102 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_CODEC codec_type
    [all...]
bta_av_ci.h 64 BTA_API extern void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code,
bta_av_api.h 81 typedef UINT8 tBTA_AV_HNDL;
85 /* tBTA_AV_HNDL to mask */
267 tBTA_AV_HNDL hndl; /* Handle associated with the stream. */
280 tBTA_AV_HNDL hndl;
291 tBTA_AV_HNDL hndl;
298 tBTA_AV_HNDL hndl;
308 tBTA_AV_HNDL hndl;
317 tBTA_AV_HNDL hndl;
325 tBTA_AV_HNDL hndl;
334 tBTA_AV_HNDL hndl
    [all...]
  /external/bluetooth/bluedroid/btif/include/
btif_av_co.h 135 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/ar/
bta_ar_int.h 49 tBTA_AV_HNDL hndl; /* Handle associated with the stream that rejected the connection. */
  /external/bluetooth/bluedroid/bta/av/
bta_av_ci.c 70 void bta_av_ci_setconfig(tBTA_AV_HNDL hndl, UINT8 err_code, UINT8 category,
bta_av_int.h 160 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;
480 tBTA_AV_HNDL hndl; /* the handle: ((hdi + 1)|chnl) *
    [all...]
bta_av_api.c 146 void BTA_AvDeregister(tBTA_AV_HNDL hndl)
169 void BTA_AvOpen(BD_ADDR bd_addr, tBTA_AV_HNDL handle, BOOLEAN use_rc, tBTA_SEC sec_mask)
194 void BTA_AvClose(tBTA_AV_HNDL handle)
284 void BTA_AvReconfig(tBTA_AV_HNDL hndl, BOOLEAN suspend, UINT8 sep_info_idx,
313 void BTA_AvProtectReq(tBTA_AV_HNDL hndl, UINT8 *p_data, UINT16 len)
347 void BTA_AvProtectRsp(tBTA_AV_HNDL hndl, UINT8 error_code, UINT8 *p_data, UINT16 len)
487 void BTA_AvOpenRc(tBTA_AV_HNDL handle)
bta_av_main.c 313 tBTA_AV_HNDL hndl = (tBTA_AV_HNDL)handle;
377 p_ret->hndl = (tBTA_AV_HNDL)((xx + 1) | chnl);
    [all...]
  /external/bluetooth/bluedroid/btif/co/
bta_av_co.c 227 static tBTA_AV_CO_PEER *bta_av_co_get_peer(tBTA_AV_HNDL hndl)
314 BTA_API void bta_av_co_audio_disc_res(tBTA_AV_HNDL hndl, UINT8 num_seps, UINT8 num_snk,
358 BTA_API UINT8 bta_av_co_audio_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
511 BTA_API void bta_av_co_audio_setconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
644 BTA_API void bta_av_co_audio_open(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT8 *p_codec_info,
677 BTA_API void bta_av_co_audio_close(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT16 mtu)
713 BTA_API void bta_av_co_audio_start(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type,
733 BTA_API extern void bta_av_co_audio_stop(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type)
806 void bta_av_co_audio_drop(tBTA_AV_HNDL hndl)
824 void bta_av_co_audio_delay(tBTA_AV_HNDL hndl, UINT16 delay
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_av.c 74 tBTA_AV_HNDL bta_handle;
    [all...]

Completed in 1699 milliseconds