Home
last modified time | relevance | path

Searched defs:c_void (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/native/libs/binder/rust/src/
H A Dnative.rs274 unsafe extern "C" fn on_destroy(object: *mut c_void) { in on_destroy()
287 unsafe extern "C" fn on_create(args: *mut c_void) -> *mut c_void { in on_create()
H A Dbinder.rs468 unsafe extern "C" fn on_create(args: *mut c_void) -> *mut c_void; in on_create()
494 unsafe extern "C" fn on_destroy(object: *mut c_void); in on_destroy()
H A Dproxy.rs568 fn get_cookie(&self) -> *mut c_void { in get_cookie()
/aosp12/system/security/keystore2/apc_compat/
H A Dapc_compat.rs76 handle: *mut ::std::os::raw::c_void, in confirmation_result_callback()
/aosp12/system/core/libstats/pull_rust/
H A Dstats_pull.rs118 _cookie: *mut c_void, in callback_wrapper()
/aosp12/system/security/keystore2/system_property/
H A Dlib.rs96 res_p: *mut c_void, in read_raw()
/aosp12/frameworks/native/libs/binder/rust/src/parcel/
H A Dparcelable.rs74 array: *const c_void, in serialize_element()
132 array: *mut c_void, in deserialize_element()
199 data: *mut c_void, in allocate_vec_with_buffer()
218 data: *mut c_void, in allocate_vec()