Home
last modified time | relevance | path

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

/external/crosvm/crosvm_plugin/src/
Dlib.rs283 fn get_id_allocator(&self) -> &IdAllocator { in get_id_allocator() method
337 self.get_id_allocator().free(id); in destroy()
741 let id = crosvm.get_id_allocator().alloc(); in safe_create()
759 crosvm.get_id_allocator().free(id); in safe_create()
795 let id = crosvm.get_id_allocator().alloc(); in create()
811 crosvm.get_id_allocator().free(id); in create()
870 let id = crosvm.get_id_allocator().alloc(); in create()
894 crosvm.get_id_allocator().free(id); in create()