Home | History | Annotate | Download | only in tests

Lines Matching refs:KeyInfo

308     struct KeyInfo {
323 KeyedVector<int32_t, KeyInfo> keysByScanCode;
324 KeyedVector<int32_t, KeyInfo> keysByUsageCode;
418 KeyInfo info;
526 const KeyInfo* key = getKey(device, scanCode, usageCode);
543 const KeyInfo* getKey(Device* device, int32_t scanCode, int32_t usageCode) const {