Searched refs:nativeMap (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/com/android/internal/os/ |
D | ApplicationSharedMemory.java | 97 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/ |
D | com_android_internal_os_ApplicationSharedMemory.cpp | 151 static jlong nativeMap(JNIEnv* env, jclass, jint fd, jboolean isMutable) { in nativeMap() function 221 {"nativeMap", "(IZ)J", (void*)nativeMap}, in nativeMap() method
|
D | android_view_KeyCharacterMap.cpp | 72 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()
|