Searched refs:hidEventType (Results 1 – 10 of 10) sorted by relevance
24 | [hidEventType](#hideventtype) | 事件类型编码 | 31 ### hidEventType subsection35 Hid_EventType Hid_EventTypeArray::*hidEventType
90 | [Hid_EventTypeArray::hidEventType](#hideventtype) | 事件类型编码 | 666 ### hidEventType subsection669 Hid_EventType* Hid_EventTypeArray::hidEventType
24 | [hidEventType](#hideventtype) | Array of event types.| 31 ### hidEventType subsection35 Hid_EventType Hid_EventTypeArray::*hidEventType
90 | [Hid_EventTypeArray::hidEventType](#hideventtype) | Event type. | 666 ### hidEventType subsection669 Hid_EventType* Hid_EventTypeArray::hidEventType
134 if (hidEventProperties->hidEventTypes.hidEventType != nullptr) { in ParseHidEventProperties()135 std::transform(hidEventProperties->hidEventTypes.hidEventType, in ParseHidEventProperties()136 … hidEventProperties->hidEventTypes.hidEventType + hidEventProperties->hidEventTypes.length, in ParseHidEventProperties()
61 …Hid_EventTypeArray eventTypeArray = {.hidEventType = eventType.data(), .length = (uint16_t)eventTy…
496 Hid_EventType *hidEventType; member
41 .hidEventType = eventType.data(), in CreateTestDevice()
155 .hidEventType = eventType.data(), in CreateTestDevice()