Home
last modified time | relevance | path

Searched refs:GetDefaultInputDevice (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.cpp108 ArkWebRefPtr<ArkAudioDeviceDescAdapter> ArkAudioSystemManagerAdapterImpl::GetDefaultInputDevice() in GetDefaultInputDevice() function in OHOS::ArkWeb::ArkAudioSystemManagerAdapterImpl
110 std::shared_ptr<NWeb::AudioDeviceDescAdapter> desc = real_.GetDefaultInputDevice(); in GetDefaultInputDevice()
H A Dark_audio_system_manager_adapter_impl.h51 ArkWebRefPtr<ArkAudioDeviceDescAdapter> GetDefaultInputDevice() override;
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_audio_system_manager_adapter_wrapper.cpp159 …ared_ptr<NWeb::AudioDeviceDescAdapter> ArkAudioSystemManagerAdapterWrapper::GetDefaultInputDevice() in GetDefaultInputDevice() function in OHOS::ArkWeb::ArkAudioSystemManagerAdapterWrapper
165 ArkWebRefPtr<ArkAudioDeviceDescAdapter> adapter = ctocpp_->GetDefaultInputDevice(); in GetDefaultInputDevice()
H A Dark_audio_system_manager_adapter_wrapper.h51 std::shared_ptr<NWeb::AudioDeviceDescAdapter> GetDefaultInputDevice() override;
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiogetdevice_fuzzer/
H A Daudiogetdevice_fuzzer.cpp39 AudioSystemManagerAdapterImpl::GetInstance().GetDefaultInputDevice(); in AudioGetDeviceFuzzTest()
/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/src/
H A Daudio_system_manager_adapter_mock.cpp82 std::shared_ptr<AudioDeviceDescAdapter> AudioSystemManagerAdapterImpl::GetDefaultInputDevice() in GetDefaultInputDevice() function in OHOS::NWeb::AudioSystemManagerAdapterImpl
H A Daudio_system_manager_adapter_impl.cpp398 std::shared_ptr<AudioDeviceDescAdapter> AudioSystemManagerAdapterImpl::GetDefaultInputDevice() in GetDefaultInputDevice() function in OHOS::NWeb::AudioSystemManagerAdapterImpl
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_audio_system_manager_adapter.h110 virtual ArkWebRefPtr<ArkAudioDeviceDescAdapter> GetDefaultInputDevice() = 0;
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/
H A Daudio_system_manager_adapter.h132 virtual std::shared_ptr<AudioDeviceDescAdapter> GetDefaultInputDevice() = 0;
/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/include/
H A Daudio_system_manager_adapter_impl.h84 std::shared_ptr<AudioDeviceDescAdapter> GetDefaultInputDevice() override;
/ohos5.0/base/web/webview/test/unittest/audio_adapter_impl_test/
H A Daudio_adapter_impl_test.cpp553 AudioSystemManagerAdapterImpl::GetInstance().GetDefaultInputDevice();