Home
last modified time | relevance | path

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

/base/global/resource_management/frameworks/resmgr/src/
Dres_config_impl.cpp51 inputDevice_(INPUTDEVICE_NOT_SET), in ResConfigImpl()
128 this->inputDevice_ = inputDevice; in SetInputDevice()
189 return this->inputDevice_; in GetInputDevice()
308 if (!IsInputDeviceMatch(other->inputDevice_)) { in Match()
362 if (this->inputDevice_ == INPUTDEVICE_NOT_SET && inputDevice != INPUTDEVICE_NOT_SET) { in IsInputDeviceMatch()
366 if (this->inputDevice_ != INPUTDEVICE_NOT_SET && inputDevice != INPUTDEVICE_NOT_SET) { in IsInputDeviceMatch()
367 if (this->inputDevice_ != inputDevice) { in IsInputDeviceMatch()
411 if (this->inputDevice_ != other->inputDevice_ && in IsMoreSuitable()
412 request->inputDevice_ != InputDevice::INPUTDEVICE_NOT_SET) { in IsMoreSuitable()
413 return this->inputDevice_ != InputDevice::INPUTDEVICE_NOT_SET; in IsMoreSuitable()
[all …]
/base/global/resource_management/frameworks/resmgr/include/
Dres_config_impl.h184 InputDevice inputDevice_; variable