Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/src/
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