Home
last modified time | relevance | path

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

/base/msdp/device_status/tools/vdev/include/
Dvirtual_device.h46 bool SupportRel(size_t rel) const;
107 inline bool VirtualDevice::SupportRel(size_t rel) const in SupportRel() function
109 return ((inputDev_ != nullptr) && inputDev_->SupportRel(rel)); in SupportRel()
Dv_input_device.h77 bool SupportRel(size_t rel) const;
150 inline bool VInputDevice::SupportRel(size_t rel) const in SupportRel() function
/base/msdp/device_status/tools/vdev/src/
Dvirtual_device_builder.cpp528 if (vDev->SupportRel(rel)) { in CopyEvents()