Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/binder/ndk/
H A Dibinder_internal.h141 struct AIBinder_DeathRecipient : ::android::RefBase { struct
146 const ::android::wp<AIBinder_DeathRecipient>& parentRecipient, in TransferDeathRecipient() argument
178 AIBinder_DeathRecipient_onBinderDied mOnDied; argument
H A Dibinder.cpp385 AIBinder_DeathRecipient::AIBinder_DeathRecipient(AIBinder_DeathRecipient_onBinderDied onDied) in AIBinder_DeathRecipient() function in AIBinder_DeathRecipient
/aosp12/frameworks/native/libs/binder/ndk/include_ndk/android/
H A Dbinder_ibinder.h130 typedef struct AIBinder_DeathRecipient AIBinder_DeathRecipient; typedef
/aosp12/frameworks/native/libs/binder/rust/src/
H A Dproxy.rs593 fn as_native(&self) -> *const sys::AIBinder_DeathRecipient { in as_native()
597 fn as_native_mut(&mut self) -> *mut sys::AIBinder_DeathRecipient { in as_native_mut()