Searched refs:DeathRecipient (Results 1 - 25 of 41) sorted by relevance

12

/frameworks/base/core/java/android/os/
H A DIBinder.java80 * a {@link DeathRecipient} with the IBinder, which will be called when its
181 public interface DeathRecipient { interface in interface:IBinder
189 * then the given {@link DeathRecipient}'s
190 * {@link DeathRecipient#binderDied DeathRecipient.binderDied()} method
201 public void linkToDeath(DeathRecipient recipient, int flags)
211 * {@link DeathRecipient#binderDied DeathRecipient.binderDied()} method
222 public boolean unlinkToDeath(DeathRecipient recipient, int flags);
H A DBinder.java258 public void linkToDeath(DeathRecipient recipient, int flags) {
264 public boolean unlinkToDeath(DeathRecipient recipient, int flags) {
312 public native void linkToDeath(DeathRecipient recipient, int flags)
314 public native boolean unlinkToDeath(DeathRecipient recipient, int flags);
342 private static final void sendDeathNotice(DeathRecipient recipient) {
H A DRemoteCallbackList.java30 * <li> Attaches a {@link IBinder.DeathRecipient IBinder.DeathRecipient} to
56 private final class Callback implements IBinder.DeathRecipient {
H A DTokenWatcher.java162 private class Death implements IBinder.DeathRecipient
/frameworks/base/include/binder/
H A DIBinder.h91 class DeathRecipient : public virtual RefBase class in class:android::IBinder
101 * then DeathRecipient::binderDied() will be called with a referene
119 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
130 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
133 wp<DeathRecipient>* outRecipient = NULL) = 0;
H A DBinder.h40 virtual status_t linkToDeath(const sp<DeathRecipient>& recipient,
44 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
47 wp<DeathRecipient>* outRecipient = NULL);
H A DBpBinder.h44 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;
/frameworks/base/core/java/android/database/
H A DCursorToBulkCursorAdaptor.java36 implements IBinder.DeathRecipient {
48 public ContentObserverProxy(IContentObserver remoteObserver, DeathRecipient recipient) {
58 public boolean unlinkToDeath(DeathRecipient recipient) {
/frameworks/base/libs/binder/
H A DBinder.cpp118 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags)
124 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags,
125 wp<DeathRecipient>* outRecipient)
H A DBpBinder.cpp174 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
H A DIMemory.cpp40 class HeapCache : public IBinder::DeathRecipient
385 : DeathRecipient()
/frameworks/base/cmds/system_server/library/
H A Dsystem_init.cpp38 class GrimReaper : public IBinder::DeathRecipient {
/frameworks/base/include/media/
H A Dmediametadataretriever.h89 class DeathNotifier: public IBinder::DeathRecipient
H A Dmediaplayer.h171 class DeathNotifier: public IBinder::DeathRecipient
H A DAudioSystem.h374 class AudioFlingerClient: public IBinder::DeathRecipient, public BnAudioFlingerClient
380 // DeathRecipient
390 class AudioPolicyServiceClient: public IBinder::DeathRecipient
396 // DeathRecipient
/frameworks/base/include/ui/
H A DCamera.h108 class Camera : public BnCameraClient, public IBinder::DeathRecipient
183 class DeathNotifier: public IBinder::DeathRecipient
H A DSurfaceComposerClient.h111 status_t linkToComposerDeath(const sp<IBinder::DeathRecipient>& recipient,
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h40 class BootAnimation : public Thread, public IBinder::DeathRecipient
/frameworks/base/services/java/com/android/server/am/
H A DReceiverList.java36 implements IBinder.DeathRecipient {
/frameworks/base/location/java/com/android/internal/location/
H A DLocationProviderProxy.java36 public class LocationProviderProxy implements IBinder.DeathRecipient {
/frameworks/base/media/libstagefright/include/
H A DOMX.h29 public IBinder::DeathRecipient {
/frameworks/base/services/java/com/android/server/
H A DSensorService.java52 private final class Listener implements IBinder.DeathRecipient {
H A DWifiService.java1639 private class WifiLock extends DeathRecipient {
1789 private abstract class DeathRecipient class in class:WifiService
1790 implements IBinder.DeathRecipient {
1795 DeathRecipient(int mode, String tag, IBinder binder) { method in class:WifiService.DeathRecipient
1812 private class Multicaster extends DeathRecipient {
/frameworks/base/libs/audioflinger/
H A DAudioPolicyService.h31 class AudioPolicyService: public BnAudioPolicyService, public AudioPolicyClientInterface, public IBinder::DeathRecipient
80 // IBinder::DeathRecipient
/frameworks/base/cmds/runtime/
H A Dmain_runtime.cpp78 class GrimReaper : public IBinder::DeathRecipient {

Completed in 2648 milliseconds

12