Home
last modified time | relevance | path

Searched refs:SetChannelModeUser (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.h53 void SetChannelModeUser(uint8_t chMode, A2dpAACCapability &resultCap);
H A Da2dp_sbc_param_ctrl.h52 void SetChannelModeUser(uint8_t chMode, A2dpSBCCapability &resultCap);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_aac_param_ctrl.cpp441 void A2dpCodecConfigAacBase::SetChannelModeUser(uint8_t chMode, A2dpAACCapability &resultCap) in SetChannelModeUser() function in OHOS::bluetooth::A2dpCodecConfigAacBase
561 SetChannelModeUser(chMode, resultCap); in SetChannelMode()
H A Da2dp_sbc_param_ctrl.cpp343 void A2dpCodecConfigSbcBase::SetChannelModeUser(uint8_t chMode, A2dpSBCCapability &resultCap) in SetChannelModeUser() function in OHOS::bluetooth::A2dpCodecConfigSbcBase
516 SetChannelModeUser(chMode, resultCap); in SetChannelMode()