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

1 2 3 45 6 7 8 91011

  /frameworks/base/services/autofill/java/com/android/server/autofill/
RemoteFillService.java 32 import android.os.IBinder.DeathRecipient;
63 final class RemoteFillService implements DeathRecipient {
  /frameworks/base/services/core/java/com/android/server/display/
VirtualDisplayAdapter.java 34 import android.os.IBinder.DeathRecipient;
183 private final class VirtualDisplayDevice extends DisplayDevice implements DeathRecipient {
  /frameworks/base/services/core/java/com/android/server/pm/
Installer.java 24 import android.os.IBinder.DeathRecipient;
109 binder.linkToDeath(new DeathRecipient() {
  /frameworks/base/telecomm/java/android/telecom/
ConnectionServiceAdapter.java 21 import android.os.IBinder.DeathRecipient;
38 final class ConnectionServiceAdapter implements DeathRecipient {
  /frameworks/native/libs/binder/
IMemory.cpp 43 class HeapCache : public IBinder::DeathRecipient
408 : DeathRecipient()
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsVideoCallProviderWrapper.java 73 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 359 private static class MockDeathRecipient implements IBinder.DeathRecipient {
  /frameworks/av/camera/
CameraBase.cpp 85 class DeathNotifier : public IBinder::DeathRecipient
  /frameworks/av/media/libaudioclient/include/media/
AudioRecord.h 641 class DeathNotifier : public IBinder::DeathRecipient {
    [all...]
  /frameworks/av/media/libmedia/include/media/
Drm.h 34 public IBinder::DeathRecipient,
DrmHal.h 43 public IBinder::DeathRecipient,
  /frameworks/av/media/libstagefright/include/
CameraSource.h 176 class DeathNotifier: public IBinder::DeathRecipient {
  /frameworks/av/radio/
Radio.cpp 41 class DeathNotifier : public IBinder::DeathRecipient
280 //IBinder::DeathRecipient
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.h 156 public IBinder::DeathRecipient {
179 // IBinder::DeathRecipient implementation
  /frameworks/av/soundtrigger/
SoundTrigger.cpp 41 class DeathNotifier : public IBinder::DeathRecipient
231 //IBinder::DeathRecipient
  /frameworks/base/core/java/android/hardware/camera2/impl/
ICameraDeviceUserWrapper.java 57 public void unlinkToDeath(IBinder.DeathRecipient recipient, int flags) {
  /frameworks/base/core/java/android/speech/
RecognitionService.java 102 listener.asBinder().linkToDeath(new IBinder.DeathRecipient() {
  /frameworks/base/media/java/android/media/
AudioPlaybackConfiguration.java 479 static final class IPlayerShell implements IBinder.DeathRecipient {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/media/
RingtonePlayer.java 78 private class Client implements IBinder.DeathRecipient {
  /frameworks/base/services/core/java/com/android/server/camera/
CameraServiceProxy.java 48 implements Handler.Callback, IBinder.DeathRecipient {
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbPortManager.java 466 final class DeathRecipient implements HwBinder.DeathRecipient {
469 DeathRecipient(IndentingPrintWriter pw) {
500 mProxy.linkToDeath(new DeathRecipient(pw), USB_HAL_DEATH_COOKIE);
    [all...]
  /frameworks/native/include/gui/
SurfaceComposerClient.h 67 status_t linkToComposerDeath(const sp<IBinder::DeathRecipient>& recipient,
  /frameworks/native/libs/sensor/
SensorManager.cpp 149 class DeathObserver : public IBinder::DeathRecipient {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiLockManager.java 285 private class WifiLock implements IBinder.DeathRecipient {
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
PeriodicScanManager.java 75 public SyncDeathRecipient deathRecipient;
78 SyncInfo(Integer id, SyncDeathRecipient deathRecipient,
81 this.deathRecipient = deathRecipient;
90 class SyncDeathRecipient implements IBinder.DeathRecipient {
132 entry.setValue(new SyncInfo(sync_handle, entry.getValue().deathRecipient, callback));
135 binder.unlinkToDeath(entry.getValue().deathRecipient, 0);
175 SyncDeathRecipient deathRecipient = new SyncDeathRecipient(callback);
178 binder.linkToDeath(deathRecipient, 0);
187 mSyncs.put(binder, new SyncInfo(cb_id, deathRecipient, callback))
    [all...]

Completed in 489 milliseconds

1 2 3 45 6 7 8 91011