Home
last modified time | relevance | path

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

/system/bt/stack/include/
Da2dp_sbc_constants.h60 #define A2DP_SBC_IE_ALLOC_MD_L 0x01 /* b0: loundess */ macro
/system/bt/stack/a2dp/
Da2dp_sbc.cc63 A2DP_SBC_IE_ALLOC_MD_L, /* alloc_method */
77 (A2DP_SBC_IE_ALLOC_MD_L | A2DP_SBC_IE_ALLOC_MD_S), /* alloc_method */
89 A2DP_SBC_IE_ALLOC_MD_L, /* alloc_method */
585 case A2DP_SBC_IE_ALLOC_MD_L: in A2DP_GetAllocationMethodCodeSbc()
769 AppendField(&field, (sbc_cie.alloc_method & A2DP_SBC_IE_ALLOC_MD_L), in A2DP_CodecInfoStringSbc()
1405 if (alloc_method & A2DP_SBC_IE_ALLOC_MD_L) { in setCodecConfig()
1406 result_config_cie.alloc_method = A2DP_SBC_IE_ALLOC_MD_L; in setCodecConfig()
/system/bt/audio_hal_interface/
Da2dp_encoding.cc366 case A2DP_SBC_IE_ALLOC_MD_L: in a2dp_get_selected_hal_codec_config()