Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/rust/src/
Dnative.rs301 unsafe extern "C" fn on_destroy(object: *mut c_void) { in on_destroy()
316 unsafe extern "C" fn on_create(args: *mut c_void) -> *mut c_void { in on_create()
Dservice.rs209 unsafe extern "C" fn callback(instance: *const c_char, opaque: *mut c_void) { in get_declared_instances()
Dproxy.rs606 unsafe fn new_cookie(&self) -> *mut c_void { in new_cookie()
623 fn get_cookie(&self) -> *mut c_void { in get_cookie()
Dbinder.rs578 unsafe extern "C" fn on_create(args: *mut c_void) -> *mut c_void; in on_create()
604 unsafe extern "C" fn on_destroy(object: *mut c_void); in on_destroy()
/frameworks/native/libs/binder/rust/rpcbinder/src/server/
Dtrusty.rs71 uuid_ptr: *const c_void, in per_session_callback_wrapper()
/frameworks/native/libs/binder/rust/src/parcel/
Dparcelable.rs138 slice.as_ptr() as *const c_void, in serialize_array() constant
156 array: *const c_void, in serialize_element()
212 array: *mut c_void, in deserialize_element()
300 data: *mut c_void, in allocate_vec_with_buffer()
323 unsafe extern "C" fn allocate_vec<T: Deserialize>(data: *mut c_void, len: i32) -> bool { in allocate_vec()