OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sWriteID
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/jni_jpegstream/src/
outputstream_wrapper.cpp
20
jmethodID OutputStreamWrapper::
sWriteID
= NULL;
31
if (
sWriteID
== NULL) {
36
mEnv->CallVoidMethod(mStream,
sWriteID
, mByteArray, offset, length);
48
sWriteID
= id;
outputstream_wrapper.h
32
static jmethodID
sWriteID
;
Completed in 66 milliseconds