OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fStorageObj
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/android/graphics/
GraphicsJNI.h
85
jbyteArray getStorageObj() { return
fStorageObj
; }
105
jbyteArray
fStorageObj
; // The Java byte[] object used as the bitmap backing store
106
bool fHasGlobalRef; // If true,
fStorageObj
holds a JNI global ref
147
jbyteArray getStorageObj() { return
fStorageObj
; }
153
jbyteArray result =
fStorageObj
;
154
fStorageObj
= NULL;
162
jbyteArray
fStorageObj
;
Graphics.cpp
409
fStorageObj
= storageObj;
422
if (
fStorageObj
&& fHasGlobalRef) {
423
env->DeleteGlobalRef(
fStorageObj
);
425
fStorageObj
= NULL;
435
fStorageObj
= arr;
444
if (localref)
fStorageObj
= (jbyteArray) localref;
446
if (
fStorageObj
== NULL) {
456
fStorageObj
= (jbyteArray) env->NewGlobalRef(
fStorageObj
);
470
env->DeleteGlobalRef(
fStorageObj
);
[
all
...]
Completed in 69 milliseconds