Home
last modified time | relevance | path

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

/system/bt/stack/include/
Da2dp_sbc_constants.h59 #define A2DP_SBC_IE_ALLOC_MD_S 0x02 /* b1: SNR */ macro
/system/bt/stack/a2dp/
Da2dp_sbc.cc75 (A2DP_SBC_IE_ALLOC_MD_L | A2DP_SBC_IE_ALLOC_MD_S), /* alloc_method */
424 else if (src_cap.alloc_method & A2DP_SBC_IE_ALLOC_MD_S) in A2DP_BuildSrc2SinkConfigSbc()
425 pref_cap.alloc_method = A2DP_SBC_IE_ALLOC_MD_S; in A2DP_BuildSrc2SinkConfigSbc()
618 case A2DP_SBC_IE_ALLOC_MD_S: in A2DP_GetAllocationMethodCodeSbc()
841 case A2DP_SBC_IE_ALLOC_MD_S: in A2DP_GetSinkFramesCountToProcessSbc()
945 if (sbc_cie.alloc_method & A2DP_SBC_IE_ALLOC_MD_S) { in A2DP_DumpCodecInfoSbc()
1551 } else if (alloc_method & A2DP_SBC_IE_ALLOC_MD_S) { in setCodecConfig()
1552 result_config_cie.alloc_method = A2DP_SBC_IE_ALLOC_MD_S; in setCodecConfig()
/system/bt/stack/test/
Dstack_a2dp_test.cc374 codec_info_sbc_test1[4] |= A2DP_SBC_IE_ALLOC_MD_S; in TEST_F()