OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mInBuf
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/include/androidfw/
StreamingZipInflater.h
73
uint8_t*
mInBuf
;
74
size_t mInBufSize; // allocated size of
mInBuf
;
/frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp
341
jobject
mInBuf
;
346
JniInputByteBuffer::JniInputByteBuffer(JNIEnv* env, jobject inBuf) :
mInBuf
(inBuf), mEnv(env) {
363
mEnv->CallObjectMethod(
mInBuf
, gInputByteBufferClassInfo.mGetMethod, mByteArray, 0,
[
all
...]
Completed in 325 milliseconds