Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_audio_system_manager_adapter_impl.cpp35 bool ArkAudioSystemManagerAdapterImpl::HasAudioInputDevices() in HasAudioInputDevices() function in OHOS::ArkWeb::ArkAudioSystemManagerAdapterImpl
37 return real_.HasAudioInputDevices(); in HasAudioInputDevices()
H A Dark_audio_system_manager_adapter_impl.h31 bool HasAudioInputDevices() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_audio_system_manager_adapter_wrapper.cpp40 bool ArkAudioSystemManagerAdapterWrapper::HasAudioInputDevices() in HasAudioInputDevices() function in OHOS::ArkWeb::ArkAudioSystemManagerAdapterWrapper
45 return ctocpp_->HasAudioInputDevices(); in HasAudioInputDevices()
H A Dark_audio_system_manager_adapter_wrapper.h31 bool HasAudioInputDevices() override;
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audioinputdevices_fuzzer/
H A Daudioinputdevices_fuzzer.cpp32 AudioSystemManagerAdapterImpl::GetInstance().HasAudioInputDevices(); in AudioInputDevicesFuzzTest()
/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/src/
H A Daudio_system_manager_adapter_mock.cpp30 bool AudioSystemManagerAdapterImpl::HasAudioInputDevices() in HasAudioInputDevices() function in OHOS::NWeb::AudioSystemManagerAdapterImpl
H A Daudio_system_manager_adapter_impl.cpp159 bool AudioSystemManagerAdapterImpl::HasAudioInputDevices() in HasAudioInputDevices() function in OHOS::NWeb::AudioSystemManagerAdapterImpl
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_audio_system_manager_adapter.h80 virtual bool HasAudioInputDevices() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Daudio_system_manager_adapter.h112 virtual bool HasAudioInputDevices() = 0;
/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/include/
H A Daudio_system_manager_adapter_impl.h64 bool HasAudioInputDevices() override;
/ohos5.0/base/web/webview/test/unittest/audio_adapter_impl_test/
H A Daudio_adapter_impl_test.cpp530 AudioSystemManagerAdapterImpl::GetInstance().HasAudioInputDevices();