Home
last modified time | relevance | path

Searched defs:event_queue (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/python/watchdog/tests/
Dtest_observers_winapi.py38 def event_queue(): function
43 def emitter(event_queue): argument
50 def test___init__(event_queue, emitter): argument
84 def test_root_deleted(event_queue, emitter): argument
Dtest_observers_polling.py37 def event_queue(): function
42 def emitter(event_queue): argument
51 def test___init__(event_queue, emitter): argument
133 def test_delete_watched_dir(event_queue, emitter): argument
Dutils.py50 event_queue: TestEventQueue = dataclasses.field(default_factory=Queue) variable in Helper
/aosp_15_r20/external/virtio-media/extras/ffmpeg-decoder/src/
H A Devent_queue.rs93 fn event_queue() { in event_queue() function
94 let mut event_queue = EventQueue::new().unwrap(); in event_queue() localVariable
136 let mut event_queue = EventQueue::new().unwrap(); in decoder_event_queue_polling() localVariable
H A Dlib.rs5 mod event_queue; module
/aosp_15_r20/external/crosvm/devices/src/virtio/video/
H A Dutils.rs272 fn event_queue() { in event_queue() function
273 let mut event_queue = EventQueue::new().unwrap(); in event_queue() localVariable
324 let mut event_queue = EventQueue::new().unwrap(); in decoder_event_queue_polling() localVariable
H A Dworker.rs46 event_queue: Queue, field
H A Dmod.rs234 let event_queue = queues.pop_first().unwrap().1; in activate() localVariable
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/vios_backend/
H A Dmod.rs135 let event_queue = queues.remove(&1).unwrap(); in activate() localVariable
201 let event_queue = worker.event_queue.take().unwrap(); in virtio_sleep() localVariable
H A Dworker.rs33 pub event_queue: Option<Queue>, field
139 let mut event_queue = self.event_queue.take().expect("event_queue missing"); in control_loop() localVariable
/aosp_15_r20/external/crosvm/devices/src/virtio/video/encoder/backend/
H A Dffmpeg.rs62 event_queue: Weak<SyncEventQueue<EncoderEvent>>, field
100 event_queue: Arc<SyncEventQueue<EncoderEvent>>, field
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/
H A Dvsock.rs53 event_queue: Option<Queue>, field
193 let mut event_queue = queues.remove(&2).unwrap(); in activate() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/virtio-drivers/src/device/
Dinput.rs22 event_queue: VirtQueue<H, QUEUE_SIZE>, field
37 let mut event_queue = VirtQueue::new( in new() localVariable
/aosp_15_r20/external/crosvm/devices/src/virtio/video/decoder/backend/
H A Dffmpeg.rs60 event_queue: Weak<SyncEventQueue<DecoderEvent>>, field
118 event_queue: Arc<SyncEventQueue<DecoderEvent>>, field
H A Dvaapi.rs512 event_queue: EventQueue<DecoderEvent>, field
567 let event_queue = &mut self.event_queue; in try_emit_flush_completed() localVariable
/aosp_15_r20/external/grpc-grpc/src/ruby/ext/grpc/
H A Drb_event_thread.c53 static grpc_rb_event_queue event_queue; variable
/aosp_15_r20/external/wpa_supplicant_8/src/drivers/
H A Ddriver_ndis.h31 HANDLE event_queue; /* NDISUIO notifier MsgQueue */ member
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dscheduler.cc218 std::priority_queue<Event> event_queue; in ComputeSchedule() local
/aosp_15_r20/external/crosvm/devices/src/virtio/input/
H A Dmod.rs361 event_queue: Queue, field
608 let event_queue = queues.remove(&0).unwrap(); in activate() localVariable
/aosp_15_r20/external/python/watchdog/src/watchdog/observers/
Dapi.py191 def event_queue(self) -> EventQueue: member in EventDispatcher
/aosp_15_r20/external/crosvm/devices/src/virtio/vsock/sys/windows/
H A Dvsock.rs208 let event_queue = queues.event; in start_worker() localVariable
1619 event_queue: Queue, field
/aosp_15_r20/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp_i.h92 struct dl_list event_queue; /* Queued event messages. */ member
/aosp_15_r20/hardware/interfaces/bluetooth/1.1/vts/functional/
H A DVtsHalBluetoothV1_1TargetTest.cpp313 std::queue<hidl_vec<uint8_t>> event_queue; member in BluetoothHidlTest
/aosp_15_r20/hardware/interfaces/bluetooth/1.0/vts/functional/
H A DVtsHalBluetoothV1_0TargetTest.cpp303 std::queue<hidl_vec<uint8_t>> event_queue; member in BluetoothHidlTest
/aosp_15_r20/external/crosvm/devices/src/virtio/
H A Dmedia.rs592 let event_queue = EventQueue(queues.remove(&1).context("missing queue 1")?); in activate() localVariable

12