Home
last modified time | relevance | path

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

12345

/frameworks/base/core/java/android/os/
DIBinder.java225 public interface DeathRecipient { interface
245 public void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath()
266 public boolean unlinkToDeath(DeathRecipient recipient, int flags); in unlinkToDeath()
DBinder.java390 public void linkToDeath(DeathRecipient recipient, int flags) { in linkToDeath()
396 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { in unlinkToDeath()
502 public native void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath()
504 public native boolean unlinkToDeath(DeathRecipient recipient, int flags); in unlinkToDeath()
548 private static final void sendDeathNotice(DeathRecipient recipient) { in sendDeathNotice()
DCommonTimeConfig.java421 private IBinder.DeathRecipient mDeathHandler = new IBinder.DeathRecipient() {
DCommonClock.java306 private IBinder.DeathRecipient mDeathHandler = new IBinder.DeathRecipient() {
/frameworks/native/include/binder/
DIBinder.h84 class DeathRecipient : public virtual RefBase
112 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
123 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
126 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/services/core/java/com/android/server/media/projection/
DMediaProjectionManagerService.java36 import android.os.IBinder.DeathRecipient;
66 private final Map<IBinder, IBinder.DeathRecipient> mDeathEaters;
82 mDeathEaters = new ArrayMap<IBinder, IBinder.DeathRecipient>(); in MediaProjectionManagerService()
132 IBinder.DeathRecipient deathRecipient = new IBinder.DeathRecipient() { in addCallback()
154 IBinder.DeathRecipient deathRecipient) { in linkDeathRecipientLocked()
166 IBinder.DeathRecipient deathRecipient = mDeathEaters.remove(token); in unlinkDeathRecipientLocked()
353 private IBinder.DeathRecipient mDeathEater;
417 mDeathEater = new IBinder.DeathRecipient() { in start()
/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/native/libs/binder/
DBinder.cpp120 const sp<DeathRecipient>& /*recipient*/, void* /*cookie*/, in linkToDeath() argument
127 const wp<DeathRecipient>& /*recipient*/, void* /*cookie*/, in unlinkToDeath() argument
128 uint32_t /*flags*/, wp<DeathRecipient>* /*outRecipient*/) in unlinkToDeath() argument
DBpBinder.cpp174 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags) in linkToDeath()
208 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags, in unlinkToDeath()
209 wp<DeathRecipient>* outRecipient) in unlinkToDeath()
278 sp<DeathRecipient> recipient = obit.recipient.promote(); in reportOneDeath()
/frameworks/base/media/java/android/media/
DPlayerRecord.java23 import android.os.IBinder.DeathRecipient;
36 class PlayerRecord implements DeathRecipient {
151 private class RcClientDeathHandler implements IBinder.DeathRecipient {
/frameworks/native/include/private/gui/
DComposerService.h45 sp<IBinder::DeathRecipient> mDeathObserver;
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsVideoCallProviderWrapper.java53 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
/frameworks/native/include/gui/
DSensorManager.h69 mutable sp<IBinder::DeathRecipient> mDeathObserver;
/frameworks/av/include/media/stagefright/foundation/
DAWakeLock.h44 class PMDeathRecipient : public IBinder::DeathRecipient {
/frameworks/av/include/media/
DIMediaDeathNotifier.h42 class DeathNotifier: public IBinder::DeathRecipient
Dmediametadataretriever.h84 class DeathNotifier: public IBinder::DeathRecipient
/frameworks/base/telecomm/java/android/telecom/
DVideoCallImpl.java50 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
DRemoteConnectionService.java21 import android.os.IBinder.DeathRecipient;
314 private final DeathRecipient mDeathRecipient = new DeathRecipient() {
DConnectionServiceAdapter.java20 import android.os.IBinder.DeathRecipient;
37 final class ConnectionServiceAdapter implements DeathRecipient {
/frameworks/av/include/camera/
DCameraBase.h54 class CameraBase : public IBinder::DeathRecipient
/frameworks/av/include/soundtrigger/
DSoundTrigger.h33 public IBinder::DeathRecipient
/frameworks/base/cmds/bootanimation/
DBootAnimation.h40 class BootAnimation : public Thread, public IBinder::DeathRecipient
/frameworks/base/libs/common_time/
Dcommon_clock_service.h28 public android::IBinder::DeathRecipient {

12345