Home
last modified time | relevance | path

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

/base/web/webview/ohos_adapter/audio_adapter/src/
Daudio_system_manager_adapter_impl.cpp214 std::vector<AudioAdapterDeviceDesc> audioAdapterDeviceList; in GetDevices() local
222 audioAdapterDeviceList.emplace_back(desc); in GetDevices()
224 return audioAdapterDeviceList; in GetDevices()