HomeSort by relevance Sort by last modified time
    Searched refs:DeathRecipient (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /frameworks/base/core/java/android/os/
IBinder.java 79 * a {@link DeathRecipient} with the IBinder, which will be called when its
225 public interface DeathRecipient {
233 * then the given {@link DeathRecipient}'s
234 * {@link DeathRecipient#binderDied DeathRecipient.binderDied()} method
245 public void linkToDeath(DeathRecipient recipient, int flags)
255 * {@link DeathRecipient#binderDied DeathRecipient.binderDied()} method
266 public boolean unlinkToDeath(DeathRecipient recipient, int flags);
Binder.java 390 public void linkToDeath(DeathRecipient recipient, int flags) {
396 public boolean unlinkToDeath(DeathRecipient recipient, int flags) {
502 public native void linkToDeath(DeathRecipient recipient, int flags)
504 public native boolean unlinkToDeath(DeathRecipient recipient, int flags);
548 private static final void sendDeathNotice(DeathRecipient recipient) {
CommonTimeConfig.java 421 private IBinder.DeathRecipient mDeathHandler = new IBinder.DeathRecipient() {
  /frameworks/native/include/binder/
IBinder.h 84 class DeathRecipient : public virtual RefBase
94 * then DeathRecipient::binderDied() will be called with a reference
112 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
123 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
126 wp<DeathRecipient>* outRecipient = NULL) = 0;
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;
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/native/include/private/gui/
ComposerService.h 45 sp<IBinder::DeathRecipient> mDeathObserver;
  /hardware/qcom/display/msm8084/hdmi_cec/
QHDMIClient.h 36 class QHDMIClient: public android::IBinder::DeathRecipient,
  /frameworks/av/include/media/
IMediaDeathNotifier.h 42 class DeathNotifier: public IBinder::DeathRecipient
mediametadataretriever.h 84 class DeathNotifier: public IBinder::DeathRecipient
  /frameworks/native/include/gui/
SensorManager.h 59 // DeathRecipient interface
69 mutable sp<IBinder::DeathRecipient> mDeathObserver;
BufferQueueProducer.h 28 private IBinder::DeathRecipient {
177 // This is required by the IBinder::DeathRecipient interface
StreamSplitter.h 112 public IBinder::DeathRecipient {
121 // From IBinder::DeathRecipient
  /system/core/healthd/
BatteryPropertiesRegistrar.h 31 public IBinder::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/native/libs/binder/
Binder.cpp 120 const sp<DeathRecipient>& /*recipient*/, void* /*cookie*/,
127 const wp<DeathRecipient>& /*recipient*/, void* /*cookie*/,
128 uint32_t /*flags*/, wp<DeathRecipient>* /*outRecipient*/)
BpBinder.cpp 174 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags)
208 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags,
209 wp<DeathRecipient>* outRecipient)
278 sp<DeathRecipient> recipient = obit.recipient.promote();
327 // XXX Should we tell any remaining DeathRecipient
  /frameworks/av/include/camera/
CameraBase.h 54 class CameraBase : public IBinder::DeathRecipient
  /frameworks/av/include/soundtrigger/
SoundTrigger.h 33 public IBinder::DeathRecipient
61 //IBinder::DeathRecipient
  /frameworks/base/cmds/bootanimation/
BootAnimation.h 40 class BootAnimation : public Thread, public IBinder::DeathRecipient
  /frameworks/base/libs/common_time/
common_clock_service.h 28 public android::IBinder::DeathRecipient {
  /frameworks/base/services/core/java/com/android/server/media/projection/
MediaProjectionManagerService.java 36 import android.os.IBinder.DeathRecipient;
66 private final Map<IBinder, IBinder.DeathRecipient> mDeathEaters;
82 mDeathEaters = new ArrayMap<IBinder, IBinder.DeathRecipient>();
127 IBinder.DeathRecipient deathRecipient = new IBinder.DeathRecipient() {
137 linkDeathRecipientLocked(callback, deathRecipient);
149 IBinder.DeathRecipient deathRecipient) {
152 token.linkToDeath(deathRecipient, 0)
    [all...]
  /frameworks/base/telecomm/java/android/telecom/
VideoCallImpl.java 50 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsVideoCallProviderWrapper.java 53 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
  /frameworks/av/media/libstagefright/include/
TimedEventQueue.h 61 class PMDeathRecipient : public IBinder::DeathRecipient {
66 // IBinder::DeathRecipient

Completed in 3462 milliseconds

1 2 3 4 5 6