Home
last modified time | relevance | path

Searched refs:DeathRecipient (Results 1 – 25 of 159) sorted by relevance

1234567

/frameworks/support/customtabs/src/android/support/customtabs/
DCustomTabsService.java24 import android.os.IBinder.DeathRecipient;
53 private final Map<IBinder, DeathRecipient> mDeathRecipientMap = new ArrayMap<>();
66 DeathRecipient deathRecipient = new IBinder.DeathRecipient() {
118 DeathRecipient deathRecipient = in cleanUpSession()
/frameworks/native/include/binder/
DIBinder.h93 class DeathRecipient : public virtual RefBase
121 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
132 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
135 wp<DeathRecipient>* outRecipient = NULL) = 0;
DBpBinder.h44 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
47 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
50 wp<DeathRecipient>* outRecipient = NULL);
103 wp<DeathRecipient> recipient;
DBinder.h42 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
46 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
49 wp<DeathRecipient>* outRecipient = NULL);
/frameworks/base/core/java/android/os/
DIBinder.java252 public interface DeathRecipient { interface
272 public void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath()
293 public boolean unlinkToDeath(DeathRecipient recipient, int flags); in unlinkToDeath()
DBinder.java509 public void linkToDeath(DeathRecipient recipient, int flags) { in linkToDeath()
515 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { in unlinkToDeath()
621 public native void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath()
623 public native boolean unlinkToDeath(DeathRecipient recipient, int flags); in unlinkToDeath()
685 private static final void sendDeathNotice(DeathRecipient recipient) { in sendDeathNotice()
DCommonTimeConfig.java421 private IBinder.DeathRecipient mDeathHandler = new IBinder.DeathRecipient() {
DCommonClock.java305 private IBinder.DeathRecipient mDeathHandler = new IBinder.DeathRecipient() {
/frameworks/av/media/libmediaplayerservice/
DMediaRecorderClient.h32 class ServiceDeathNotifier: public IBinder::DeathRecipient
88 sp<IBinder::DeathRecipient> mCameraDeathListener;
89 sp<IBinder::DeathRecipient> mCodecDeathListener;
DMediaPlayerService.h345 class ServiceDeathNotifier: public IBinder::DeathRecipient
420 sp<IBinder::DeathRecipient> mExtractorDeathListener;
421 sp<IBinder::DeathRecipient> mCodecDeathListener;
/frameworks/base/services/core/java/com/android/server/media/projection/
DMediaProjectionManagerService.java61 private final Map<IBinder, IBinder.DeathRecipient> mDeathEaters;
77 mDeathEaters = new ArrayMap<IBinder, IBinder.DeathRecipient>(); in MediaProjectionManagerService()
127 IBinder.DeathRecipient deathRecipient = new IBinder.DeathRecipient() { in addCallback()
147 IBinder.DeathRecipient deathRecipient) { in linkDeathRecipientLocked()
159 IBinder.DeathRecipient deathRecipient = mDeathEaters.remove(token); in unlinkDeathRecipientLocked()
347 private IBinder.DeathRecipient mDeathEater;
412 mDeathEater = new IBinder.DeathRecipient() { in start()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/nan/
DWifiNanServiceImpl.java49 private final SparseArray<IBinder.DeathRecipient> mDeathRecipientsByUid = new SparseArray<>();
83 IBinder.DeathRecipient dr = new IBinder.DeathRecipient() { in connect()
118 IBinder.DeathRecipient dr = mDeathRecipientsByUid.get(uid); in disconnect()
/frameworks/base/core/java/android/database/
DCursorToBulkCursorAdaptor.java35 implements IBinder.DeathRecipient {
58 public ContentObserverProxy(IContentObserver remoteObserver, DeathRecipient recipient) { in ContentObserverProxy()
68 public boolean unlinkToDeath(DeathRecipient recipient) { in unlinkToDeath()
/frameworks/base/services/core/java/com/android/server/utils/
DManagedApplicationService.java25 import android.os.IBinder.DeathRecipient;
48 private final DeathRecipient mDeathRecipient = new DeathRecipient() {
/frameworks/native/libs/binder/
DBpBinder.cpp175 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags) in linkToDeath()
209 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags, in unlinkToDeath()
210 wp<DeathRecipient>* outRecipient) in unlinkToDeath()
278 sp<DeathRecipient> recipient = obit.recipient.promote(); in reportOneDeath()
DBinder.cpp138 const sp<DeathRecipient>& /*recipient*/, void* /*cookie*/, in linkToDeath() argument
145 const wp<DeathRecipient>& /*recipient*/, void* /*cookie*/, in unlinkToDeath() argument
146 uint32_t /*flags*/, wp<DeathRecipient>* /*outRecipient*/) in unlinkToDeath() argument
/frameworks/av/include/media/stagefright/
DMediaSync.h144 public IBinder::DeathRecipient {
172 public IBinder::DeathRecipient {
/frameworks/native/include/private/gui/
DComposerService.h45 sp<IBinder::DeathRecipient> mDeathObserver;
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsVideoCallProviderWrapper.java55 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
/frameworks/av/include/media/stagefright/foundation/
DAWakeLock.h44 class PMDeathRecipient : public IBinder::DeathRecipient {
/frameworks/av/include/media/
DIMediaDeathNotifier.h42 class DeathNotifier: public IBinder::DeathRecipient
/frameworks/native/include/gui/
DSensorManager.h78 sp<IBinder::DeathRecipient> mDeathObserver;
/frameworks/av/media/utils/include/mediautils/
DBatteryNotifier.h56 class DeathNotifier : public IBinder::DeathRecipient {
/frameworks/base/telecomm/java/android/telecom/
DVideoCallImpl.java47 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
DRemoteConnectionService.java22 import android.os.IBinder.DeathRecipient;
365 private final DeathRecipient mDeathRecipient = new DeathRecipient() {

1234567