Searched refs:ConnectionDeathRecipient (Results 1 – 3 of 3) sorted by relevance
68 static std::shared_ptr<ConnectionDeathRecipient> sConnectionDeathRecipient =69 std::make_shared<ConnectionDeathRecipient>();78 std::shared_ptr<ConnectionDeathRecipient> Accessor::getConnectionDeathRecipient() { in getConnectionDeathRecipient()82 ConnectionDeathRecipient::ConnectionDeathRecipient() { in ConnectionDeathRecipient() function in aidl::android::hardware::media::bufferpool2::implementation::ConnectionDeathRecipient87 void ConnectionDeathRecipient::add( in add()96 void ConnectionDeathRecipient::remove(int64_t connectionId) { in remove()113 void ConnectionDeathRecipient::addCookieToConnection( in addCookieToConnection()130 void ConnectionDeathRecipient::onDead(void *cookie) { in onDead()162 AIBinder_DeathRecipient *ConnectionDeathRecipient::getRecipient() { in getRecipient()
41 struct ConnectionDeathRecipient { struct42 ConnectionDeathRecipient();183 static std::shared_ptr<ConnectionDeathRecipient> getConnectionDeathRecipient();
202 std::shared_ptr<ConnectionDeathRecipient> recipient = in registerSender()