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

  /frameworks/native/libs/ui/
FramebufferNativeWindow.cpp 44 class NativeBuffer
47 NativeBuffer,
48 LightRefBase<NativeBuffer> >
51 NativeBuffer(int w, int h, int f, int u) : BASE() {
58 friend class LightRefBase<NativeBuffer>;
59 ~NativeBuffer() { }; // this class cannot be overloaded
119 buffers[i] = new NativeBuffer(
280 buffer_handle_t handle = static_cast<NativeBuffer*>(buffer)->handle;
287 self->front = static_cast<NativeBuffer*>(buffer);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
NativeBuffer.java 25 public class NativeBuffer {
36 public NativeBuffer() {
39 public NativeBuffer(int count) {
44 public NativeBuffer mutableCopy() {
45 NativeBuffer result = null;
48 result = (NativeBuffer)myClass.newInstance();
54 throw new RuntimeException("Failed to copy NativeBuffer to mutable instance!");
71 public NativeBuffer retain() {
80 public NativeBuffer release() {
128 private native boolean nativeCopyTo(NativeBuffer buffer)
    [all...]

Completed in 39 milliseconds