Home
last modified time | relevance | path

Searched refs:SetSampleRateBestMatch (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_aac_param_ctrl.h43 bool SetSampleRateBestMatch(uint32_t sampFreq, A2dpAACCapability &resultCap);
H A Da2dp_sbc_param_ctrl.h41 bool SetSampleRateBestMatch(uint32_t sampFreq, A2dpSBCCapability &resultCap);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_aac_param_ctrl.cpp200 bool A2dpCodecConfigAacBase::SetSampleRateBestMatch(uint32_t sampFreq, A2dpAACCapability &resultCap) in SetSampleRateBestMatch() function in OHOS::bluetooth::A2dpCodecConfigAacBase
264 if (SetSampleRateBestMatch(sampFreq, resultCap)) { in SetSampleRate()
H A Da2dp_sbc_param_ctrl.cpp161 bool A2dpCodecConfigSbcBase::SetSampleRateBestMatch(uint32_t sampFreq, A2dpSBCCapability &resultCap) in SetSampleRateBestMatch() function in OHOS::bluetooth::A2dpCodecConfigSbcBase
226 if (SetSampleRateBestMatch(sampFreq, resultCap)) { in SetSampleRate()