/packages/services/Car/service/src/com/android/car/ |
CarTestService.java | 78 TokenDeathRecipient deathRecipient = new TokenDeathRecipient(token); 79 mTokens.put(token, deathRecipient); 80 token.linkToDeath(deathRecipient, 0); 97 DeathRecipient deathRecipient = mTokens.remove(token); 98 if (deathRecipient != null) { 99 token.unlinkToDeath(deathRecipient, 0); 107 private class TokenDeathRecipient implements DeathRecipient {
|
/frameworks/base/core/java/android/database/ |
CursorToBulkCursorAdaptor.java | 35 implements IBinder.DeathRecipient { 58 public ContentObserverProxy(IContentObserver remoteObserver, DeathRecipient recipient) { 68 public boolean unlinkToDeath(DeathRecipient recipient) {
|
/frameworks/base/services/core/java/com/android/server/utils/ |
ManagedApplicationService.java | 25 import android.os.IBinder.DeathRecipient; 48 private final DeathRecipient mDeathRecipient = new DeathRecipient() {
|
/platform_testing/utils/crashcollector/src/android/test/crashcollector/ |
Collector.java | 24 import android.os.IBinder.DeathRecipient; 69 final IBinder.DeathRecipient death = new DeathRecipient() {
|
/system/libhwbinder/ |
Binder.cpp | 104 const sp<DeathRecipient>& /*recipient*/, void* /*cookie*/, 111 const wp<DeathRecipient>& /*recipient*/, void* /*cookie*/, 112 uint32_t /*flags*/, wp<DeathRecipient>* /*outRecipient*/)
|
BpHwBinder.cpp | 117 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags) 151 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags, 152 wp<DeathRecipient>* outRecipient) 220 sp<DeathRecipient> recipient = obit.recipient.promote(); 269 // XXX Should we tell any remaining DeathRecipient
|
/system/security/keystore/ |
operation.h | 44 explicit OperationMap(IBinder::DeathRecipient* deathRecipient); 85 android::IBinder::DeathRecipient* mDeathRecipient;
|
/frameworks/av/include/radio/ |
Radio.h | 33 public IBinder::DeathRecipient 72 //IBinder::DeathRecipient
|
/frameworks/av/include/soundtrigger/ |
SoundTrigger.h | 33 public IBinder::DeathRecipient 61 //IBinder::DeathRecipient
|
/frameworks/av/media/libmedia/include/media/ |
mediametadataretriever.h | 87 class DeathNotifier: public IBinder::DeathRecipient
|
/frameworks/av/media/utils/include/mediautils/ |
BatteryNotifier.h | 56 class DeathNotifier : public IBinder::DeathRecipient {
|
/frameworks/base/libs/common_time/ |
common_clock_service.h | 28 public android::IBinder::DeathRecipient {
|
/frameworks/native/libs/sensor/include/sensor/ |
SensorManager.h | 70 // DeathRecipient interface 85 sp<IBinder::DeathRecipient> mDeathObserver;
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
WifiLockManagerTest.java | 71 ArgumentCaptor<IBinder.DeathRecipient> deathRecipient = 72 ArgumentCaptor.forClass(IBinder.DeathRecipient.class); 78 inOrder.verify(binder).linkToDeath(deathRecipient.capture(), eq(0)); 83 ArgumentCaptor<IBinder.DeathRecipient> deathRecipient = 84 ArgumentCaptor.forClass(IBinder.DeathRecipient.class); 88 inOrder.verify(binder).unlinkToDeath(deathRecipient.capture(), eq(0));
|
/packages/services/Car/vehicle_monitor_service/ |
VehicleMonitorService.h | 71 public IBinder::DeathRecipient {
|
/external/ims/rcs/rcsmanager/src/java/com/android/ims/ |
RcsManager.java | 34 import android.os.IBinder.DeathRecipient; 371 private class RcsServiceDeathRecipient implements IBinder.DeathRecipient {
|
/frameworks/av/media/libstagefright/include/ |
MediaSync.h | 144 public IBinder::DeathRecipient { 162 // From IBinder::DeathRecipient 172 public IBinder::DeathRecipient { 180 // From IBinder::DeathRecipient
|
/frameworks/base/core/java/android/os/ |
CommonClock.java | 305 private IBinder.DeathRecipient mDeathHandler = new IBinder.DeathRecipient() {
|
CommonTimeConfig.java | 421 private IBinder.DeathRecipient mDeathHandler = new IBinder.DeathRecipient() {
|
/frameworks/base/services/core/java/com/android/server/media/projection/ |
MediaProjectionManagerService.java | 62 private final Map<IBinder, IBinder.DeathRecipient> mDeathEaters; 78 mDeathEaters = new ArrayMap<IBinder, IBinder.DeathRecipient>(); 128 IBinder.DeathRecipient deathRecipient = new IBinder.DeathRecipient() { 136 linkDeathRecipientLocked(callback, deathRecipient); 148 IBinder.DeathRecipient deathRecipient) { 151 token.linkToDeath(deathRecipient, 0); 152 mDeathEaters.put(token, deathRecipient); [all...] |
/frameworks/av/camera/include/camera/ |
CameraBase.h | 100 class CameraBase : public IBinder::DeathRecipient
|
/frameworks/av/services/mediaresourcemanager/ |
ResourceManagerService.h | 39 sp<IBinder::DeathRecipient> deathNotifier;
|
/frameworks/base/telephony/java/com/android/ims/internal/uce/uceservice/ |
ImsUceManager.java | 174 private class UceServiceDeathRecipient implements IBinder.DeathRecipient {
|
/frameworks/native/include/gui/ |
StreamSplitter.h | 112 public IBinder::DeathRecipient { 121 // From IBinder::DeathRecipient
|
/frameworks/native/libs/binder/ |
BpBinder.cpp | 175 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags) 209 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags, 210 wp<DeathRecipient>* outRecipient) 278 sp<DeathRecipient> recipient = obit.recipient.promote(); 327 // XXX Should we tell any remaining DeathRecipient
|