Home
last modified time | relevance | path

Searched defs:BufferPool (Results 1 – 3 of 3) sorted by relevance

/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dbuffer_pool.rs23 pub trait BufferPool { interface
Dmod.rs840 buffer_pool: &'b Shared<impl BufferPool>, in run_gbl_fastboot()
872 buffer_pool: impl BufferPool, in run_gbl_fastboot_stack()
/bootable/libbootloader/gbl/libgbl/src/android_boot/
Dmod.rs253 buffer_pool: &'b Shared<impl BufferPool>, in run()