Searched refs:NativeKeyCharacterMap (Results 1 – 1 of 1) sorted by relevance
49 class NativeKeyCharacterMap { class51 NativeKeyCharacterMap(int32_t deviceId, std::unique_ptr<KeyCharacterMap> map) in NativeKeyCharacterMap() function in android::NativeKeyCharacterMap54 ~NativeKeyCharacterMap() { in ~NativeKeyCharacterMap()72 NativeKeyCharacterMap* nativeMap = new NativeKeyCharacterMap(deviceId, std::move(kcm)); in android_view_KeyCharacterMap_create()104 NativeKeyCharacterMap* map = new NativeKeyCharacterMap(deviceId, std::move(kcm)); in nativeReadFromParcel()109 NativeKeyCharacterMap* map = reinterpret_cast<NativeKeyCharacterMap*>(ptr); in nativeWriteToParcel()124 NativeKeyCharacterMap* map = reinterpret_cast<NativeKeyCharacterMap*>(ptr); in nativeDispose()131 NativeKeyCharacterMap* map = reinterpret_cast<NativeKeyCharacterMap*>(ptr); in nativeGetCharacter()140 NativeKeyCharacterMap* map = reinterpret_cast<NativeKeyCharacterMap*>(ptr); in nativeGetFallbackAction()158 NativeKeyCharacterMap* map = reinterpret_cast<NativeKeyCharacterMap*>(ptr); in nativeGetNumber()[all …]