Home | History | Annotate | Download | only in tests

Lines Matching refs:KeyInfo

299     struct KeyInfo {
314 KeyedVector<int32_t, KeyInfo> keysByScanCode;
315 KeyedVector<int32_t, KeyInfo> keysByUsageCode;
409 KeyInfo info;
516 const KeyInfo* key = getKey(device, scanCode, usageCode);
530 const KeyInfo* getKey(Device* device, int32_t scanCode, int32_t usageCode) const {