pub fn wait_for_interface<T: FromIBinder + ?Sized>(
name: &str,
) -> Result<Strong<T>, StatusCode>
Expand description
Retrieve an existing service for a particular interface, or start it if it is configured as a dynamic service and isn’t yet started.