OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setLocalJNIRef
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/android/graphics/
Graphics.cpp
490
void AndroidPixelRef::
setLocalJNIRef
(jbyteArray arr) {
493
fWrappedPixelRef->
setLocalJNIRef
(arr);
617
((AndroidPixelRef*) fNativeBitmap->pixelRef())->
setLocalJNIRef
(fBuffer);
623
((AndroidPixelRef*) fNativeBitmap->pixelRef())->
setLocalJNIRef
(NULL);
GraphicsJNI.h
110
void
setLocalJNIRef
(jbyteArray arr);
116
* 'localref' may only be NULL if
setLocalJNIRef
() was already called with
Completed in 49 milliseconds