Home
last modified time | relevance | path

Searched refs:SetBitsPerSampleDefaultConfig (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.h51 bool SetBitsPerSampleDefaultConfig(uint8_t bitPerSample, A2dpAACCapability &resultCap);
H A Da2dp_sbc_param_ctrl.h50 bool SetBitsPerSampleDefaultConfig(A2dpSBCCapability &resultCap);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_aac_param_ctrl.cpp374 bool A2dpCodecConfigAacBase::SetBitsPerSampleDefaultConfig(uint8_t bitPerSample, A2dpAACCapability … in SetBitsPerSampleDefaultConfig() function in OHOS::bluetooth::A2dpCodecConfigAacBase
423 if (SetBitsPerSampleDefaultConfig(A2DP_AAC_DEFAULT_CONFIG.bitsPerSample, resultCap)) { in SetBitsPerSample()
H A Da2dp_sbc_param_ctrl.cpp294 bool A2dpCodecConfigSbcBase::SetBitsPerSampleDefaultConfig(A2dpSBCCapability &resultCap) in SetBitsPerSampleDefaultConfig() function in OHOS::bluetooth::A2dpCodecConfigSbcBase
325 if (SetBitsPerSampleDefaultConfig(resultCap)) { in SetBitsPerSample()