Home
last modified time | relevance | path

Searched refs:mDeathRecipient (Results 1 – 7 of 7) sorted by relevance

/device/generic/car/emulator/usbpt/protocan/protocanbus/
DVehicleBus.cpp26 mDeathRecipient = ::ndk::ScopedAIBinder_DeathRecipient( in VehicleBus()
46 AIBinder_linkToDeath(callback->asBinder().get(), mDeathRecipient.get(), in setOnNewPropValuesCallback()
61 AIBinder_unlinkToDeath(callback->asBinder().get(), mDeathRecipient.get(), in unsetOnNewPropValuesCallback()
DVehicleBus.h51 ::ndk::ScopedAIBinder_DeathRecipient mDeathRecipient;
/device/google/atv/audio_proxy/
DAudioProxyManager.cpp64 ndk::ScopedAIBinder_DeathRecipient mDeathRecipient; member in audio_proxy::__anon1effa0460111::AudioProxyManagerImpl
72 : mDeathRecipient( in AudioProxyManagerImpl()
108 service->asBinder().get(), mDeathRecipient.get(), this); in reconnectService_Locked()
/device/google/atv/audio_proxy/service/
DAudioProxyImpl.cpp24 : mDeathRecipient( in AudioProxyImpl()
36 provider->asBinder().get(), mDeathRecipient.get(), this); in start()
DAudioProxyImpl.h41 ndk::ScopedAIBinder_DeathRecipient mDeathRecipient; variable
/device/google/contexthub/contexthubhal/
DNanohubHidlAdapter.cpp52 : mDeathRecipient(new DeathRecipient(this)), in Contexthub()
176 mCachedHubInfo[hubId].callback->unlinkToDeath(mDeathRecipient); in registerCallback()
181 Return<bool> linkResult = cb->linkToDeath(mDeathRecipient, hubId); in registerCallback()
DNanohubHidlAdapter.h98 sp<DeathRecipient> mDeathRecipient; member