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

  /system/bt/btif/co/
bta_av_co.c 120 UINT8 codec_caps[AVDT_CODEC_SIZE]; /* peer SEP codec capabilities */
139 UINT8 codec_cfg[AVDT_CODEC_SIZE]; /* current codec configuration */
466 UINT8 pref_cfg[AVDT_CODEC_SIZE];
512 memcpy(p_src->codec_caps, p_codec_info, AVDT_CODEC_SIZE);
546 memcpy(p_peer->codec_cfg, pref_cfg, AVDT_CODEC_SIZE);
560 memcpy(p_codec_info, p_peer->codec_cfg, AVDT_CODEC_SIZE);
590 UINT8 codec_cfg[AVDT_CODEC_SIZE];
642 memcpy(p_sink->codec_caps, p_codec_info, AVDT_CODEC_SIZE);
685 memcpy(p_peer->codec_cfg, codec_cfg, AVDT_CODEC_SIZE);
718 memcpy(p_codec_info, p_peer->codec_cfg, AVDT_CODEC_SIZE);
    [all...]
  /system/bt/btif/include/
btif_media.h 98 UINT8 codec_info[AVDT_CODEC_SIZE];
btif_av_api.h 181 UINT8 info[AVDT_CODEC_SIZE]; /* Codec info (can be config or capabilities) */
  /system/bt/bta/include/
bta_av_co.h 70 UINT8 codec_info[AVDT_CODEC_SIZE];
  /system/bt/include/
bt_target.h 1170 #ifndef AVDT_CODEC_SIZE
1171 #define AVDT_CODEC_SIZE 10
    [all...]
  /system/bt/stack/avdt/
avdt_msg.c 299 if( len > AVDT_CODEC_SIZE )
300 len = AVDT_CODEC_SIZE;
746 if (elem_len >= AVDT_CODEC_SIZE)
748 tmp = AVDT_CODEC_SIZE - 1;
    [all...]
avdt_scb_act.c 747 memcpy(p_scb->curr_cfg.codec_info, p_scb->req_cfg.codec_info, AVDT_CODEC_SIZE);
    [all...]
  /system/bt/stack/include/
avdt_api.h 253 UINT8 codec_info[AVDT_CODEC_SIZE]; /* Codec capabilities array */
    [all...]
  /system/bt/bta/av/
bta_av_api.c 345 memcpy(p_buf->codec_info, p_codec_info, AVDT_CODEC_SIZE);
bta_av_aact.c     [all...]
bta_av_int.h 313 UINT8 codec_info[AVDT_CODEC_SIZE]; /* codec configuration */
  /external/libnfc-nci/src/include/
bt_target.h     [all...]
  /system/bt/btif/src/
btif_media_task.c     [all...]

Completed in 224 milliseconds