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

/system/core/include/system/
H A Dwindow.h155 * to the window compositor. The query sets the returned 'value' argument
156 * to 1 if the ANativeWindow DOES send queued buffers directly to the window
157 * compositor and 0 if the buffers do not go directly to the window
180 * dimensions of the window buffers irrespective of the
181 * NATIVE_WINDOW_SET_BUFFERS_DIMENSIONS call and match the native window
276 * example, if the window is double-buffered, the age of any given buffer in
360 /* the window content is not updated (frozen) until a buffer of
361 * the window size is received (enqueued)
364 /* the buffer is scaled in both dimensions to match the window size */
367 * of the buffer matches the window siz
629 native_window_set_usage( struct ANativeWindow* window, int usage) argument
667 native_window_set_crop( struct ANativeWindow* window, android_native_rect_t const * crop) argument
688 native_window_set_post_transform_crop( struct ANativeWindow* window, android_native_rect_t const * crop) argument
706 native_window_set_active_rect( struct ANativeWindow* window, android_native_rect_t const * active_rect) argument
717 native_window_set_buffer_count( struct ANativeWindow* window, size_t bufferCount) argument
737 native_window_set_buffers_geometry( struct ANativeWindow* window, int w, int h, int format) argument
758 native_window_set_buffers_dimensions( struct ANativeWindow* window, int w, int h) argument
783 native_window_set_buffers_user_dimensions( struct ANativeWindow* window, int w, int h) argument
797 native_window_set_buffers_format( struct ANativeWindow* window, int format) argument
816 native_window_set_buffers_data_space( struct ANativeWindow* window, android_dataspace_t dataSpace) argument
829 native_window_set_buffers_transform( struct ANativeWindow* window, int transform) argument
846 native_window_set_buffers_sticky_transform( struct ANativeWindow* window, int transform) argument
864 native_window_set_buffers_timestamp( struct ANativeWindow* window, int64_t timestamp) argument
877 native_window_set_scaling_mode( struct ANativeWindow* window, int mode) argument
891 native_window_api_connect( struct ANativeWindow* window, int api) argument
903 native_window_api_disconnect( struct ANativeWindow* window, int api) argument
924 native_window_set_sideband_stream( struct ANativeWindow* window, native_handle_t* sidebandHandle) argument
948 native_window_set_surface_damage( struct ANativeWindow* window, const android_native_rect_t* rects, size_t numRects) argument
960 native_window_set_shared_buffer_mode( struct ANativeWindow* window, bool sharedBufferMode) argument
972 native_window_set_auto_refresh( struct ANativeWindow* window, bool autoRefresh) argument
[all...]
/system/connectivity/shill/test-scripts/
H A Dconnection_manager.js32 window.parent.postMessage(msg, chromeos.connectionManager.parent_page_url_);
40 window.parent.postMessage(msg, chromeos.connectionManager.parent_page_url_);
43 window.addEventListener('message', function(e) {
/system/extras/tests/net_test/
H A Dpackets.py85 flags=TCP_SYN, window=TCP_WINDOW))
95 flags=TCP_RST | TCP_ACK, window=TCP_WINDOW))
104 flags=TCP_SYN | TCP_ACK, window=None))
117 flags=flags, window=TCP_WINDOW) /
129 flags=TCP_ACK | TCP_FIN, window=TCP_WINDOW))
H A Dmultinetwork_base.py550 actualtcp.window = expectedtcp.window
/system/bt/stack/btm/
H A Dbtm_inq.c152 ** scans are enabled. If a value of '0' is entered for window or
162 tBTM_STATUS BTM_SetDiscoverability (UINT16 inq_mode, UINT16 window, UINT16 interval) argument
195 /* If the window and/or interval is '0', set to default values */
196 if (!window)
197 window = BTM_DEFAULT_DISC_WINDOW;
202 BTM_TRACE_API ("BTM_SetDiscoverability: mode %d [NonDisc-0, Lim-1, Gen-2], window 0x%04x, interval 0x%04x",
203 inq_mode, window, interval);
205 /*** Check for valid window and interval parameters ***/
206 /*** Only check window and duration if mode is connectable ***/
209 /* window mus
594 BTM_SetConnectability(UINT16 page_mode, UINT16 window, UINT16 interval) argument
[all...]
/system/bt/stack/include/
H A Dhcimsgs.h528 UINT16 window); /* Write Page Scan Activity */
537 extern BOOLEAN btsnd_hcic_write_inqscan_cfg(UINT16 interval, UINT16 window);
H A Dbtm_api.h2164 ** scans are enabled. If a value of '0' is entered for window or
2174 extern tBTM_STATUS BTM_SetDiscoverability (UINT16 inq_mode, UINT16 window,
2319 extern tBTM_STATUS BTM_SetConnectability (UINT16 page_mode, UINT16 window,
/system/bt/stack/hcic/
H A Dhcicmds.c886 BOOLEAN btsnd_hcic_write_pagescan_cfg(UINT16 interval, UINT16 window) argument
898 UINT16_TO_STREAM (pp, window);
904 BOOLEAN btsnd_hcic_write_inqscan_cfg(UINT16 interval, UINT16 window) argument
916 UINT16_TO_STREAM (pp, window);
/system/bt/stack/gatt/
H A Dgatt_utils.c2821 UINT16 connectability, window, interval; local
2840 connectability = BTM_ReadConnectability (&window, &interval);
/system/bt/bta/dm/
H A Dbta_dm_act.c594 UINT16 window, interval; local
599 UINT16 disc_mode = BTM_ReadDiscoverability(&window, &interval);
600 UINT16 conn_mode = BTM_ReadConnectability(&window, &interval);

Completed in 245 milliseconds