Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DKeyboardClassifier.cpp59 RustInputDeviceIdentifier rustIdentifier; in notifyKeyboardChanged() local
60 rustIdentifier.name = identifier.name; in notifyKeyboardChanged()
61 rustIdentifier.location = identifier.location; in notifyKeyboardChanged()
62 rustIdentifier.unique_id = identifier.uniqueId; in notifyKeyboardChanged()
63 rustIdentifier.bus = identifier.bus; in notifyKeyboardChanged()
64 rustIdentifier.vendor = identifier.vendor; in notifyKeyboardChanged()
65 rustIdentifier.product = identifier.product; in notifyKeyboardChanged()
66 rustIdentifier.version = identifier.version; in notifyKeyboardChanged()
67 rustIdentifier.descriptor = identifier.descriptor; in notifyKeyboardChanged()
69 rustIdentifier, deviceClasses); in notifyKeyboardChanged()