HomeSort by relevance Sort by last modified time
    Searched refs:DeathRecipient (Results 51 - 75 of 142) sorted by null

1 23 4 5 6

  /frameworks/av/include/media/
AudioSystem.h 349 class AudioFlingerClient: public IBinder::DeathRecipient, public BnAudioFlingerClient
355 // DeathRecipient
365 class AudioPolicyServiceClient: public IBinder::DeathRecipient,
372 // DeathRecipient
AudioRecord.h 523 class DeathNotifier : public IBinder::DeathRecipient {
AudioTrack.h     [all...]
  /frameworks/base/services/core/java/com/android/server/display/
VirtualDisplayAdapter.java 27 import android.os.IBinder.DeathRecipient;
164 private final class VirtualDisplayDevice extends DisplayDevice implements DeathRecipient {
  /frameworks/base/services/core/java/com/android/server/media/
RemoteDisplayProviderProxy.java 29 import android.os.IBinder.DeathRecipient;
324 private final class Connection implements DeathRecipient {
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java 441 private class BatchedScanRequest extends DeathRecipient {
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ApplicationTest.java 299 public void linkToDeath(DeathRecipient recipient, int flags) throws RemoteException {
303 public boolean unlinkToDeath(DeathRecipient recipient, int flags) {
  /frameworks/av/services/audiopolicy/
AudioPolicyService.h 46 public IBinder::DeathRecipient
141 // IBinder::DeathRecipient
476 class NotificationClient : public IBinder::DeathRecipient {
486 // IBinder::DeathRecipient
  /frameworks/native/libs/binder/
IMemory.cpp 40 class HeapCache : public IBinder::DeathRecipient
384 : DeathRecipient()
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 359 private static class MockDeathRecipient implements IBinder.DeathRecipient {
  /frameworks/av/camera/
CameraBase.cpp 46 class DeathNotifier : public IBinder::DeathRecipient
  /frameworks/av/media/libstagefright/include/
OMX.h 30 public IBinder::DeathRecipient {
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.h 102 public IBinder::DeathRecipient {
139 // IBinder::DeathRecipient implementation
  /frameworks/av/soundtrigger/
SoundTrigger.cpp 41 class DeathNotifier : public IBinder::DeathRecipient
231 //IBinder::DeathRecipient
  /frameworks/base/core/java/android/speech/
RecognitionService.java 100 listener.asBinder().linkToDeath(new IBinder.DeathRecipient() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ServiceMonitor.java 113 private final class SC implements ServiceConnection, IBinder.DeathRecipient {
  /frameworks/native/include/gui/
SurfaceComposerClient.h 66 status_t linkToComposerDeath(const sp<IBinder::DeathRecipient>& recipient,
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiControlService.java     [all...]
  /frameworks/base/services/print/java/com/android/server/print/
RemotePrintService.java 27 import android.os.IBinder.DeathRecipient;
52 final class RemotePrintService implements DeathRecipient {
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteProviderService.java 23 import android.os.IBinder.DeathRecipient;
481 private final class ClientRecord implements DeathRecipient {
RegisteredMediaRouteProvider.java 28 import android.os.IBinder.DeathRecipient;
386 private final class Connection implements DeathRecipient {
  /frameworks/av/services/camera/libcameraservice/
CameraService.h 53 public IBinder::DeathRecipient,
409 // IBinder::DeathRecipient implementation
  /frameworks/base/packages/Keyguard/test/src/com/android/keyguard/test/
KeyguardTestActivity.java 99 mService.asBinder().linkToDeath(new IBinder.DeathRecipient() {
  /frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintService.java 88 private class TokenWatcher implements IBinder.DeathRecipient {
  /frameworks/base/core/jni/
android_util_Binder.cpp 377 class JavaDeathRecipient : public IBinder::DeathRecipient
408 // to allow the DeathRecipient and BinderProxy to be GC'd if no longer needed.
476 jweak mObjectWeak; // will be a weak ref to the same VM-side DeathRecipient after binderDied()
    [all...]

Completed in 3275 milliseconds

1 23 4 5 6