Lines Matching refs:int32_t
67 int32_t keyCode;
68 int32_t metaState;
86 int32_t getKeyboardType() const;
90 char16_t getDisplayLabel(int32_t keyCode) const;
96 char16_t getNumber(int32_t keyCode) const;
101 char16_t getCharacter(int32_t keyCode, int32_t metaState) const;
107 bool getFallbackAction(int32_t keyCode, int32_t metaState,
114 char16_t getMatch(int32_t keyCode, const char16_t* chars,
115 size_t numChars, int32_t metaState) const;
120 bool getEvents(int32_t deviceId, const char16_t* chars, size_t numChars,
125 status_t mapKey(int32_t scanCode, int32_t usageCode, int32_t* outKeyCode) const;
147 int32_t metaState;
153 int32_t fallbackKeyCode;
185 inline Property(int32_t property = 0, int32_t metaState = 0) :
188 int32_t property;
189 int32_t metaState;
196 int32_t mKeyCode;
210 status_t parseModifier(const String8& token, int32_t* outMetaState);
216 KeyedVector<int32_t, Key*> mKeys;
219 KeyedVector<int32_t, int32_t> mKeysByScanCode;
220 KeyedVector<int32_t, int32_t> mKeysByUsageCode;
225 bool getKey(int32_t keyCode, const Key** outKey) const;
226 bool getKeyBehavior(int32_t keyCode, int32_t metaState,
228 static bool matchesMetaState(int32_t eventMetaState, int32_t behaviorMetaState);
230 bool findKey(char16_t ch, int32_t* outKeyCode, int32_t* outMetaState) const;
235 int32_t deviceId, int32_t keyCode, int32_t metaState, bool down, nsecs_t time);
237 int32_t deviceId, int32_t metaState, bool down, nsecs_t time,
238 int32_t* currentMetaState);
240 int32_t deviceId, int32_t metaState, bool down, nsecs_t time,
241 int32_t keyCode, int32_t keyMetaState,
242 int32_t* currentMetaState);
244 int32_t deviceId, int32_t metaState, bool down, nsecs_t time,
245 int32_t leftKeyCode, int32_t leftKeyMetaState,
246 int32_t rightKeyCode, int32_t rightKeyMetaState,
247 int32_t eitherKeyMetaState,
248 int32_t* currentMetaState);
250 int32_t deviceId, int32_t metaState, nsecs_t time,
251 int32_t keyCode, int32_t keyMetaState,
252 int32_t* currentMetaState);