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

  /development/ndk/platforms/android-9/include/android/
native_window.h 35 struct ANativeWindow;
36 typedef struct ANativeWindow ANativeWindow;
60 * Acquire a reference on the given ANativeWindow object. This prevents the object
63 void ANativeWindow_acquire(ANativeWindow* window);
68 void ANativeWindow_release(ANativeWindow* window);
74 int32_t ANativeWindow_getWidth(ANativeWindow* window);
80 int32_t ANativeWindow_getHeight(ANativeWindow* window);
86 int32_t ANativeWindow_getFormat(ANativeWindow* window);
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format)
    [all...]
  /frameworks/base/native/include/android/
native_window.h 35 struct ANativeWindow;
36 typedef struct ANativeWindow ANativeWindow;
60 * Acquire a reference on the given ANativeWindow object. This prevents the object
63 void ANativeWindow_acquire(ANativeWindow* window);
68 void ANativeWindow_release(ANativeWindow* window);
74 int32_t ANativeWindow_getWidth(ANativeWindow* window);
80 int32_t ANativeWindow_getHeight(ANativeWindow* window);
86 int32_t ANativeWindow_getFormat(ANativeWindow* window);
102 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window
    [all...]
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/android/
native_window.h 35 struct ANativeWindow;
36 typedef struct ANativeWindow ANativeWindow;
60 * Acquire a reference on the given ANativeWindow object. This prevents the object
63 void ANativeWindow_acquire(ANativeWindow* window);
68 void ANativeWindow_release(ANativeWindow* window);
74 int32_t ANativeWindow_getWidth(ANativeWindow* window);
80 int32_t ANativeWindow_getHeight(ANativeWindow* window);
86 int32_t ANativeWindow_getFormat(ANativeWindow* window);
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format)
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/android/
native_window.h 35 struct ANativeWindow;
36 typedef struct ANativeWindow ANativeWindow;
60 * Acquire a reference on the given ANativeWindow object. This prevents the object
63 void ANativeWindow_acquire(ANativeWindow* window);
68 void ANativeWindow_release(ANativeWindow* window);
74 int32_t ANativeWindow_getWidth(ANativeWindow* window);
80 int32_t ANativeWindow_getHeight(ANativeWindow* window);
86 int32_t ANativeWindow_getFormat(ANativeWindow* window);
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format)
    [all...]
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/android/
native_window.h 35 struct ANativeWindow;
36 typedef struct ANativeWindow ANativeWindow;
60 * Acquire a reference on the given ANativeWindow object. This prevents the object
63 void ANativeWindow_acquire(ANativeWindow* window);
68 void ANativeWindow_release(ANativeWindow* window);
74 int32_t ANativeWindow_getWidth(ANativeWindow* window);
80 int32_t ANativeWindow_getHeight(ANativeWindow* window);
86 int32_t ANativeWindow_getFormat(ANativeWindow* window);
99 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* window, int32_t width, int32_t height, int32_t format)
    [all...]
  /system/core/include/system/
window.h 117 * Users of the set_buffer_count ANativeWindow method should query this
134 /* Check whether queueBuffer operations on the ANativeWindow send the buffer
136 * to 1 if the ANativeWindow DOES send queued buffers directly to the window
141 * sent to the ANativeWindow. Note, however, that a result of 1 does NOT
149 /* Get the concrete type of a ANativeWindow. See below for the list of
159 * Default width and height of the ANativeWindow, these are the dimensions
295 struct ANativeWindow
298 ANativeWindow()
302 common.version = sizeof(ANativeWindow);
306 /* Implement the methods that sp<ANativeWindow> expects so that i
    [all...]

Completed in 122 milliseconds