/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_audio_system_manager_adapter_impl.cpp | 108 ArkWebRefPtr<ArkAudioDeviceDescAdapter> ArkAudioSystemManagerAdapterImpl::GetDefaultInputDevice() in GetDefaultInputDevice() function in OHOS::ArkWeb::ArkAudioSystemManagerAdapterImpl 110 std::shared_ptr<NWeb::AudioDeviceDescAdapter> desc = real_.GetDefaultInputDevice(); in GetDefaultInputDevice()
|
H A D | ark_audio_system_manager_adapter_impl.h | 51 ArkWebRefPtr<ArkAudioDeviceDescAdapter> GetDefaultInputDevice() override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_audio_system_manager_adapter_wrapper.cpp | 159 …ared_ptr<NWeb::AudioDeviceDescAdapter> ArkAudioSystemManagerAdapterWrapper::GetDefaultInputDevice() in GetDefaultInputDevice() function in OHOS::ArkWeb::ArkAudioSystemManagerAdapterWrapper 165 ArkWebRefPtr<ArkAudioDeviceDescAdapter> adapter = ctocpp_->GetDefaultInputDevice(); in GetDefaultInputDevice()
|
H A D | ark_audio_system_manager_adapter_wrapper.h | 51 std::shared_ptr<NWeb::AudioDeviceDescAdapter> GetDefaultInputDevice() override;
|
/ohos5.0/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiogetdevice_fuzzer/ |
H A D | audiogetdevice_fuzzer.cpp | 39 AudioSystemManagerAdapterImpl::GetInstance().GetDefaultInputDevice(); in AudioGetDeviceFuzzTest()
|
/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/src/ |
H A D | audio_system_manager_adapter_mock.cpp | 82 std::shared_ptr<AudioDeviceDescAdapter> AudioSystemManagerAdapterImpl::GetDefaultInputDevice() in GetDefaultInputDevice() function in OHOS::NWeb::AudioSystemManagerAdapterImpl
|
H A D | audio_system_manager_adapter_impl.cpp | 398 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 D | ark_audio_system_manager_adapter.h | 110 virtual ArkWebRefPtr<ArkAudioDeviceDescAdapter> GetDefaultInputDevice() = 0;
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | audio_system_manager_adapter.h | 132 virtual std::shared_ptr<AudioDeviceDescAdapter> GetDefaultInputDevice() = 0;
|
/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/include/ |
H A D | audio_system_manager_adapter_impl.h | 84 std::shared_ptr<AudioDeviceDescAdapter> GetDefaultInputDevice() override;
|
/ohos5.0/base/web/webview/test/unittest/audio_adapter_impl_test/ |
H A D | audio_adapter_impl_test.cpp | 553 AudioSystemManagerAdapterImpl::GetInstance().GetDefaultInputDevice();
|