HomeSort by relevance Sort by last modified time
    Searched refs:nio_releasePointer (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_nio_utils.h 34 * nio_releasePointer must be called with the array
37 * nio_releasePointer.
54 void nio_releasePointer(JNIEnv *env, jarray array, void *pointer,
android_nio_utils.cpp 55 void android::nio_releasePointer(JNIEnv *_env, jarray array, void *data,
72 android::nio_releasePointer(fEnv, fArray, fPointer, fCommit);

Completed in 306 milliseconds