Searched refs:GetAudioRecorderCaps (Results 1 – 6 of 6) sorted by relevance
29 std::vector<std::shared_ptr<AudioRecorderCaps>> GetAudioRecorderCaps() override;
83 std::vector<std::shared_ptr<AudioRecorderCaps>> RecorderProfilesImpl::GetAudioRecorderCaps() in GetAudioRecorderCaps() function in OHOS::Media::RecorderProfilesImpl
271 virtual std::vector<std::shared_ptr<AudioRecorderCaps>> GetAudioRecorderCaps() = 0;
67 static napi_value GetAudioRecorderCaps(napi_env env, napi_callback_info info);
26 napi_value RecorderCapabilityNapi::GetAudioRecorderCaps(napi_env env, napi_callback_info info) in GetAudioRecorderCaps() function in OHOS::Media::RecorderCapabilityNapi59 … auto audioRecorderCaps = RecorderProfilesFactory::CreateRecorderProfiles().GetAudioRecorderCaps(); in GetAudioRecorderCaps()
158 RecorderProfilesFactory::CreateRecorderProfiles().GetAudioRecorderCaps();