Home
last modified time | relevance | path

Searched refs:cookie_decr_refcount (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/libs/binder/rust/src/
Dproxy.rs554 cookie_decr_refcount: unsafe extern "C" fn(*mut c_void), field
588 Some(Self::cookie_decr_refcount::<F>), in new()
596 cookie_decr_refcount: Self::cookie_decr_refcount::<F>, in new()
649 unsafe extern "C" fn cookie_decr_refcount<F>(cookie: *mut c_void) in cookie_decr_refcount() method
700 (self.vtable.cookie_decr_refcount)(self.cookie); in drop()