Home
last modified time | relevance | path

Searched refs:GetUpAndDownDevice (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/src/
H A Daudio_enhance_chain_manager.cpp236 std::string sceneTypeAndDeviceKey = sceneType + "_&_" + GetUpAndDownDevice(); in ApplyAudioEnhanceChain()
261 CHECK_AND_RETURN_RET_LOG(GetUpAndDownDevice() != "", false, "null device"); in ExistAudioEnhanceChain()
263 std::string sceneTypeAndDeviceKey = sceneType + "_&_" + GetUpAndDownDevice(); in ExistAudioEnhanceChain()
273 std::string AudioEnhanceChainManager::GetUpAndDownDevice() in GetUpAndDownDevice() function in OHOS::AudioStandard::AudioEnhanceChainManager
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioeffect/include/
H A Daudio_enhance_chain_manager.h45 std::string GetUpAndDownDevice();