Searched refs:fElements (Results 1 – 2 of 2) sorted by relevance
29 fElements = nullptr; in AutoBufferPointer()35 fElements = fEnv->GetPrimitiveArrayCritical(fArray, /* isCopy= */ nullptr); in AutoBufferPointer()36 fPointer = reinterpret_cast<void*>(reinterpret_cast<char*>(fElements) + byteOffset); in AutoBufferPointer()42 fEnv->ReleasePrimitiveArrayCritical(fArray, fElements, fCommit ? 0 : JNI_ABORT); in ~AutoBufferPointer()
62 void* fElements; // Pointer to array element 0 (null if buffer is direct, may be variable