Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/src/
H A Daudio_system_manager_adapter_impl.cpp337 std::vector<sptr<AudioDeviceDescriptor>> defaultInputDevice; in SelectAudioDeviceById() local
338 …ngManager::GetInstance()->GetPreferredInputDeviceForCapturerInfo(capturerInfo, defaultInputDevice); in SelectAudioDeviceById()
339 return AudioSystemManager::GetInstance()->SelectInputDevice(defaultInputDevice); in SelectAudioDeviceById()
403 std::vector<sptr<AudioDeviceDescriptor>> defaultInputDevice; in GetDefaultInputDevice() local
404 …ngManager::GetInstance()->GetPreferredInputDeviceForCapturerInfo(capturerInfo, defaultInputDevice); in GetDefaultInputDevice()
405 if (defaultInputDevice.empty() || !defaultInputDevice[0]) { in GetDefaultInputDevice()
409 auto defaultDevice = defaultInputDevice[0]; in GetDefaultInputDevice()