Home
last modified time | relevance | path

Searched refs:IsHighResolutionExist (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/test/fuzztest/audiopolicyanother_fuzzer/
H A Daudio_policy_another_fuzzer.cpp254 GetServerPtr()->IsHighResolutionExist(); in AudioPolicyOtherFuzzTest()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/include/
H A Daudio_policy_base.h306 virtual bool IsHighResolutionExist(void) = 0;
H A Daudio_policy_proxy.h293 bool IsHighResolutionExist() override;
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/include/
H A Daudio_policy_manager.h388 bool IsHighResolutionExist();
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/policy_test/src/
H A Daudio_policy_unit_test.cpp696 bool isHighResExist = AudioPolicyManager::GetInstance().IsHighResolutionExist();
709 bool isHighResExist = AudioPolicyManager::GetInstance().IsHighResolutionExist();
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/
H A Daudio_policy_server.h453 bool IsHighResolutionExist() override;
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/src/
H A Daudio_policy_manager.cpp1874 bool AudioPolicyManager::IsHighResolutionExist() in IsHighResolutionExist() function in OHOS::AudioStandard::AudioPolicyManager
1881 bool gspIsHighResolutionExist = gsp->IsHighResolutionExist(); in IsHighResolutionExist()
H A Daudio_policy_proxy.cpp2205 bool AudioPolicyProxy::IsHighResolutionExist() in IsHighResolutionExist() function in OHOS::AudioStandard::AudioPolicyProxy
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/client/src/proxy/
H A Daudio_policy_proxy.cpp1712 bool AudioPolicyProxy::IsHighResolutionExist() in IsHighResolutionExist() function in OHOS::AudioStandard::AudioPolicyProxy
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/
H A Daudio_policy_manager_stub.cpp1903 bool ret = IsHighResolutionExist(); in IsHighResolutionExistInternal()
H A Daudio_policy_server.cpp2746 bool AudioPolicyServer::IsHighResolutionExist() in IsHighResolutionExist() function in OHOS::AudioStandard::AudioPolicyServer
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Drenderer_in_client.cpp2170 return AudioPolicyManager::GetInstance().IsHighResolutionExist(); in GetHighResolutionEnabled()