HomeSort by relevance Sort by last modified time
    Searched refs:DeathRecipient (Results 126 - 150 of 274) sorted by null

1 2 3 4 56 7 8 91011

  /packages/services/Car/service/src/com/android/car/
CarPropertyServiceBase.java 65 class PropertyDeathRecipient implements IBinder.DeathRecipient {
125 PropertyDeathRecipient deathRecipient = new PropertyDeathRecipient(listenerBinder);
127 listenerBinder.linkToDeath(deathRecipient, 0);
132 mDeathRecipientMap.put(listenerBinder, deathRecipient);
VmsSubscriberService.java 72 class ListenerDeathRecipient implements IBinder.DeathRecipient {
140 ListenerDeathRecipient deathRecipient = new ListenerDeathRecipient(listenerBinder);
142 listenerBinder.linkToDeath(deathRecipient, 0);
147 mListenerDeathRecipientMap.put(listenerBinder, deathRecipient);
  /system/bt/service/ipc/binder/
remote_callback_map.h 82 class CallbackDeathRecipient : public android::IBinder::DeathRecipient {
89 // android::IBinder::DeathRecipient override:
  /system/core/storaged/include/
storaged.h 250 public IBinder::DeathRecipient {
  /system/security/keystore/
operation.cpp 25 OperationMap::OperationMap(IBinder::DeathRecipient* deathRecipient)
26 : mDeathRecipient(deathRecipient) {}
key_store_service.h 32 class KeyStoreService : public android::BnKeystoreService, public android::IBinder::DeathRecipient {
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiControlService.java     [all...]
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.h 44 public IBinder::DeathRecipient
145 // IBinder::DeathRecipient
529 class NotificationClient : public IBinder::DeathRecipient {
547 // IBinder::DeathRecipient
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
Recents.java 125 private final IBinder.DeathRecipient mUserToSystemCallbacksDeathRcpt = new IBinder.DeathRecipient() {
  /frameworks/base/services/companion/java/com/android/server/companion/
CompanionDeviceManagerService.java 96 public class CompanionDeviceManagerService extends SystemService implements Binder.DeathRecipient {
174 * Usage: {@code a = unlinkToDeath(a, deathRecipient, flags); }
179 IBinder.DeathRecipient deathRecipient, int flags) {
181 iinterface.asBinder().unlinkToDeath(deathRecipient, flags);
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteProviderService.java 55 import android.os.IBinder.DeathRecipient;
549 private final class ClientRecord implements DeathRecipient {
RegisteredMediaRouteProvider.java 56 import android.os.IBinder.DeathRecipient;
435 private final class Connection implements DeathRecipient {
  /frameworks/base/media/java/android/media/midi/
MidiDeviceServer.java 96 abstract private class PortClient implements IBinder.DeathRecipient {
  /frameworks/base/services/core/java/com/android/server/telecom/
TelecomLoaderService.java 63 service.linkToDeath(new IBinder.DeathRecipient() {
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapRilReceiver.java 46 final class SapProxyDeathRecipient implements HwBinder.DeathRecipient {
  /system/libhidl/transport/include/hidl/
HidlBinderSupport.h 40 // DeathRecipient interface.
41 struct hidl_binder_death_recipient : IBinder::DeathRecipient {
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
RemotePrintDocument.java 26 import android.os.IBinder.DeathRecipient;
144 private final DeathRecipient mDeathRecipient = new DeathRecipient() {
    [all...]
  /frameworks/native/libs/binder/tests/
binderSafeInterfaceTest.cpp 148 class ExitOnDeath : public IBinder::DeathRecipient {
371 static sp<IBinder::DeathRecipient> getDeathRecipient() {
372 static sp<IBinder::DeathRecipient> recipient = new ExitOnDeath;
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
HalDeviceManagerTest.java 86 private ArgumentCaptor<IHwBinder.DeathRecipient> mDeathRecipientCaptor =
87 ArgumentCaptor.forClass(IHwBinder.DeathRecipient.class);
119 when(mServiceManagerMock.linkToDeath(any(IHwBinder.DeathRecipient.class),
123 when(mWifiMock.linkToDeath(any(IHwBinder.DeathRecipient.class), anyLong())).thenReturn(
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
SupplicantP2pIfaceHalTest.java 131 private ArgumentCaptor<IHwBinder.DeathRecipient> mDeathRecipientCaptor =
132 ArgumentCaptor.forClass(IHwBinder.DeathRecipient.class);
176 when(mServiceManagerMock.linkToDeath(any(IHwBinder.DeathRecipient.class),
180 when(mISupplicantMock.linkToDeath(any(IHwBinder.DeathRecipient.class),
182 when(mISupplicantP2pIfaceMock.linkToDeath(any(IHwBinder.DeathRecipient.class),
    [all...]
  /frameworks/base/core/jni/
android_util_Binder.cpp 386 class JavaDeathRecipient : public IBinder::DeathRecipient
423 // to allow the DeathRecipient and BinderProxy to be GC'd if no longer needed.
492 jweak mObjectWeak; // will be a weak ref to the same VM-side DeathRecipient after binderDied()
    [all...]
  /frameworks/av/media/libaudioclient/include/media/
AudioTrack.h     [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 381 public IBinder::DeathRecipient,
  /frameworks/av/media/libstagefright/include/
MediaCodec.h 281 struct ResourceManagerServiceProxy : public IBinder::DeathRecipient {
287 // implements DeathRecipient
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
TileLifecycleManager.java 54 IQSTileService, ServiceConnection, IBinder.DeathRecipient {

Completed in 558 milliseconds

1 2 3 4 56 7 8 91011