Home
last modified time | relevance | path

Searched refs:HasAudioInputDevices (Results 1 – 5 of 5) sorted by relevance

/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audioinputdevices_fuzzer/
Daudioinputdevices_fuzzer.cpp32 AudioSystemManagerAdapterImpl::GetInstance().HasAudioInputDevices(); in DoSomethingInterestingWithMyAPI()
/base/web/webview/ohos_adapter/interfaces/
Daudio_system_manager_adapter.h96 virtual bool HasAudioInputDevices() const = 0;
/base/web/webview/ohos_adapter/audio_adapter/include/
Daudio_system_manager_adapter_impl.h60 bool HasAudioInputDevices() const override;
/base/web/webview/ohos_adapter/audio_adapter/src/
Daudio_system_manager_adapter_impl.cpp138 bool AudioSystemManagerAdapterImpl::HasAudioInputDevices() const in HasAudioInputDevices() function in OHOS::NWeb::AudioSystemManagerAdapterImpl
/base/web/webview/test/unittest/audio_adapter_impl_test/
Daudio_adapter_impl_test.cpp330 ret = AudioSystemManagerAdapterImpl::GetInstance().HasAudioInputDevices();