Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DApplicationSharedMemory.java97 long ptr = nativeMap(fd, mutable); in create()
117 long ptr = nativeMap(fileDescriptor.getInt$(), mutable); in fromFileDescriptor()
136 private static native long nativeMap(int fd, boolean isMutable); in nativeMap() method in ApplicationSharedMemory
/frameworks/base/core/jni/
Dcom_android_internal_os_ApplicationSharedMemory.cpp151 static jlong nativeMap(JNIEnv* env, jclass, jint fd, jboolean isMutable) { in nativeMap() function
221 {"nativeMap", "(IZ)J", (void*)nativeMap}, in nativeMap() method
Dandroid_view_KeyCharacterMap.cpp72 NativeKeyCharacterMap* nativeMap = new NativeKeyCharacterMap(deviceId, std::move(kcm)); in android_view_KeyCharacterMap_create() local
73 if (!nativeMap) { in android_view_KeyCharacterMap_create()
78 reinterpret_cast<jlong>(nativeMap)); in android_view_KeyCharacterMap_create()