Home
last modified time | relevance | path

Searched refs:nDestroyGraphicBuffer (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DGraphicBuffer.java234 nDestroyGraphicBuffer(mNativeObject); in destroy()
255 if (!mDestroyed) nDestroyGraphicBuffer(mNativeObject); in finalize()
311 private static native void nDestroyGraphicBuffer(long nativeObject); in nDestroyGraphicBuffer() method in GraphicBuffer