Home
last modified time | relevance | path

Searched +full:queue +full:- +full:tick (Results 1 – 25 of 957) sorted by relevance

12345678910>>...39

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/alsa/
Dseqmid.h5 * \author Abramo Bagnara <abramo@alsa-project.org>
7 * \date 1998-2001
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
59 ((ev)->tag = (t))
72 ((ev)->dest.client = (c), (ev)->dest.port = (p))
83 ((ev)->dest.client = SND_SEQ_ADDRESS_SUBSCRIBERS,\
84 (ev)->dest.port = SND_SEQ_ADDRESS_UNKNOWN)
95 ((ev)->dest.client = SND_SEQ_ADDRESS_BROADCAST,\
96 (ev)->dest.port = SND_SEQ_ADDRESS_BROADCAST)
106 ((ev)->source.port = (p))
[all …]
Dseq_event.h5 * \author Abramo Bagnara <abramo@alsa-project.org>
7 * \date 1998-2001
24 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
65 /** pitchwheel; event data type = #snd_seq_ev_ctrl_t; data is from -8192 to 8191) */
91 /** Set tick queue position; event data type = #snd_seq_ev_queue_control_t */
93 /** Set real-time queue position; event data type = #snd_seq_ev_queue_control_t */
99 /** MIDI Real Time Tick message; event data type = #snd_seq_ev_queue_control_t */
101 /** Queue timer skew; event data type = #snd_seq_ev_queue_control_t */
108 /** Reset to power-on state; event data type = none */
113 /** Echo-back event; event data type = any type */
[all …]
Dseq.h5 * \author Abramo Bagnara <abramo@alsa-project.org>
7 * \date 1998-2001
25 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
59 #define SND_SEQ_NONBLOCK 0x0001 /**< non-blocking mode (flag to open mode) */
225 /** Messages sent from/to this port have device-specific semantics. */
235 /** This port is compatible with the Roland MT-32. */
246 (with SND_SEQ_EVENT_INSTR_xxx messages sent directly or through a queue). */
297 void snd_seq_port_info_set_timestamp_queue(snd_seq_port_info_t *info, int queue);
389 * \defgroup SeqQueue Sequencer Queue Interface
390 * Sequencer Queue Interface
[all …]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/sound/
Dasequencer.h3 * Copyright (c) 1998-1999 by Frank van de Pol <[email protected]>
4 * (c) 1998-1999 by Jaroslav Kysela <[email protected]>
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
53 #define SNDRV_SEQ_EVENT_PITCHBEND 13 /**< from -8192 to 8191 */
73 #define SNDRV_SEQ_EVENT_SETPOS_TICK 33 /* set tick queue position */
74 #define SNDRV_SEQ_EVENT_SETPOS_TIME 34 /* set realtime queue position */
77 #define SNDRV_SEQ_EVENT_TICK 37 /* midi Real Time Tick message */
78 #define SNDRV_SEQ_EVENT_QUEUE_SKEW 38 /* skew queue tempo */
84 #define SNDRV_SEQ_EVENT_RESET 41 /* reset to power-on state */
109 /* 70-89: synthesizer events - obsoleted */
[all …]
/aosp_15_r20/external/kernel-headers/original/uapi/sound/
H A Dasequencer.h1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
4 * Copyright (c) 1998-1999 by Frank van de Pol <[email protected]>
5 * (c) 1998-1999 by Jaroslav Kysela <[email protected]>
39 #define SNDRV_SEQ_EVENT_PITCHBEND 13 /**< from -8192 to 8191 */
59 #define SNDRV_SEQ_EVENT_SETPOS_TICK 33 /* set tick queue position */
60 #define SNDRV_SEQ_EVENT_SETPOS_TIME 34 /* set realtime queue position */
63 #define SNDRV_SEQ_EVENT_TICK 37 /* midi Real Time Tick message */
64 #define SNDRV_SEQ_EVENT_QUEUE_SKEW 38 /* skew queue tempo */
70 #define SNDRV_SEQ_EVENT_RESET 41 /* reset to power-on state */
95 /* 70-89: synthesizer events - obsoleted */
[all …]
/aosp_15_r20/system/nfc/src/gki/common/
H A Dgki_time.cc3 * Copyright (C) 1999-2012 Broadcom Corporation
9 * http://www.apache.org/licenses/LICENSE-2.0
18 #include <android-base/logging.h>
19 #include <android-base/stringprintf.h>
158 ** tick values.
169 ** can be 1-shot or continuous. If a timer is already running,
172 ** Parameters tnum - (input) timer number to be started
175 ** ticks - (input) the number of system ticks til the
177 ** is_continuous - (input) TRUE if timer restarts
179 ** a 'one-shot'.
[all …]
H A Dgki_common.h3 * Copyright (C) 1999-2012 Broadcom Corporation
9 * http://www.apache.org/licenses/LICENSE-2.0
52 struct _buffer_hdr* p_next; /* next buffer in the queue */
53 uint8_t q_id; /* id of the queue */
63 BUFFER_HDR_T* p_first; /* first buffer in the queue */
64 BUFFER_HDR_T* p_last; /* last buffer in the queue */
79 #define MAX_USER_BUF_SIZE ((uint16_t)0xffff - BUFFER_PADDING_SIZE)
192 system tick */
256 /* Time queue arrays */
258 /* System tick callback */
[all …]
H A Dgki.h3 * Copyright (C) 1999-2012 Broadcom Corporation
9 * http://www.apache.org/licenses/LICENSE-2.0
82 ** Max Time Queue
100 ** time. Pool IDs index from 0 to GKI_NUM_FIXED_BUF_POOLS - 1
324 /* Define a timer list queue */
336 ** This queue is a general purpose buffer queue, for application use.
395 /* User buffer queue management */
425 /* Start and Stop system time tick callback
426 * true for start system tick if time queue is not empty
427 * false to stop system tick if time queue is empty
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/task/
Dlocal.rs153 /// pub fn new() -> Self {
221 /// Current scheduler tick.
222 tick: Cell<u8>,
224 /// State available from thread-local.
232 /// State available from the thread-local.
250 /// Remote run queue sender.
251 queue: Mutex<Option<VecDeque<task::Notified<Arc<Shared>>>>>, field
267 /// Local run queue sender and receiver.
297 fn enter(&self, ctx: Rc<Context>) -> LocalDataEnterGuard<'_> { in enter()
368 pub fn spawn_local<F>(future: F) -> JoinHandle<F::Output>
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread/
Dworker.rs3 //! run queue and other state. When `block_in_place` is called, the worker's
11 //! 1. The Shared::close method is called. This closes the inject queue and
15 //! Core::maintenance by checking whether the inject queue is closed.
23 //! 5. The workers call Shared::shutdown to enter the single-threaded phase of
27 //! 6. The local run queue of each core is emptied, then the inject queue is
38 //! * The spawner observes the `OwnedTasks` being open, and the inject queue is
41 //! inject queue.
50 //! The correctness of shutdown requires both the inject queue and `OwnedTasks`
51 //! collection to have a closed bit. With a close bit on only the inject queue,
55 //! to the inject queue after step 6 of shutdown, which would leave a task in
[all …]
/aosp_15_r20/external/blktrace/btt/
H A Dbtt_plot.py5 # (C) Copyright 2009 Hewlett-Packard Development Company, L.P.
19 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26 AQD - Average Queue Depth Running average of queue depths
28 BNOS - Block numbers accessed Markers for each block
30 Q2D - Queue to Issue latencies Running averages
31 D2C - Issue to Complete latencies Running averages
32 Q2C - Queue to Complete latencies Running averages
35 btt_plot_aqd.py equivalent to: btt_plot.py -t aqd <type>=aqd
36 btt_plot_bnos.py equivalent to: btt_plot.py -t bnos <type>=bnos
37 btt_plot_q2d.py equivalent to: btt_plot.py -t q2d <type>=q2d
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/current_thread/
Dmod.rs49 /// User-supplied hooks to invoke for things
59 /// Scheduler run queue
62 /// Current tick
63 tick: u32, field
73 /// How often to check the global queue
83 /// Remote run queue
102 /// Thread-local context.
119 /// Initial queue capacity.
123 /// as we unify tuning logic between the multi-thread and current-thread
135 ) -> (CurrentThread, Arc<Handle>) { in new()
[all …]
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/fuzzing_event_engine/
H A Dfuzzing_event_engine.h7 // http://www.apache.org/licenses/LICENSE-2.0
24 #include <queue>
69 void Tick(Duration max_time = std::chrono::seconds(600))
71 // Repeatedly call Tick() until there is no more work to do.
73 // Tick until some time
75 // Tick for some duration
143 // may be iterated through and inspected - principally to discover the ports
204 std::queue<size_t> write_sizes[2] ABSL_GUARDED_BY(mu_);
208 // Helper to take some bytes from data and queue them into pending[index].
214 // When a connection is formed, we create two of these - one with index 0, the
[all …]
/aosp_15_r20/external/openthread/third_party/tcplp/bsdtcp/
H A Dtcp_var.h1 /*-
55 /* Implement byte-order-specific functions using OpenThread. */
110 * including sys/queue.h from this file. It's undesirable to include
111 * sys/queue.h from this file because this file is part of the external
112 * interface to TCPlp, and sys/queue.h pollutes the global namespace.
148 #define tpcantrcvmore(tp) (tp)->miscflags |= TCB_CANTRCVMORE
149 #define tpcantsendmore(tp) (tp)->miscflags |= TCB_CANTSENDMORE
150 #define tpiscantrcv(tp) (((tp)->miscflags & TCB_CANTRCVMORE) != 0)
151 #define tpiscantsend(tp) (((tp)->miscflags & TCB_CANTSENDMORE) != 0)
152 #define tpmarktimeractive(tp, timer) (tp)->miscflags |= timer
[all …]
/aosp_15_r20/external/python/httplib2/tests/
D__init__.py24 from six.moves import http_client, queue
147 content_length_string = msg.headers.get("content-length", "")
151 elif msg.headers.get("transfer-encoding") == "chunked":
282 :param fun: fun(client_sock, tick) called after successful accept().
283 …:param request_count: test succeeds after exactly this number of requests, triggered by tick(reque…
286 "" - build normal http/https URI.
287 string - build normal URI using supplied scheme.
288 None - yield (addr, port) tuple.
290 None (default) - plain HTTP.
291 … True - HTTPS with reasonable defaults. Likely you want httplib2.Http(ca_certs=tests.CA_CERTS)
[all …]
/aosp_15_r20/external/cronet/base/test/
H A Dtest_mock_time_task_runner.h2 // Use of this source code is governed by a BSD-style license that can be
11 #include <queue>
37 // track of a mock (virtual) tick clock time that can be fast-forwarded.
41 // - Methods RunsTasksInCurrentSequence() and Post[Delayed]Task() can be
46 // - It allows for reentrancy, in that it handles the running of tasks that in
48 // - Tasks are stored in a priority queue, and executed in the increasing
50 // - It does not check for overflow when doing time arithmetic. A sufficient
52 // posted task delays and fast-forward increments is still representable by
58 // - Thread/SequencedTaskRunner::CurrentDefaultHandle refers to it on its
60 // - It can be driven by a RunLoop on the thread it was created on.
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/multi_thread_alt/
Dworker.rs3 //! run queue and other state. When `block_in_place` is called, the worker's
11 //! 1. The Shared::close method is called. This closes the inject queue and
15 //! Core::maintenance by checking whether the inject queue is closed.
23 //! 5. The workers call Shared::shutdown to enter the single-threaded phase of
27 //! 6. The local run queue of each core is emptied, then the inject queue is
38 //! * The spawner observes the `OwnedTasks` being open, and the inject queue is
41 //! inject queue.
50 //! The correctness of shutdown requires both the inject queue and `OwnedTasks`
51 //! collection to have a closed bit. With a close bit on only the inject queue,
55 //! to the inject queue after step 6 of shutdown, which would leave a task in
[all …]
/aosp_15_r20/hardware/st/nfc/st21nfc/gki/common/
Dgki.h3 * Copyright (C) 1999-2012 Broadcom Corporation
9 * http://www.apache.org/licenses/LICENSE-2.0
30 /* Include platform-specific over-rides */
38 /* For non-nfc_standalone, include Bluetooth definitions */
99 ** Max Time Queue
108 ** Pool IDs index from 0 to GKI_NUM_FIXED_BUF_POOLS - 1
325 /* Define a timer list queue
334 ** This queue is a general purpose buffer queue, for application use.
342 #define GKI_IS_QUEUE_EMPTY(p_q) ((p_q)->count == 0)
416 /* User buffer queue management
[all …]
/aosp_15_r20/hardware/st/nfc/1.0/gki/common/
Dgki.h3 * Copyright (C) 1999-2012 Broadcom Corporation
9 * http://www.apache.org/licenses/LICENSE-2.0
30 /* Include platform-specific over-rides */
38 /* For non-nfc_standalone, include Bluetooth definitions */
99 ** Max Time Queue
108 ** Pool IDs index from 0 to GKI_NUM_FIXED_BUF_POOLS - 1
325 /* Define a timer list queue
334 ** This queue is a general purpose buffer queue, for application use.
342 #define GKI_IS_QUEUE_EMPTY(p_q) ((p_q)->count == 0)
416 /* User buffer queue management
[all …]
/aosp_15_r20/device/google/felix/vibrator/cs40l26/tests/
Dtest-vibrator.cpp8 * http://www.apache.org/licenses/LICENSE-2.0
18 #include <android-base/logging.h>
62 static EffectQueue Queue(const QueueEffect &effect);
63 static EffectQueue Queue(const QueueDelay &delay);
65 static EffectQueue Queue(const T &first, const U &second, Args... rest);
83 {Effect::TICK, 2},
89 static constexpr int8_t MAX_COLD_START_LATENCY_MS = 6; // I2C Transaction + DSP Return-From-Standby
123 {{Effect::TICK, EffectStrength::LIGHT},
125 {{Effect::TICK, EffectStrength::MEDIUM},
127 {{Effect::TICK, EffectStrength::STRONG},
[all …]
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/7/external/libchrome/base/test/
Dtest_mock_time_task_runner.h3 #pragma GCC diagnostic ignored "-Wunused-parameter"
5 // Use of this source code is governed by a BSD-style license that can be
14 #include <queue>
36 // track of a mock (virtual) tick clock time that can be fast-forwarded.
40 // - Methods RunsTasksInCurrentSequence() and Post[Delayed]Task() can be
43 // - It allows for reentrancy, in that it handles the running of tasks that in
45 // - Tasks are stored in a priority queue, and executed in the increasing
47 // - It does not check for overflow when doing time arithmetic. A sufficient
49 // posted task delays and fast-forward increments is still representable by
55 // - Thread/SequencedTaskRunnerHandle refers to it on its thread.
[all …]
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/test/
Dtest_mock_time_task_runner.h3 #pragma GCC diagnostic ignored "-Wunused-parameter"
5 // Use of this source code is governed by a BSD-style license that can be
14 #include <queue>
36 // track of a mock (virtual) tick clock time that can be fast-forwarded.
40 // - Methods RunsTasksInCurrentSequence() and Post[Delayed]Task() can be
43 // - It allows for reentrancy, in that it handles the running of tasks that in
45 // - Tasks are stored in a priority queue, and executed in the increasing
47 // - It does not check for overflow when doing time arithmetic. A sufficient
49 // posted task delays and fast-forward increments is still representable by
55 // - Thread/SequencedTaskRunnerHandle refers to it on its thread.
[all …]
/aosp_15_r20/external/libchrome/base/test/
H A Dtest_mock_time_task_runner.h2 // Use of this source code is governed by a BSD-style license that can be
11 #include <queue>
33 // track of a mock (virtual) tick clock time that can be fast-forwarded.
37 // - Methods RunsTasksInCurrentSequence() and Post[Delayed]Task() can be
40 // - It allows for reentrancy, in that it handles the running of tasks that in
42 // - Tasks are stored in a priority queue, and executed in the increasing
44 // - It does not check for overflow when doing time arithmetic. A sufficient
46 // posted task delays and fast-forward increments is still representable by
52 // - Thread/SequencedTaskRunnerHandle refers to it on its thread.
53 // - It can be driven by a RunLoop on the thread it was created on.
[all …]
/aosp_15_r20/bionic/libc/kernel/uapi/sound/
H A Dasequencer.h2 * This file is auto-generated. Modifications will be lost.
131 snd_seq_tick_time_t tick; member
139 unsigned char queue; member
161 struct snd_seq_ev_queue_control queue; member
172 unsigned char queue; member
182 unsigned char queue; member
263 unsigned char queue; member
324 int queue; member
332 int queue; member
334 snd_seq_tick_time_t tick; member
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/linux_bionic/include/bionic/libc/kernel/uapi/sound/
H A Dasequencer.h2 * This file is auto-generated. Modifications will be lost.
131 snd_seq_tick_time_t tick; member
139 unsigned char queue; member
161 struct snd_seq_ev_queue_control queue; member
172 unsigned char queue; member
182 unsigned char queue; member
263 unsigned char queue; member
324 int queue; member
332 int queue; member
334 snd_seq_tick_time_t tick; member
[all …]

12345678910>>...39