Lines Matching refs:map

50     NativeKeyCharacterMap(int32_t deviceId, const sp<KeyCharacterMap>& map) :
51 mDeviceId(deviceId), mMap(map) {
73 NativeKeyCharacterMap* map = new NativeKeyCharacterMap(deviceId,
75 if (!map) {
80 reinterpret_cast<jlong>(map));
99 NativeKeyCharacterMap* map = new NativeKeyCharacterMap(deviceId, kcm);
100 return reinterpret_cast<jlong>(map);
104 NativeKeyCharacterMap* map = reinterpret_cast<NativeKeyCharacterMap*>(ptr);
107 parcel->writeInt32(map->getDeviceId());
108 map->getMap()->writeToParcel(parcel);
113 NativeKeyCharacterMap* map = reinterpret_cast<NativeKeyCharacterMap*>(ptr);
114 delete map;
119 NativeKeyCharacterMap* map = reinterpret_cast<NativeKeyCharacterMap*>(ptr);
120 return map->getMap()->getCharacter(keyCode, metaState);
125 NativeKeyCharacterMap* map = reinterpret_cast<NativeKeyCharacterMap*>(ptr);
128 bool result = map->getMap()->getFallbackAction(keyCode, metaState, &fallbackAction);
139 NativeKeyCharacterMap* map = reinterpret_cast<NativeKeyCharacterMap*>(ptr);
140 return map->getMap()->getNumber(keyCode);
145 NativeKeyCharacterMap* map = reinterpret_cast<NativeKeyCharacterMap*>(ptr);
153 char16_t result = map->getMap()->getMatch(
162 NativeKeyCharacterMap* map = reinterpret_cast<NativeKeyCharacterMap*>(ptr);
163 return map->getMap()->getDisplayLabel(keyCode);
167 NativeKeyCharacterMap* map = reinterpret_cast<NativeKeyCharacterMap*>(ptr);
168 return map->getMap()->getKeyboardType();
173 NativeKeyCharacterMap* map = reinterpret_cast<NativeKeyCharacterMap*>(ptr);
183 if (map->getMap()->getEvents(map->getDeviceId(),