Searched defs:ANativeWindow (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/libs/vr/libdvr/include/dvr/
H A Ddvr_buffer_queue.h10 typedef struct ANativeWindow ANativeWindow; typedef in typeref:struct:ANativeWindow
20 // Returns ANativeWindow. Can be casted to a Java Surface using
22 // additional reference to the ANativeWindow returned, don't call
25 ANativeWindow** out_window);
H A Ddvr_api.h14 typedef struct ANativeWindow ANativeWindow; typedef in typeref:struct:ANativeWindow
134 DvrWriteBufferQueue* write_queue, ANativeWindow** out_window);
263 // The buffer metadata that an Android Surface (a.k.a. ANativeWindow)
265 // ANativeWindow access is needed. Please do not remove, modify, or reorder
/frameworks/native/libs/nativewindow/include/android/
H A Dnative_window.h73 struct ANativeWindow;
79 typedef struct ANativeWindow ANativeWindow; typedef in typeref:struct:ANativeWindow
108 * Acquire a reference on the given {@link ANativeWindow} object. This prevents the object
111 void ANativeWindow_acquire(ANativeWindow* window);
116 void ANativeWindow_release(ANativeWindow* window);
123 int32_t ANativeWindow_getWidth(ANativeWindow* window);
130 int32_t ANativeWindow_getHeight(ANativeWindow* window);
137 int32_t ANativeWindow_getFormat(ANativeWindow* window);
156 int32_t ANativeWindow_setBuffersGeometry(ANativeWindow* windo
[all...]
/frameworks/native/libs/nativewindow/include/system/
H A Dwindow.h91 /* Check whether queueBuffer operations on the ANativeWindow send the buffer
93 * to 1 if the ANativeWindow DOES send queued buffers directly to the window
98 * sent to the ANativeWindow. Note, however, that a result of 1 does NOT
106 /* Get the concrete type of a ANativeWindow. See below for the list of
116 * Default width and height of ANativeWindow buffers, these are the
178 * Returns the number of image layers that the ANativeWindow buffer
209 * HAL implementation code with access to an ANativeWindow should not use these,
211 * ANativeWindow.
328 struct ANativeWindow struct
331 ANativeWindow() function in struct:ANativeWindow
552 typedef struct ANativeWindow ANativeWindow; typedef in typeref:struct:ANativeWindow
[all...]

Completed in 138 milliseconds