Function binder_ndk_sys::AServiceManager_isDeclared

source ยท
pub unsafe extern "C" fn AServiceManager_isDeclared(
    instance: *const c_char,
) -> bool
Expand description

Check if a service is declared (e.g. VINTF manifest).

\param instance identifier of the service.

\return true on success, meaning AServiceManager_waitForService should always be able to return the service.