Home
last modified time | relevance | path

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

/libnativehelper/header_only_include/nativehelper/
Dscoped_bytes.h33 : mEnv(env), mObject(object), mByteArray(nullptr), mPtr(nullptr) in ScopedBytes()
35 if (mObject == nullptr) { in ScopedBytes()
39 if (mEnv->IsInstanceOf(mObject, byteArrayClass)) { in ScopedBytes()
40 mByteArray = reinterpret_cast<jbyteArray>(mObject); in ScopedBytes()
43 mPtr = reinterpret_cast<jbyte*>(mEnv->GetDirectBufferAddress(mObject)); in ScopedBytes()
57 const jobject mObject; variable