Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dandroid_nio_utils.cpp30 fPointer = reinterpret_cast<void*>(pointer); in AutoBufferPointer()
36 fPointer = reinterpret_cast<void*>(reinterpret_cast<char*>(fElements) + byteOffset); in AutoBufferPointer()
Dandroid_nio_utils.h57 void* pointer() const { return fPointer; } in pointer()
61 void* fPointer; // Pointer to current buffer position when constructed. variable