Searched defs:AutoBufferPointer (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_nio_utils.h57 class AutoBufferPointer { class in namespace:android
59 AutoBufferPointer(JNIEnv* env, jobject nioBuffer, jboolean commit);
60 ~AutoBufferPointer();
H A Dandroid_nio_utils.cpp61 android::AutoBufferPointer::AutoBufferPointer(JNIEnv* env, jobject nioBuffer, function in class:android::AutoBufferPointer
68 android::AutoBufferPointer::~AutoBufferPointer() {

Completed in 896 milliseconds