Home
last modified time | relevance | path

Searched defs:LazyServiceGuard (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/native/libs/binder/rust/src/
H A Dservice.rs84 pub struct LazyServiceGuard { struct
89 // Count of how many LazyServiceGuard objects are in existence. argument
92 impl LazyServiceGuard { impl
108 impl Drop for LazyServiceGuard { implementation
118 impl Clone for LazyServiceGuard { implementation
124 impl Default for LazyServiceGuard { implementation
/aosp_15_r20/packages/modules/Virtualization/android/composd/src/
Dinstance_starter.rs58 pub fn shutdown(self) -> LazyServiceGuard { in shutdown()