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

  /frameworks/av/media/utils/
BatteryNotifier.cpp 36 if (mDeathNotifier != nullptr) {
37 IInterface::asBinder(mBatteryStatService)->unlinkToDeath(mDeathNotifier);
184 mDeathNotifier.clear();
208 mDeathNotifier = new DeathNotifier();
209 IInterface::asBinder(mBatteryStatService)->linkToDeath(mDeathNotifier);
  /frameworks/av/media/utils/include/mediautils/
BatteryNotifier.h 66 sp<DeathNotifier> mDeathNotifier;
  /frameworks/av/camera/ndk/impl/
ACameraManager.cpp 56 IInterface::asBinder(mCameraService)->unlinkToDeath(mDeathNotifier);
59 mDeathNotifier.clear();
93 if (mDeathNotifier == nullptr) {
94 mDeathNotifier = new DeathNotifier(this);
96 binder->linkToDeath(mDeathNotifier);
ACameraManager.h 76 sp<DeathNotifier> mDeathNotifier;
  /frameworks/av/media/libstagefright/include/media/stagefright/
CameraSource.h 199 sp<DeathNotifier> mDeathNotifier;
  /frameworks/av/media/libaudioclient/
AudioRecord.cpp 206 IInterface::asBinder(mAudioRecord)->unlinkToDeath(mDeathNotifier, this);
787 IInterface::asBinder(mAudioRecord)->unlinkToDeath(mDeathNotifier, this);
788 mDeathNotifier.clear();
834 mDeathNotifier = new DeathNotifier(this);
835 IInterface::asBinder(mAudioRecord)->linkToDeath(mDeathNotifier, this);
    [all...]
AudioTrack.cpp 340 IInterface::asBinder(mAudioTrack)->unlinkToDeath(mDeathNotifier, this);
    [all...]
  /frameworks/av/media/libaudioclient/include/media/
AudioRecord.h     [all...]
AudioTrack.h     [all...]
  /frameworks/av/media/libstagefright/
CameraSource.cpp 259 mDeathNotifier = new DeathNotifier();
261 IInterface::asBinder(mCameraRecordingProxy)->linkToDeath(mDeathNotifier);
870 IInterface::asBinder(mCameraRecordingProxy)->unlinkToDeath(mDeathNotifier);
    [all...]
ACodec.cpp 350 sp<DeathNotifier> mDeathNotifier;
    [all...]

Completed in 1201 milliseconds