/frameworks/support/customtabs/src/android/support/customtabs/ |
D | CustomTabsService.java | 24 import android.os.IBinder.DeathRecipient; 53 private Map<IBinder, DeathRecipient> mDeathRecipientMap = new ArrayMap<>(); 66 DeathRecipient deathRecipient = new IBinder.DeathRecipient() { 112 DeathRecipient deathRecipient = in cleanUpSession()
|
/frameworks/native/include/binder/ |
D | IBinder.h | 84 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;
|
D | BpBinder.h | 44 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;
|
D | Binder.h | 42 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/ |
D | IBinder.java | 232 public interface DeathRecipient { interface 252 public void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath() 273 public boolean unlinkToDeath(DeathRecipient recipient, int flags); in unlinkToDeath()
|
D | Binder.java | 397 public void linkToDeath(DeathRecipient recipient, int flags) { in linkToDeath() 403 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { in unlinkToDeath() 509 public native void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath() 511 public native boolean unlinkToDeath(DeathRecipient recipient, int flags); in unlinkToDeath() 555 private static final void sendDeathNotice(DeathRecipient recipient) { in sendDeathNotice()
|
D | CommonTimeConfig.java | 421 private IBinder.DeathRecipient mDeathHandler = new IBinder.DeathRecipient() {
|
D | CommonClock.java | 305 private IBinder.DeathRecipient mDeathHandler = new IBinder.DeathRecipient() {
|
/frameworks/base/services/core/java/com/android/server/media/projection/ |
D | MediaProjectionManagerService.java | 61 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/base/core/java/android/database/ |
D | CursorToBulkCursorAdaptor.java | 35 implements IBinder.DeathRecipient { 58 public ContentObserverProxy(IContentObserver remoteObserver, DeathRecipient recipient) { in ContentObserverProxy() 68 public boolean unlinkToDeath(DeathRecipient recipient) { in unlinkToDeath()
|
/frameworks/native/libs/binder/ |
D | Binder.cpp | 120 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
|
D | BpBinder.cpp | 174 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() 277 sp<DeathRecipient> recipient = obit.recipient.promote(); in reportOneDeath()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | PlayerRecord.java | 26 import android.os.IBinder.DeathRecipient; 39 class PlayerRecord implements DeathRecipient { 154 private class RcClientDeathHandler implements IBinder.DeathRecipient {
|
/frameworks/av/include/media/stagefright/ |
D | MediaSync.h | 144 public IBinder::DeathRecipient { 172 public IBinder::DeathRecipient {
|
/frameworks/native/include/private/gui/ |
D | ComposerService.h | 45 sp<IBinder::DeathRecipient> mDeathObserver;
|
/frameworks/av/include/media/stagefright/foundation/ |
D | AWakeLock.h | 44 class PMDeathRecipient : public IBinder::DeathRecipient {
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
D | ImsVideoCallProviderWrapper.java | 55 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
|
/frameworks/av/include/media/ |
D | IMediaDeathNotifier.h | 42 class DeathNotifier: public IBinder::DeathRecipient
|
D | mediametadataretriever.h | 87 class DeathNotifier: public IBinder::DeathRecipient
|
/frameworks/av/media/utils/include/mediautils/ |
D | BatteryNotifier.h | 56 class DeathNotifier : public IBinder::DeathRecipient {
|
/frameworks/base/telecomm/java/android/telecom/ |
D | VideoCallImpl.java | 47 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
|
D | RemoteConnectionService.java | 22 import android.os.IBinder.DeathRecipient; 338 private final DeathRecipient mDeathRecipient = new DeathRecipient() {
|
/frameworks/av/include/radio/ |
D | Radio.h | 33 public IBinder::DeathRecipient
|
/frameworks/av/include/camera/ |
D | CameraBase.h | 54 class CameraBase : public IBinder::DeathRecipient
|
/frameworks/av/include/soundtrigger/ |
D | SoundTrigger.h | 33 public IBinder::DeathRecipient
|