Searched refs:inputDevice_ (Results 1 – 2 of 2) sorted by relevance
51 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 …]
184 InputDevice inputDevice_; variable