Function ALooper_addFd

Source
pub unsafe extern "C" fn ALooper_addFd(
    looper: *mut ALooper,
    fd: c_int,
    ident: c_int,
    events: c_int,
    callback: ALooper_callbackFunc,
    data: *mut c_void,
) -> c_int