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 469 void AndroidPixelRef::setLocalJNIRef(jbyteArray arr) {
472 fWrappedPixelRef->setLocalJNIRef(arr);
588 ((AndroidPixelRef*) fNativeBitmap->pixelRef())->setLocalJNIRef(fBuffer);
594 ((AndroidPixelRef*) fNativeBitmap->pixelRef())->setLocalJNIRef(NULL);
GraphicsJNI.h 105 void setLocalJNIRef(jbyteArray arr);
111 * 'localref' may only be NULL if setLocalJNIRef() was already called with

Completed in 751 milliseconds