Home
last modified time | relevance | path

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

/cts/tests/tests/dreams/src/android/service/dreams/cts/
DControlledDreamSession.java103 private final IBinder.DeathRecipient mDeathRecipient; field in ProxyServiceConnection
108 mDeathRecipient = deathRecipient; in ProxyServiceConnection()
119 service.linkToDeath(mDeathRecipient, 0); in onServiceConnected()
/cts/tests/tests/nativemedia/aaudio/jni/
Dutils.cpp298 : mDeathRecipient{ScopedAIBinder_DeathRecipient( in AudioServerCrashMonitor()
305 AIBinder_unlinkToDeath(mAudioFlinger.get(), mDeathRecipient.get(), nullptr /* cookie */); in ~AudioServerCrashMonitor()
313 auto ret = AIBinder_linkToDeath(mAudioFlinger.get(), mDeathRecipient.get(), in linkToDeath()
Dutils.h245 ::ndk::ScopedAIBinder_DeathRecipient mDeathRecipient;