Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/service/
H A Daudio_policy_service.h889 bool IsDirectSupportedDevice(DeviceType deviceType);
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp2660 if (!IsDirectSupportedDevice(curOutputDeviceType) && in NotifyRecreateDirectStream()
2670 } else if (IsDirectSupportedDevice(curOutputDeviceType) && in NotifyRecreateDirectStream()
2684 bool AudioPolicyService::IsDirectSupportedDevice(DeviceType deviceType) in IsDirectSupportedDevice() function in OHOS::AudioStandard::AudioPolicyService