Searched refs:deviceType_ (Results 1 – 6 of 6) sorted by relevance
29 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 …]
50 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 …]
211 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()
120 DeviceType deviceType_; variable
183 DeviceType deviceType_; variable
218 auto deviceTypeKey = DEVICE_TYPE_MAP.find(audioDevice->deviceType_); in GetDevices()270 auto deviceTypeKey = DEVICE_TYPE_MAP.find(defaultOutputDevice[0]->deviceType_); in GetDefaultOutputDevice()