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

/system/bt/stack/btm/
H A Dbtm_inq.c146 ** scans are enabled. If a value of '0' is entered for window or
156 tBTM_STATUS BTM_SetDiscoverability (UINT16 inq_mode, UINT16 window, UINT16 interval) argument
189 /* If the window and/or interval is '0', set to default values */
190 if (!window)
191 window = BTM_DEFAULT_DISC_WINDOW;
196 BTM_TRACE_API ("BTM_SetDiscoverability: mode %d [NonDisc-0, Lim-1, Gen-2], window 0x%04x, interval 0x%04x",
197 inq_mode, window, interval);
199 /*** Check for valid window and interval parameters ***/
200 /*** Only check window and duration if mode is connectable ***/
203 /* window mus
588 BTM_SetConnectability(UINT16 page_mode, UINT16 window, UINT16 interval) argument
[all...]
/system/bt/stack/hcic/
H A Dhcicmds.c1104 BOOLEAN btsnd_hcic_write_pagescan_cfg(UINT16 interval, UINT16 window) argument
1121 UINT16_TO_STREAM (pp, window);
1127 BOOLEAN btsnd_hcic_write_inqscan_cfg(UINT16 interval, UINT16 window) argument
1144 UINT16_TO_STREAM (pp, window);
/system/core/include/system/
H A Dwindow.h154 * to the window compositor. The query sets the returned 'value' argument
155 * to 1 if the ANativeWindow DOES send queued buffers directly to the window
156 * compositor and 0 if the buffers do not go directly to the window
179 * dimensions of the window buffers irrespective of the
180 * NATIVE_WINDOW_SET_BUFFERS_DIMENSIONS call and match the native window
275 * example, if the window is double-buffered, the age of any given buffer in
356 /* the window content is not updated (frozen) until a buffer of
357 * the window size is received (enqueued)
360 /* the buffer is scaled in both dimensions to match the window size */
363 * of the buffer matches the window siz
625 native_window_set_usage( struct ANativeWindow* window, int usage) argument
663 native_window_set_crop( struct ANativeWindow* window, android_native_rect_t const * crop) argument
684 native_window_set_post_transform_crop( struct ANativeWindow* window, android_native_rect_t const * crop) argument
702 native_window_set_active_rect( struct ANativeWindow* window, android_native_rect_t const * active_rect) argument
713 native_window_set_buffer_count( struct ANativeWindow* window, size_t bufferCount) argument
733 native_window_set_buffers_geometry( struct ANativeWindow* window, int w, int h, int format) argument
754 native_window_set_buffers_dimensions( struct ANativeWindow* window, int w, int h) argument
779 native_window_set_buffers_user_dimensions( struct ANativeWindow* window, int w, int h) argument
793 native_window_set_buffers_format( struct ANativeWindow* window, int format) argument
812 native_window_set_buffers_data_space( struct ANativeWindow* window, android_dataspace_t dataSpace) argument
825 native_window_set_buffers_transform( struct ANativeWindow* window, int transform) argument
842 native_window_set_buffers_sticky_transform( struct ANativeWindow* window, int transform) argument
860 native_window_set_buffers_timestamp( struct ANativeWindow* window, int64_t timestamp) argument
873 native_window_set_scaling_mode( struct ANativeWindow* window, int mode) argument
887 native_window_api_connect( struct ANativeWindow* window, int api) argument
899 native_window_api_disconnect( struct ANativeWindow* window, int api) argument
920 native_window_set_sideband_stream( struct ANativeWindow* window, native_handle_t* sidebandHandle) argument
944 native_window_set_surface_damage( struct ANativeWindow* window, const android_native_rect_t* rects, size_t numRects) argument
[all...]
/system/bt/stack/gatt/
H A Dgatt_utils.c2765 UINT16 connectability, window, interval; local
2784 connectability = BTM_ReadConnectability (&window, &interval);
/system/bt/bta/dm/
H A Dbta_dm_act.c541 UINT16 window, interval; local
543 UINT16 disc_mode = BTM_ReadDiscoverability(&window, &interval);
545 UINT16 conn_mode = BTM_ReadConnectability(&window, &interval);

Completed in 112 milliseconds