Stay organized with collections
Save and categorize content based on your preferences.
ndk::ScopedAIBinder_DeathRecipient
#include <binder_auto_utils.h>
Convenience wrapper.
Summary
See AIBinder_DeathRecipient.
Inheritance
Inherits from:
ndk::impl::ScopedAResource< AIBinder_DeathRecipient *, AIBinder_DeathRecipient_delete, nullptr >Public functions
ScopedAIBinder_DeathRecipient
ScopedAIBinder_DeathRecipient(
AIBinder_DeathRecipient *a
)
~ScopedAIBinder_DeathRecipient
~ScopedAIBinder_DeathRecipient()
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2024-04-17 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-17 UTC."],[],[],null,["# ndk::ScopedAIBinder_DeathRecipient Class Reference\n\nndk::ScopedAIBinder_DeathRecipient\n==================================\n\n\n`#include \u003cbinder_auto_utils.h\u003e`\n\nConvenience wrapper.\n\nSummary\n-------\n\nSee AIBinder_DeathRecipient.\n\n### Inheritance\n\nInherits from: [ndk::impl::ScopedAResource\\\u003c AIBinder_DeathRecipient \\*, AIBinder_DeathRecipient_delete, nullptr \\\u003e](/ndk/reference/classndk/1-1impl-1-1-scoped-a-resource)\n\n| ### Constructors and Destructors ||\n|---|---|\n| [ScopedAIBinder_DeathRecipient](#classndk_1_1_scoped_a_i_binder___death_recipient_1a442d85b7d9a7c26c26d659a02e9613ce)`(AIBinder_DeathRecipient *a)` Takes ownership of a. ||\n| [ScopedAIBinder_DeathRecipient](#classndk_1_1_scoped_a_i_binder___death_recipient_1a17d93829e795b5f92212034cd323a0ac)`(`[ScopedAIBinder_DeathRecipient](/ndk/reference/classndk/1-1-scoped-a-i-binder-death-recipient#classndk_1_1_scoped_a_i_binder___death_recipient)` &&)` ||\n| [~ScopedAIBinder_DeathRecipient](#classndk_1_1_scoped_a_i_binder___death_recipient_1ab04be8e9153a55148f0f43f1d6bab220)`()` ||\n\n| ### Public functions ||\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------|\n| [operator=](#classndk_1_1_scoped_a_i_binder___death_recipient_1aa6621e5ee8e41a4777c274a737c63103)`(`[ScopedAIBinder_DeathRecipient](/ndk/reference/classndk/1-1-scoped-a-i-binder-death-recipient#classndk_1_1_scoped_a_i_binder___death_recipient)` &&)=default` | [ScopedAIBinder_DeathRecipient](/ndk/reference/classndk/1-1-scoped-a-i-binder-death-recipient#classndk_1_1_scoped_a_i_binder___death_recipient)` &` |\n\nPublic functions\n----------------\n\n### ScopedAIBinder_DeathRecipient\n\n```scdoc\n ScopedAIBinder_DeathRecipient(\n AIBinder_DeathRecipient *a\n)\n``` \nTakes ownership of a. \n\n### ScopedAIBinder_DeathRecipient\n\n```scdoc\n ScopedAIBinder_DeathRecipient(\n ScopedAIBinder_DeathRecipient &&\n)=default\n``` \n\n### operator=\n\n```scdoc\nScopedAIBinder_DeathRecipient & operator=(\n ScopedAIBinder_DeathRecipient &&\n)=default\n``` \n\n### \\~ScopedAIBinder_DeathRecipient\n\n```scdoc\n ~ScopedAIBinder_DeathRecipient()\n```"]]