/aosp_15_r20/external/python/watchdog/tests/ |
D | test_observers_winapi.py | 38 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
|
D | test_observers_polling.py | 37 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
|
D | utils.py | 50 event_queue: TestEventQueue = dataclasses.field(default_factory=Queue) variable in Helper
|
/aosp_15_r20/external/virtio-media/extras/ffmpeg-decoder/src/ |
H A D | event_queue.rs | 93 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 D | lib.rs | 5 mod event_queue; module
|
/aosp_15_r20/external/crosvm/devices/src/virtio/video/ |
H A D | utils.rs | 272 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 D | worker.rs | 46 event_queue: Queue, field
|
H A D | mod.rs | 234 let event_queue = queues.pop_first().unwrap().1; in activate() localVariable
|
/aosp_15_r20/external/crosvm/devices/src/virtio/snd/vios_backend/ |
H A D | mod.rs | 135 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 D | worker.rs | 33 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 D | ffmpeg.rs | 62 event_queue: Weak<SyncEventQueue<EncoderEvent>>, field 100 event_queue: Arc<SyncEventQueue<EncoderEvent>>, field
|
/aosp_15_r20/external/crosvm/devices/src/virtio/vhost/ |
H A D | vsock.rs | 53 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/ |
D | input.rs | 22 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 D | ffmpeg.rs | 60 event_queue: Weak<SyncEventQueue<DecoderEvent>>, field 118 event_queue: Arc<SyncEventQueue<DecoderEvent>>, field
|
H A D | vaapi.rs | 512 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 D | rb_event_thread.c | 53 static grpc_rb_event_queue event_queue; variable
|
/aosp_15_r20/external/wpa_supplicant_8/src/drivers/ |
H A D | driver_ndis.h | 31 HANDLE event_queue; /* NDISUIO notifier MsgQueue */ member
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/ |
H A D | scheduler.cc | 218 std::priority_queue<Event> event_queue; in ComputeSchedule() local
|
/aosp_15_r20/external/crosvm/devices/src/virtio/input/ |
H A D | mod.rs | 361 event_queue: Queue, field 608 let event_queue = queues.remove(&0).unwrap(); in activate() localVariable
|
/aosp_15_r20/external/python/watchdog/src/watchdog/observers/ |
D | api.py | 191 def event_queue(self) -> EventQueue: member in EventDispatcher
|
/aosp_15_r20/external/crosvm/devices/src/virtio/vsock/sys/windows/ |
H A D | vsock.rs | 208 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 D | wps_upnp_i.h | 92 struct dl_list event_queue; /* Queued event messages. */ member
|
/aosp_15_r20/hardware/interfaces/bluetooth/1.1/vts/functional/ |
H A D | VtsHalBluetoothV1_1TargetTest.cpp | 313 std::queue<hidl_vec<uint8_t>> event_queue; member in BluetoothHidlTest
|
/aosp_15_r20/hardware/interfaces/bluetooth/1.0/vts/functional/ |
H A D | VtsHalBluetoothV1_0TargetTest.cpp | 303 std::queue<hidl_vec<uint8_t>> event_queue; member in BluetoothHidlTest
|
/aosp_15_r20/external/crosvm/devices/src/virtio/ |
H A D | media.rs | 592 let event_queue = EventQueue(queues.remove(&1).context("missing queue 1")?); in activate() localVariable
|