Home
last modified time | relevance | path

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