binder_ndk_sys

Function 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.