HomeSort by relevance Sort by last modified time
    Searched refs:mDeathNotifier (Results 1 - 11 of 11) sorted by null

  /frameworks/av/media/utils/include/mediautils/
BatteryNotifier.h 66 sp<DeathNotifier> mDeathNotifier;
  /frameworks/av/media/utils/
BatteryNotifier.cpp 36 if (mDeathNotifier != nullptr) {
37 IInterface::asBinder(mBatteryStatService)->unlinkToDeath(mDeathNotifier);
178 mDeathNotifier.clear();
202 mDeathNotifier = new DeathNotifier();
203 IInterface::asBinder(mBatteryStatService)->linkToDeath(mDeathNotifier);
  /frameworks/av/camera/ndk/impl/
ACameraManager.cpp 60 IInterface::asBinder(mCameraService)->unlinkToDeath(mDeathNotifier);
63 mDeathNotifier.clear();
87 if (mDeathNotifier == nullptr) {
88 mDeathNotifier = new DeathNotifier(this);
90 binder->linkToDeath(mDeathNotifier);
ACameraManager.h 70 sp<DeathNotifier> mDeathNotifier;
  /frameworks/av/media/libmedia/
AudioRecord.cpp 122 IInterface::asBinder(mAudioRecord)->unlinkToDeath(mDeathNotifier, this);
679 IInterface::asBinder(mAudioRecord)->unlinkToDeath(mDeathNotifier, this);
680 mDeathNotifier.clear();
718 mDeathNotifier = new DeathNotifier(this);
719 IInterface::asBinder(mAudioRecord)->linkToDeath(mDeathNotifier, this);
    [all...]
AudioTrack.cpp 266 IInterface::asBinder(mAudioTrack)->unlinkToDeath(mDeathNotifier, this);
    [all...]
  /frameworks/av/include/media/
AudioRecord.h 643 sp<DeathNotifier> mDeathNotifier;
AudioTrack.h     [all...]
  /frameworks/av/include/media/stagefright/
CameraSource.h 194 sp<DeathNotifier> mDeathNotifier;
  /frameworks/av/media/libstagefright/
CameraSource.cpp 235 mDeathNotifier = new DeathNotifier();
237 IInterface::asBinder(mCameraRecordingProxy)->linkToDeath(mDeathNotifier);
848 IInterface::asBinder(mCameraRecordingProxy)->unlinkToDeath(mDeathNotifier);
    [all...]
ACodec.cpp 298 sp<DeathNotifier> mDeathNotifier;
    [all...]

Completed in 1328 milliseconds