Home
last modified time | relevance | path

Searched refs:A2DP_SBC_IE_ALLOC_MD_L (Results 1 – 2 of 2) 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.cc61 A2DP_SBC_IE_ALLOC_MD_L, /* alloc_method */
75 (A2DP_SBC_IE_ALLOC_MD_L | A2DP_SBC_IE_ALLOC_MD_S), /* alloc_method */
87 A2DP_SBC_IE_ALLOC_MD_L, /* alloc_method */
422 if (src_cap.alloc_method & A2DP_SBC_IE_ALLOC_MD_L) in A2DP_BuildSrc2SinkConfigSbc()
423 pref_cap.alloc_method = A2DP_SBC_IE_ALLOC_MD_L; in A2DP_BuildSrc2SinkConfigSbc()
620 case A2DP_SBC_IE_ALLOC_MD_L: in A2DP_GetAllocationMethodCodeSbc()
845 case A2DP_SBC_IE_ALLOC_MD_L: in A2DP_GetSinkFramesCountToProcessSbc()
948 if (sbc_cie.alloc_method & A2DP_SBC_IE_ALLOC_MD_L) { in A2DP_DumpCodecInfoSbc()
1549 if (alloc_method & A2DP_SBC_IE_ALLOC_MD_L) { in setCodecConfig()
1550 result_config_cie.alloc_method = A2DP_SBC_IE_ALLOC_MD_L; in setCodecConfig()