Home
last modified time | relevance | path

Searched refs:nativeWriteSystemFeaturesCache (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DApplicationSharedMemory.java338 nativeWriteSystemFeaturesCache(mPtr, featureVersions); in writeSystemFeaturesCache()
355 private static native void nativeWriteSystemFeaturesCache(long ptr, int[] cache); in nativeWriteSystemFeaturesCache() method in ApplicationSharedMemory
/frameworks/base/core/jni/
Dcom_android_internal_os_ApplicationSharedMemory.cpp209 static void nativeWriteSystemFeaturesCache(JNIEnv* env, jclass*, jlong ptr, jintArray jfeatures) { in nativeWriteSystemFeaturesCache() function
230 {"nativeWriteSystemFeaturesCache", "(J[I)V", (void*)nativeWriteSystemFeaturesCache}, in nativeWriteSystemFeaturesCache() method