/hardware/qcom/audio/msm8909/audiod/ |
AudioDaemon.h | 59 class AudioDaemon:public Thread, public IBinder :: DeathRecipient
|
/frameworks/av/include/media/stagefright/ |
MediaSync.h | 144 public IBinder::DeathRecipient { 162 // From IBinder::DeathRecipient 172 public IBinder::DeathRecipient { 180 // From IBinder::DeathRecipient
|
MediaCodecList.h | 85 class BinderDeathObserver : public IBinder::DeathRecipient {
|
/frameworks/base/core/java/android/os/ |
CommonClock.java | 305 private IBinder.DeathRecipient mDeathHandler = new IBinder.DeathRecipient() {
|
CommonTimeConfig.java | 421 private IBinder.DeathRecipient mDeathHandler = new IBinder.DeathRecipient() {
|
Binder.java | 509 public void linkToDeath(DeathRecipient recipient, int flags) { 515 public boolean unlinkToDeath(DeathRecipient recipient, int flags) { 621 public native void linkToDeath(DeathRecipient recipient, int flags) 623 public native boolean unlinkToDeath(DeathRecipient recipient, int flags); 685 private static final void sendDeathNotice(DeathRecipient recipient) {
|
RemoteCallbackList.java | 30 * <li> Attaches a {@link IBinder.DeathRecipient IBinder.DeathRecipient} to 56 private final class Callback implements IBinder.DeathRecipient {
|
TokenWatcher.java | 180 private class Death implements IBinder.DeathRecipient
|
/frameworks/base/services/core/java/com/android/server/media/projection/ |
MediaProjectionManagerService.java | 61 private final Map<IBinder, IBinder.DeathRecipient> mDeathEaters; 77 mDeathEaters = new ArrayMap<IBinder, IBinder.DeathRecipient>(); 127 IBinder.DeathRecipient deathRecipient = new IBinder.DeathRecipient() { 135 linkDeathRecipientLocked(callback, deathRecipient); 147 IBinder.DeathRecipient deathRecipient) { 150 token.linkToDeath(deathRecipient, 0); 151 mDeathEaters.put(token, deathRecipient); [all...] |
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
ImsVideoCallProviderWrapper.java | 55 private IBinder.DeathRecipient mDeathRecipient = new IBinder.DeathRecipient() {
|
/frameworks/base/cmds/bootanimation/ |
BootAnimation.h | 40 class BootAnimation : public Thread, public IBinder::DeathRecipient
|
/frameworks/base/telephony/java/com/android/ims/internal/uce/uceservice/ |
ImsUceManager.java | 174 private class UceServiceDeathRecipient implements IBinder.DeathRecipient {
|
/frameworks/native/include/gui/ |
StreamSplitter.h | 112 public IBinder::DeathRecipient { 121 // From IBinder::DeathRecipient
|
BufferQueueProducer.h | 28 private IBinder::DeathRecipient { 193 // This is required by the IBinder::DeathRecipient interface
|
/frameworks/native/libs/binder/ |
BpBinder.cpp | 175 const sp<DeathRecipient>& recipient, void* cookie, uint32_t flags) 209 const wp<DeathRecipient>& recipient, void* cookie, uint32_t flags, 210 wp<DeathRecipient>* outRecipient) 278 sp<DeathRecipient> recipient = obit.recipient.promote(); 327 // XXX Should we tell any remaining DeathRecipient
|
Binder.cpp | 138 const sp<DeathRecipient>& /*recipient*/, void* /*cookie*/, 145 const wp<DeathRecipient>& /*recipient*/, void* /*cookie*/, 146 uint32_t /*flags*/, wp<DeathRecipient>* /*outRecipient*/)
|
/system/core/fingerprintd/ |
IFingerprintDaemon.h | 32 class IFingerprintDaemon : public IInterface, public IBinder::DeathRecipient {
|
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
ContextMap.java | 21 import android.os.IBinder.DeathRecipient; 81 private IBinder.DeathRecipient mDeathRecipient; 102 void linkToDeath(IBinder.DeathRecipient deathRecipient) { 105 binder.linkToDeath(deathRecipient, 0); 106 mDeathRecipient = deathRecipient; 108 Log.e(TAG, "Unable to link deathRecipient for app id " + id); 121 Log.e(TAG, "Unable to unlink deathRecipient for app id " + id);
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowRemoteCallbackList.java | 20 private final class Callback implements IBinder.DeathRecipient {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
RecentsSystemUser.java | 59 nonSystemUserCallbacks.linkToDeath(new IBinder.DeathRecipient() {
|
/frameworks/base/services/core/java/com/android/server/fingerprint/ |
ClientMonitor.java | 35 public abstract class ClientMonitor implements IBinder.DeathRecipient {
|
/frameworks/base/services/core/java/com/android/server/wm/ |
DragAndDropPermissionsHandler.java | 31 implements IBinder.DeathRecipient {
|
/packages/services/Car/service/src/com/android/car/ |
BinderInterfaceContainer.java | 33 implements IBinder.DeathRecipient {
|
/system/bt/service/example/heart_rate/ |
server_main.cpp | 49 class BluetoothDeathRecipient : public android::IBinder::DeathRecipient { 58 // android::IBinder::DeathRecipient override: 114 LOG(ERROR) << "Failed to register DeathRecipient for IBluetooth";
|
/cts/tests/tests/os/src/android/os/cts/ |
MessengerTest.java | 66 public void linkToDeath(DeathRecipient recipient, int flags) throws RemoteException { 82 public boolean unlinkToDeath(DeathRecipient recipient, int flags) {
|