Searched refs:setLocalJNIRef (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DGraphics.cpp433 void AndroidPixelRef::setLocalJNIRef(jbyteArray arr) { function in class:AndroidPixelRef
535 ((AndroidPixelRef*) fNativeBitmap->pixelRef())->setLocalJNIRef(fBuffer);
541 ((AndroidPixelRef*) fNativeBitmap->pixelRef())->setLocalJNIRef(NULL);
H A DGraphicsJNI.h88 void setLocalJNIRef(jbyteArray arr);
94 * 'localref' may only be NULL if setLocalJNIRef() was already called with

Completed in 20 milliseconds