Function binder_ndk_sys::AIBinder_Class_getDescriptor

source ยท
pub unsafe extern "C" fn AIBinder_Class_getDescriptor(
    clazz: *const AIBinder_Class,
) -> *const c_char
Expand description

Retrieve the class descriptor for the class.

Available since API level 31.

\param clazz the class to fetch the descriptor from

\return the class descriptor string. This pointer will never be null; a descriptor is required to define a class. The pointer is owned by the class and will remain valid as long as the class does. For a local class, this will be the same value (not necessarily pointer equal) as is passed into AIBinder_Class_define. Format is utf-8.