Home
last modified time | relevance | path

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

/libnativehelper/include_deprecated/
DScopedBytes.h32 : mEnv(env), mObject(object), mByteArray(NULL), mPtr(NULL) in ScopedBytes()
34 if (mObject == NULL) { in ScopedBytes()
36 } else if (mEnv->IsInstanceOf(mObject, JniConstants::byteArrayClass)) { in ScopedBytes()
37 mByteArray = reinterpret_cast<jbyteArray>(mObject); in ScopedBytes()
40 mPtr = reinterpret_cast<jbyte*>(mEnv->GetDirectBufferAddress(mObject)); in ScopedBytes()
52 const jobject mObject; variable
/libnativehelper/include/nativehelper/
DScopedBytes.h32 : mEnv(env), mObject(object), mByteArray(NULL), mPtr(NULL) in ScopedBytes()
34 if (mObject == NULL) { in ScopedBytes()
36 } else if (mEnv->IsInstanceOf(mObject, JniConstants::byteArrayClass)) { in ScopedBytes()
37 mByteArray = reinterpret_cast<jbyteArray>(mObject); in ScopedBytes()
40 mPtr = reinterpret_cast<jbyte*>(mEnv->GetDirectBufferAddress(mObject)); in ScopedBytes()
52 const jobject mObject; variable