Home
last modified time | relevance | path

Searched refs:A2D_SBC_IE_ALLOC_MD_L (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/include/
Da2d_sbc.h61 #define A2D_SBC_IE_ALLOC_MD_L 0x01 /* b0: loundess */ macro
/system/bt/btif/co/
Dbta_av_co.c77 (A2D_SBC_IE_ALLOC_MD_L | A2D_SBC_IE_ALLOC_MD_S), /* alloc_mthd */
89 (A2D_SBC_IE_ALLOC_MD_L | A2D_SBC_IE_ALLOC_MD_S), /* alloc_mthd */
105 A2D_SBC_IE_ALLOC_MD_L, /* alloc_mthd */
433 if (src_cap.alloc_mthd & A2D_SBC_IE_ALLOC_MD_L) in bta_av_build_src_cfg()
434 pref_cap.alloc_mthd = A2D_SBC_IE_ALLOC_MD_L; in bta_av_build_src_cfg()
/system/bt/btif/src/
Dbtif_media_task.c651 … msg.AllocationMethod = (sbc_config.alloc_mthd == A2D_SBC_IE_ALLOC_MD_L) ? SBC_LOUDNESS : SBC_SNR; in btif_a2dp_encoder_init()
2092 case A2D_SBC_IE_ALLOC_MD_L: in btif_media_task_aa_handle_decoder_reset()
2736 else if (sbc_cie.alloc_mthd == A2D_SBC_IE_ALLOC_MD_L) in dump_codec_info()