Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/src/
Dnative.rs505 pub struct LazyServiceGuard { struct
510 // Count of how many LazyServiceGuard objects are in existence. argument
513 impl LazyServiceGuard { impl
529 impl Drop for LazyServiceGuard { implementation
539 impl Clone for LazyServiceGuard { implementation
545 impl Default for LazyServiceGuard { implementation