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 */
579 case A2DP_SBC_IE_ALLOC_MD_L: in A2DP_GetAllocationMethodCodeSbc()
758 AppendField(&field, (sbc_cie.alloc_method & A2DP_SBC_IE_ALLOC_MD_L), in A2DP_CodecInfoStringSbc()
1392 if (alloc_method & A2DP_SBC_IE_ALLOC_MD_L) { in setCodecConfig()
1393 result_config_cie.alloc_method = A2DP_SBC_IE_ALLOC_MD_L; in setCodecConfig()
/system/bt/audio_hal_interface/
Dcodec_status.cc285 case A2DP_SBC_IE_ALLOC_MD_L: in A2dpSbcToHalConfig()