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

  /frameworks/av/media/utils/include/mediautils/
BatteryNotifier.h 66 sp<DeathNotifier> mDeathNotifier;
  /frameworks/av/media/utils/
BatteryNotifier.cpp 33 if (mDeathNotifier != nullptr) {
34 IInterface::asBinder(mBatteryStatService)->unlinkToDeath(mDeathNotifier);
175 mDeathNotifier.clear();
197 mDeathNotifier = new DeathNotifier();
198 IInterface::asBinder(mBatteryStatService)->linkToDeath(mDeathNotifier);
  /frameworks/av/include/media/stagefright/
CameraSource.h 158 sp<DeathNotifier> mDeathNotifier;
  /frameworks/av/media/libmedia/
AudioRecord.cpp 121 IInterface::asBinder(mAudioRecord)->unlinkToDeath(mDeathNotifier, this);
602 IInterface::asBinder(mAudioRecord)->unlinkToDeath(mDeathNotifier, this);
603 mDeathNotifier.clear();
651 mDeathNotifier = new DeathNotifier(this);
652 IInterface::asBinder(mAudioRecord)->linkToDeath(mDeathNotifier, this);
    [all...]
AudioTrack.cpp 255 IInterface::asBinder(mAudioTrack)->unlinkToDeath(mDeathNotifier, this);
    [all...]
  /frameworks/av/include/media/
AudioRecord.h 615 sp<DeathNotifier> mDeathNotifier;
AudioTrack.h     [all...]
  /frameworks/av/media/libstagefright/
CameraSource.cpp 220 mDeathNotifier = new DeathNotifier();
222 IInterface::asBinder(mCameraRecordingProxy)->linkToDeath(mDeathNotifier);
726 IInterface::asBinder(mCameraRecordingProxy)->unlinkToDeath(mDeathNotifier);
ACodec.cpp 295 sp<DeathNotifier> mDeathNotifier;
    [all...]

Completed in 220 milliseconds