Searched refs:unlinkToDeath (Results 1 - 25 of 133) sorted by relevance

123456

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DStateMachineDeathRecipient.java57 unlinkToDeath();
71 public void unlinkToDeath() { method in class:StateMachineDeathRecipient
75 mLinkedBinder.unlinkToDeath(this, 0);
H A DLocalOnlyHotspotRequestInfo.java71 mBinder.unlinkToDeath(this, 0);
H A DSoftApManager.java271 mDeathRecipient.unlinkToDeath();
281 mDeathRecipient.unlinkToDeath();
293 mDeathRecipient.unlinkToDeath();
308 mDeathRecipient.unlinkToDeath();
H A DWifiMulticastLockManager.java87 mBinder.unlinkToDeath(this, 0);
/frameworks/base/core/java/android/os/
H A DIHwBinder.java40 public boolean unlinkToDeath(DeathRecipient recipient); method in interface:IHwBinder
H A DHwRemoteBinder.java46 public native boolean unlinkToDeath(DeathRecipient recipient); method in class:HwRemoteBinder
H A DIBinder.java272 * @see #unlinkToDeath
295 public boolean unlinkToDeath(DeathRecipient recipient, int flags); method in interface:IBinder
H A DRemoteCallbackList.java153 cb.mCallback.asBinder().unlinkToDeath(cb, 0);
172 cb.mCallback.asBinder().unlinkToDeath(cb, 0);
H A DTokenWatcher.java95 d.token.unlinkToDeath(d, 0);
/frameworks/base/core/java/android/database/
H A DCursorToBulkCursorAdaptor.java68 public boolean unlinkToDeath(DeathRecipient recipient) { method in class:CursorToBulkCursorAdaptor.ContentObserverProxy
69 return mRemote.asBinder().unlinkToDeath(recipient, 0);
260 mObserver.unlinkToDeath(this);
/frameworks/av/media/libmedia/
H A DIMediaDeathNotifier.cpp107 IInterface::asBinder(sMediaPlayerService)->unlinkToDeath(this);
H A Dmediametadataretriever.cpp187 IInterface::asBinder(sService)->unlinkToDeath(this);
/frameworks/av/media/libstagefright/foundation/
H A DAWakeLock.cpp40 binder->unlinkToDeath(mDeathRecipient);
/frameworks/native/include/binder/
H A DBinder.h46 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
H A DBpBinder.h47 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
H A DIBinder.h145 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
/frameworks/native/libs/binder/include/binder/
H A DBinder.h46 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
H A DBpBinder.h47 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
H A DIBinder.h145 virtual status_t unlinkToDeath( const wp<DeathRecipient>& recipient,
/frameworks/av/media/libmediaplayerservice/
H A DMediaRecorderClient.cpp404 void MediaRecorderClient::ServiceDeathNotifier::unlinkToDeath() { function in class:android::MediaRecorderClient::ServiceDeathNotifier
406 mService->unlinkToDeath(this);
409 mOmx->unlinkToDeath(this);
416 mCameraDeathListener->unlinkToDeath();
420 mCodecDeathListener->unlinkToDeath();
H A DMediaRecorderClient.h53 void unlinkToDeath();
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DClientMonitor.java154 mToken.unlinkToDeath(this, 0);
/frameworks/base/services/core/java/com/android/server/wm/
H A DDragAndDropPermissionsHandler.java115 mTransientToken.unlinkToDeath(this, 0);
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DICameraDeviceUserWrapper.java57 public void unlinkToDeath(IBinder.DeathRecipient recipient, int flags) { method in class:ICameraDeviceUserWrapper
59 mRemoteDevice.asBinder().unlinkToDeath(recipient, flags);
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp160 IInterface::asBinder(instance->observer())->unlinkToDeath(this);

Completed in 2581 milliseconds

123456