Home
last modified time | relevance | path

Searched refs:get_mut (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/security/keystore2/src/
H A Dasync_task.rs50 self.0.get_mut(&TypeId::of::<T>()).and_then(|v| v.downcast_mut::<T>()) in get_downcast_mut()
67 pub fn get_mut<T: Any + Send + Default>(&mut self) -> &mut T { in get_mut() method
306 let i = shelf.get_mut::<u64>(); in test_shelf()
336 let trace = shelf.get_mut::<Vec<String>>(); in test_async_task()
341 let trace = shelf.get_mut::<Vec<String>>(); in test_async_task()
487 let i = shelf.get_mut::<i32>(); in test_async_task_idle_queues_job()
H A Dentropy.rs32 let mut info = shelf.get_mut::<FeederInfo>(); in register_feeder()
/aosp12/packages/modules/Virtualization/zipfuse/src/
H A Dinode.rs127 fn get_mut(&mut self, inode: Inode) -> Option<&mut InodeData> { in get_mut() method
130 _ => self.table.get_mut(inode as usize), in get_mut()
160 self.get_mut(parent).unwrap().add_to_directory(name, DirectoryEntry { inode, kind }); in add()
202 let mut inode = table.get_mut(parent).unwrap(); in from_zip()
H A Dmain.rs200 if let Some(ofb) = open_files.get_mut(&handle) { in open()
234 if let Some(ofb) = open_files.get_mut(&handle) { in release()
275 if let Some(odb) = open_dirs.get_mut(&handle) { in opendir()
302 if let Some(odb) = open_dirs.get_mut(&handle) { in releasedir()
/aosp12/system/bt/gd/rust/linux/dbus_projection/src/
H A Dlib.rs32 (*self.callbacks.lock().unwrap().get_mut(&address).unwrap()).push(callback); in add()
/aosp12/system/bt/gd/rust/link/src/acl/
H A Dcore.rs132 match connections.get_mut(&p.get_handle()) { in provide_acl_dispatch()
/aosp12/system/bt/gd/rust/link/src/acl/classic/
H A Dmod.rs260 if let Some(c) = connections.lock().await.get_mut(&handle) { in dispatch_to()
/aosp12/system/bt/gd/rust/linux/mgmt/src/bin/btmanagerd/
H A Dstate_machine.rs155 match fd_ready.try_io(|inner| inner.get_mut().read_events(&mut buffer)) { in mainloop()