Home
last modified time | relevance | path

Searched refs:IsLegalCapturerType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/common/
H A Dnapi_audio_enum.h95 static bool IsLegalCapturerType(int32_t type);
H A Dnapi_audio_enum.cpp1106 bool NapiAudioEnum::IsLegalCapturerType(int32_t type) in IsLegalCapturerType() function in OHOS::AudioStandard::NapiAudioEnum
H A Dnapi_param_utils.cpp549 CHECK_AND_RETURN_RET_LOG(NapiAudioEnum::IsLegalCapturerType(intValue), in GetCapturerInfo()