Home
last modified time | relevance | path

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

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DVertexFrame.java39 if (!nativeAllocate(getFormat().getSize())) { in VertexFrame()
132 private native boolean nativeAllocate(int size); in nativeAllocate() method in VertexFrame
DGLEnvironment.java37 nativeAllocate(); in GLEnvironment()
167 private native boolean nativeAllocate(); in nativeAllocate() method in GLEnvironment
DNativeFrame.java39 nativeAllocate(capacity); in NativeFrame()
232 private native boolean nativeAllocate(int capacity); in nativeAllocate() method in NativeFrame
DGLFrame.java120 if (!nativeAllocate(mGLEnvironment, getFormat().getWidth(), getFormat().getHeight())) { in initNew()
364 private native boolean nativeAllocate(GLEnvironment env, int width, int height); in nativeAllocate() method in GLFrame
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraMetadataNative.java292 mMetadataPtr = nativeAllocate(); in CameraMetadataNative()
1107 private native long nativeAllocate(); in nativeAllocate() method in CameraMetadataNative