/frameworks/support/customtabs/src/android/support/customtabs/ |
D | CustomTabsService.java | 24 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/ |
D | IBinder.h | 93 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;
|
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 | 252 public interface DeathRecipient { interface 272 public void linkToDeath(DeathRecipient recipient, int flags) in linkToDeath() 293 public boolean unlinkToDeath(DeathRecipient recipient, int flags); in unlinkToDeath()
|
D | Binder.java | 509 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()
|
D | CommonTimeConfig.java | 421 private IBinder.DeathRecipient mDeathHandler = new IBinder.DeathRecipient() {
|
D | CommonClock.java | 305 private IBinder.DeathRecipient mDeathHandler = new IBinder.DeathRecipient() {
|
/frameworks/av/media/libmediaplayerservice/ |
D | MediaRecorderClient.h | 32 class ServiceDeathNotifier: public IBinder::DeathRecipient 88 sp<IBinder::DeathRecipient> mCameraDeathListener; 89 sp<IBinder::DeathRecipient> mCodecDeathListener;
|
D | MediaPlayerService.h | 345 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/ |
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/opt/net/wifi/service/java/com/android/server/wifi/nan/ |
D | WifiNanServiceImpl.java | 49 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/ |
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/base/services/core/java/com/android/server/utils/ |
D | ManagedApplicationService.java | 25 import android.os.IBinder.DeathRecipient; 48 private final DeathRecipient mDeathRecipient = new DeathRecipient() {
|
/frameworks/native/libs/binder/ |
D | BpBinder.cpp | 175 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()
|
D | Binder.cpp | 138 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/ |
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/opt/net/ims/src/java/com/android/ims/internal/ |
D | ImsVideoCallProviderWrapper.java | 55 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
|
/frameworks/av/include/media/stagefright/foundation/ |
D | AWakeLock.h | 44 class PMDeathRecipient : public IBinder::DeathRecipient {
|
/frameworks/av/include/media/ |
D | IMediaDeathNotifier.h | 42 class DeathNotifier: public IBinder::DeathRecipient
|
/frameworks/native/include/gui/ |
D | SensorManager.h | 78 sp<IBinder::DeathRecipient> mDeathObserver;
|
/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; 365 private final DeathRecipient mDeathRecipient = new DeathRecipient() {
|