Searched refs:mDeathRecipient (Results 1 – 7 of 7) sorted by relevance
/device/generic/car/emulator/usbpt/protocan/protocanbus/ |
D | VehicleBus.cpp | 26 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()
|
D | VehicleBus.h | 51 ::ndk::ScopedAIBinder_DeathRecipient mDeathRecipient;
|
/device/google/atv/audio_proxy/ |
D | AudioProxyManager.cpp | 64 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/ |
D | AudioProxyImpl.cpp | 24 : mDeathRecipient( in AudioProxyImpl() 36 provider->asBinder().get(), mDeathRecipient.get(), this); in start()
|
D | AudioProxyImpl.h | 41 ndk::ScopedAIBinder_DeathRecipient mDeathRecipient; variable
|
/device/google/contexthub/contexthubhal/ |
D | NanohubHidlAdapter.cpp | 52 : mDeathRecipient(new DeathRecipient(this)), in Contexthub() 176 mCachedHubInfo[hubId].callback->unlinkToDeath(mDeathRecipient); in registerCallback() 181 Return<bool> linkResult = cb->linkToDeath(mDeathRecipient, hubId); in registerCallback()
|
D | NanohubHidlAdapter.h | 98 sp<DeathRecipient> mDeathRecipient; member
|