Home
last modified time | relevance | path

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

/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiooutputdevices_fuzzer/
Daudiooutputdevices_fuzzer.cpp33 adapter.HasAudioOutputDevices(); in DoSomethingInterestingWithMyAPI()
/base/web/webview/ohos_adapter/interfaces/
Daudio_system_manager_adapter.h94 virtual bool HasAudioOutputDevices() const = 0;
/base/web/webview/ohos_adapter/audio_adapter/include/
Daudio_system_manager_adapter_impl.h58 bool HasAudioOutputDevices() const override;
/base/web/webview/ohos_adapter/audio_adapter/src/
Daudio_system_manager_adapter_impl.cpp129 bool AudioSystemManagerAdapterImpl::HasAudioOutputDevices() const in HasAudioOutputDevices() function in OHOS::NWeb::AudioSystemManagerAdapterImpl
/base/web/webview/test/unittest/audio_adapter_impl_test/
Daudio_adapter_impl_test.cpp327 bool ret = AudioSystemManagerAdapterImpl::GetInstance().HasAudioOutputDevices();