Home
last modified time | relevance | path

Searched refs:SetChannelModeBestMatch (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.h57 bool SetChannelModeBestMatch(uint8_t chMode, A2dpAACCapability &resultCap);
H A Da2dp_sbc_param_ctrl.h56 bool SetChannelModeBestMatch(uint8_t chMode, A2dpSBCCapability &resultCap);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_aac_param_ctrl.cpp515 bool A2dpCodecConfigAacBase::SetChannelModeBestMatch(uint8_t chMode, A2dpAACCapability &resultCap) in SetChannelModeBestMatch() function in OHOS::bluetooth::A2dpCodecConfigAacBase
580 if (SetChannelModeBestMatch(chMode, resultCap)) { in SetChannelMode()
H A Da2dp_sbc_param_ctrl.cpp449 bool A2dpCodecConfigSbcBase::SetChannelModeBestMatch(uint8_t chMode, A2dpSBCCapability &resultCap) in SetChannelModeBestMatch() function in OHOS::bluetooth::A2dpCodecConfigSbcBase
535 if (SetChannelModeBestMatch(chMode, resultCap)) { in SetChannelMode()