Home
last modified time | relevance | path

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

/base/web/webview/ohos_adapter/audio_adapter/src/
Daudio_system_manager_adapter_impl.cpp70 const std::unordered_map<DeviceType, std::string> DEVICE_TYPE_MAP = { variable
218 auto deviceTypeKey = DEVICE_TYPE_MAP.find(audioDevice->deviceType_); in GetDevices()
219 if (deviceTypeKey != DEVICE_TYPE_MAP.end()) { in GetDevices()
270 auto deviceTypeKey = DEVICE_TYPE_MAP.find(defaultOutputDevice[0]->deviceType_); in GetDefaultOutputDevice()
272 if (deviceTypeKey != DEVICE_TYPE_MAP.end()) { in GetDefaultOutputDevice()