Searched refs:IsLegalOutputDeviceType (Results 1 – 3 of 3) sorted by relevance
108 static bool IsLegalOutputDeviceType(int32_t deviceType);
1391 bool NapiAudioEnum::IsLegalOutputDeviceType(int32_t deviceType) in IsLegalOutputDeviceType() function in OHOS::AudioStandard::NapiAudioEnum
477 …CHECK_AND_RETURN_RET_LOG(argTransFlag && NapiAudioEnum::IsLegalOutputDeviceType(deviceDescriptor->… in GetHardwareOutputSamplingRate()