Home
last modified time | relevance | path

Searched refs:isHighResExist (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Dpolicy_handler.h64 void SetHighResolutionExist(bool isHighResExist);
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpolicy_handler.cpp199 void PolicyHandler::SetHighResolutionExist(bool isHighResExist) in SetHighResolutionExist() argument
201 isHighResolutionExist_ = isHighResExist; in SetHighResolutionExist()
/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/policy_test/src/
H A Daudio_policy_unit_test.cpp777 bool isHighResExist = AudioPolicyManager::GetInstance().IsHighResolutionExist(); in HWTEST() local
778 EXPECT_EQ(true, isHighResExist); in HWTEST()
790 bool isHighResExist = AudioPolicyManager::GetInstance().IsHighResolutionExist(); in HWTEST() local
791 EXPECT_EQ(false, isHighResExist); in HWTEST()

Completed in 4 milliseconds