[][src]Function android_ndk_sys::ALooper_addFd

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