Home
last modified time | relevance | path

Searched defs:AIBinder_DeathRecipient (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/binder/ndk/
Dibinder_internal.h145 struct AIBinder_DeathRecipient : ::android::RefBase { struct
150 const ::android::wp<AIBinder_DeathRecipient>& parentRecipient, in TransferDeathRecipient() argument
190 AIBinder_DeathRecipient_onBinderDied mOnDied; argument
191 AIBinder_DeathRecipient_onBinderUnlinked mOnUnlinked; argument
Dibinder.cpp413 AIBinder_DeathRecipient::AIBinder_DeathRecipient(AIBinder_DeathRecipient_onBinderDied onDied) in AIBinder_DeathRecipient() function in AIBinder_DeathRecipient
/frameworks/native/libs/binder/ndk/include_ndk/android/
Dbinder_ibinder.h130 typedef struct AIBinder_DeathRecipient AIBinder_DeathRecipient; typedef
/frameworks/native/libs/binder/rust/src/
Dproxy.rs695 fn as_native(&self) -> *const sys::AIBinder_DeathRecipient { in as_native()
699 fn as_native_mut(&mut self) -> *mut sys::AIBinder_DeathRecipient { in as_native_mut()