HomeSort by relevance Sort by last modified time
    Searched refs:setLocalJNIRef (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/android/graphics/
Graphics.cpp 433 void AndroidPixelRef::setLocalJNIRef(jbyteArray arr) {
535 ((AndroidPixelRef*) fNativeBitmap->pixelRef())->setLocalJNIRef(fBuffer);
541 ((AndroidPixelRef*) fNativeBitmap->pixelRef())->setLocalJNIRef(NULL);
GraphicsJNI.h 88 void setLocalJNIRef(jbyteArray arr);
94 * 'localref' may only be NULL if setLocalJNIRef() was already called with

Completed in 34 milliseconds