Home
last modified time | relevance | path

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

/base/global/resource_management_lite/frameworks/resmgr_lite/src/
Dres_config_impl.cpp29 deviceType_(DEVICE_NOT_SET), in ResConfigImpl()
80 this->deviceType_ = deviceType; in SetDeviceType()
115 return this->deviceType_; in GetDeviceType()
196 if (this->deviceType_ != DEVICE_NOT_SET && in Match()
197 other->deviceType_ != DEVICE_NOT_SET) { in Match()
198 if (this->deviceType_ != other->deviceType_) { in Match()
234 if (this->deviceType_ != other->deviceType_ && in IsMoreSuitable()
235 request->deviceType_ != DeviceType::DEVICE_NOT_SET) { in IsMoreSuitable()
236 return this->deviceType_ != DeviceType::DEVICE_NOT_SET; in IsMoreSuitable()
295 if (this->deviceType_ != other->deviceType_) { in IsMoreSpecificThan()
[all …]
/base/global/resource_management/frameworks/resmgr/src/
Dres_config_impl.cpp50 deviceType_(DEVICE_NOT_SET), in ResConfigImpl()
113 this->deviceType_ = deviceType; in SetDeviceType()
204 return this->deviceType_; in GetDeviceType()
302 if (!IsDeviceTypeMatch(other->deviceType_)) { in Match()
342 if (this->deviceType_ != DEVICE_NOT_SET && deviceType != DEVICE_NOT_SET) { in IsDeviceTypeMatch()
343 if (this->deviceType_ != deviceType) { in IsDeviceTypeMatch()
403 if (this->deviceType_ != other->deviceType_ && in IsMoreSuitable()
404 request->deviceType_ != DeviceType::DEVICE_NOT_SET) { in IsMoreSuitable()
405 return this->deviceType_ != DeviceType::DEVICE_NOT_SET; in IsMoreSuitable()
569 if (this->deviceType_ != other->deviceType_) { in IsMoreSpecificThan()
[all …]
/base/telephony/call_manager/services/audio/src/
Daudio_proxy.cpp211 if (audioDeviceDescriptor->deviceType_ == AudioStandard::DEVICE_TYPE_WIRED_HEADSET || in OnDeviceChange()
212 audioDeviceDescriptor->deviceType_ == AudioStandard::DEVICE_TYPE_WIRED_HEADPHONES || in OnDeviceChange()
213 audioDeviceDescriptor->deviceType_ == AudioStandard::DEVICE_TYPE_USB_HEADSET) { in OnDeviceChange()
284 switch (desc[0]->deviceType_) { in GetPreferredOutputAudioDevice()
355 switch (desc[0]->deviceType_) { in OnPreferredOutputDeviceUpdated()
/base/global/resource_management_lite/frameworks/resmgr_lite/include/
Dres_config_impl.h120 DeviceType deviceType_; variable
/base/global/resource_management/frameworks/resmgr/include/
Dres_config_impl.h183 DeviceType deviceType_; variable
/base/web/webview/ohos_adapter/audio_adapter/src/
Daudio_system_manager_adapter_impl.cpp218 auto deviceTypeKey = DEVICE_TYPE_MAP.find(audioDevice->deviceType_); in GetDevices()
270 auto deviceTypeKey = DEVICE_TYPE_MAP.find(defaultOutputDevice[0]->deviceType_); in GetDefaultOutputDevice()