HomeSort by relevance Sort by last modified time
    Searched refs:DeathRecipient (Results 26 - 50 of 338) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/native/services/thermalservice/
ThermalService.h 31 public IBinder::DeathRecipient {
  /frameworks/native/services/vr/hardware_composer/
vr_composer.h 21 public IBinder::DeathRecipient {
36 // IBinder::DeathRecipient:
  /frameworks/base/telephony/java/android/telephony/mbms/vendor/
MbmsDownloadServiceBase.java 54 private final Map<IBinder, DeathRecipient> mDownloadCallbackDeathRecipients = new HashMap<>();
163 callback.asBinder().linkToDeath(new DeathRecipient() {
279 DeathRecipient deathRecipient = new DeathRecipient() {
287 mDownloadCallbackDeathRecipients.put(listener.asBinder(), deathRecipient);
288 listener.asBinder().linkToDeath(deathRecipient, 0);
330 DeathRecipient deathRecipient =
332 if (deathRecipient == null)
    [all...]
  /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 {
  /system/security/keystore/
confirmation_manager.h 45 explicit ConfirmationManager(android::IBinder::DeathRecipient* deathRecipient);
97 android::IBinder::DeathRecipient* mDeathRecipient;
operation.h 49 explicit OperationMap(IBinder::DeathRecipient* deathRecipient);
70 IBinder::DeathRecipient* mDeathRecipient;
  /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) {
  /platform_testing/utils/crashcollector/src/android/test/crashcollector/
Collector.java 24 import android.os.IBinder.DeathRecipient;
69 final IBinder.DeathRecipient death = new DeathRecipient() {
  /system/chre/host/hal_generic/
generic_context_hub.h 114 class DeathRecipient : public hidl_death_recipient {
116 DeathRecipient(const sp<GenericContextHub> contexthub);
126 sp<DeathRecipient> mDeathRecipient;
  /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
  /frameworks/native/libs/binder/
ActivityManager.cpp 92 status_t ActivityManager::linkToDeath(const sp<IBinder::DeathRecipient>& recipient) {
100 status_t ActivityManager::unlinkToDeath(const sp<IBinder::DeathRecipient>& recipient) {
  /frameworks/av/include/soundtrigger/
SoundTrigger.h 33 public IBinder::DeathRecipient
61 //IBinder::DeathRecipient
  /frameworks/av/media/utils/include/mediautils/
BatteryNotifier.h 56 class DeathNotifier : public IBinder::DeathRecipient {
  /frameworks/av/services/oboeservice/
AAudioClientTracker.h 74 class NotificationClient : public IBinder::DeathRecipient {
87 // IBinder::DeathRecipient
  /frameworks/base/core/java/android/os/
IncidentManager.java 59 private class IncidentdDeathRecipient implements IBinder.DeathRecipient {
CommonClock.java 305 private IBinder.DeathRecipient mDeathHandler = new IBinder.DeathRecipient() {
CommonTimeConfig.java 421 private IBinder.DeathRecipient mDeathHandler = new IBinder.DeathRecipient() {
  /frameworks/base/libs/common_time/
common_clock_service.h 28 public android::IBinder::DeathRecipient {
  /frameworks/base/services/core/java/com/android/server/am/
AssistDataReceiverProxy.java 35 Binder.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/media/stagefright/
MediaSync.h 144 public IBinder::DeathRecipient {
162 // From IBinder::DeathRecipient
172 public IBinder::DeathRecipient {
180 // From 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/base/services/core/java/com/android/server/os/
SchedulingPolicyService.java 45 private final IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
  /frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
UiAutomationManagerTest.java 158 ArgumentCaptor<IBinder.DeathRecipient> captor = ArgumentCaptor.forClass(
159 IBinder.DeathRecipient.class);

Completed in 1621 milliseconds

12 3 4 5 6 7 8 91011>>