OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AutoBufferPointer
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/
android_nio_utils.h
57
class
AutoBufferPointer
{
59
AutoBufferPointer
(JNIEnv* env, jobject nioBuffer, jboolean commit);
60
~
AutoBufferPointer
();
android_nio_utils.cpp
61
android::
AutoBufferPointer
::
AutoBufferPointer
(JNIEnv* env, jobject nioBuffer,
68
android::
AutoBufferPointer
::~
AutoBufferPointer
() {
Completed in 61 milliseconds