Searched refs:onDied (Results 1 – 4 of 4) sorted by relevance
168 const AIBinder_DeathRecipient_onBinderDied onDied, in TransferDeathRecipient()173 mOnDied(onDied), in TransferDeathRecipient()194 explicit AIBinder_DeathRecipient(AIBinder_DeathRecipient_onBinderDied onDied);
452 AIBinder_DeathRecipient::AIBinder_DeathRecipient(AIBinder_DeathRecipient_onBinderDied onDied) in AIBinder_DeathRecipient() argument453 : mOnDied(onDied), mOnUnlinked(nullptr) { in AIBinder_DeathRecipient()454 LOG_ALWAYS_FATAL_IF(onDied == nullptr, "onDied == nullptr"); in AIBinder_DeathRecipient()
163 public void onDied(); in onDied() method1299 mAdapterDeathObserver.onDied(); in onPrintingAppDied()
360 public void onDied() { in onPrinterRegistryReady()