Searched refs:SupportEventType (Results 1 – 4 of 4) sorted by relevance
43 bool SupportEventType(size_t ev) const;92 inline bool VirtualDevice::SupportEventType(size_t ev) const in SupportEventType() function94 return ((inputDev_ != nullptr) && inputDev_->SupportEventType(ev)); in SupportEventType()
74 bool SupportEventType(size_t ev) const;147 inline bool VInputDevice::SupportEventType(size_t ev) const in SupportEventType() function
73 bool SupportEventType(size_t ev) const;146 inline bool VInputDevice::SupportEventType(size_t ev) const in SupportEventType() function
537 if (vDev->SupportEventType(ev)) { in CopyEvents()