Searched refs:window (Results 1 - 5 of 5) sorted by relevance

/system/core/include/system/
H A Dwindow.h135 * to the window compositor. The query sets the returned 'value' argument
136 * to 1 if the ANativeWindow DOES send queued buffers directly to the window
137 * compositor and 0 if the buffers do not go directly to the window
160 * of the window irrespective of the NATIVE_WINDOW_SET_BUFFERS_DIMENSIONS
272 /* the window content is not updated (frozen) until a buffer of
273 * the window size is received (enqueued)
276 /* the buffer is scaled in both dimensions to match the window size */
290 * by the native window when queueBuffer is called. This is equal to INT64_MIN,
339 int (*setSwapInterval)(struct ANativeWindow* window,
347 * The window hold
461 native_window_set_usage( struct ANativeWindow* window, int usage) argument
468 native_window_connect( struct ANativeWindow* window, int api) argument
474 native_window_disconnect( struct ANativeWindow* window, int api) argument
491 native_window_set_crop( struct ANativeWindow* window, android_native_rect_t const * crop) argument
502 native_window_set_buffer_count( struct ANativeWindow* window, size_t bufferCount) argument
518 native_window_set_buffers_geometry( struct ANativeWindow* window, int w, int h, int format) argument
539 native_window_set_buffers_dimensions( struct ANativeWindow* window, int w, int h) argument
553 native_window_set_buffers_format( struct ANativeWindow* window, int format) argument
565 native_window_set_buffers_transform( struct ANativeWindow* window, int transform) argument
583 native_window_set_buffers_timestamp( struct ANativeWindow* window, int64_t timestamp) argument
596 native_window_set_scaling_mode( struct ANativeWindow* window, int mode) argument
611 native_window_api_connect( struct ANativeWindow* window, int api) argument
623 native_window_api_disconnect( struct ANativeWindow* window, int api) argument
[all...]
/system/media/mca/filterfw/jni/
H A Djni_gl_environment.cpp29 #include <system/window.h>
42 NativeWindowHandle(ANativeWindow* window) : window_(window) { argument
142 ANativeWindow* window = ANativeWindow_fromSurface(env, surface); local
143 if (!window) {
144 LOGE("GLEnvironment: Error creating window!");
148 NativeWindowHandle* winHandle = new NativeWindowHandle(window);
175 window,
179 LOGE("GLEnvironment: Error creating window surface!");
204 ANativeWindow* window local
295 sp<ANativeWindow> window = surfaceTC; local
[all...]
/system/media/mca/filterfw/native/core/
H A Dgl_env.h46 virtual bool Equals(const WindowHandle* window) const {
47 return InternalHandle() == window->InternalHandle();
103 // Add a window surface to the environment. The window is passed in as
104 // an opaque window handle.
124 // Looks for a surface with the associated window handle. Returns -1 if no
125 // surface with such a window was found.
H A Dgl_env.cpp23 #include "system/window.h"
143 // TODO(renn): Do we need the window bit here?
244 ANativeWindow *window = static_cast<ANativeWindow*>( local
246 native_window_set_buffers_timestamp(window, timestamp);
/system/bluetooth/bluez-clean-headers/bluetooth/
H A Dhci.h877 uint16_t window; member in struct:__anon72
885 uint16_t window; member in struct:__anon73
894 uint16_t window; member in struct:__anon74
901 uint16_t window; member in struct:__anon75
1561 uint16_t window; member in struct:__anon156
1579 uint16_t window; member in struct:__anon158

Completed in 102 milliseconds