Searched refs:mDeathNotifier (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/media/utils/
H A DBatteryNotifier.cpp36 if (mDeathNotifier != nullptr) {
37 IInterface::asBinder(mBatteryStatService)->unlinkToDeath(mDeathNotifier);
178 mDeathNotifier.clear();
202 mDeathNotifier = new DeathNotifier();
203 IInterface::asBinder(mBatteryStatService)->linkToDeath(mDeathNotifier);
/frameworks/av/media/utils/include/mediautils/
H A DBatteryNotifier.h66 sp<DeathNotifier> mDeathNotifier; member in class:android::BatteryNotifier
/frameworks/av/camera/ndk/impl/
H A DACameraManager.cpp60 IInterface::asBinder(mCameraService)->unlinkToDeath(mDeathNotifier);
63 mDeathNotifier.clear();
87 if (mDeathNotifier == nullptr) {
88 mDeathNotifier = new DeathNotifier(this);
90 binder->linkToDeath(mDeathNotifier);
H A DACameraManager.h70 sp<DeathNotifier> mDeathNotifier; member in class:android::final
/frameworks/av/media/libmedia/
H A DAudioRecord.cpp122 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);
H A DAudioTrack.cpp266 IInterface::asBinder(mAudioTrack)->unlinkToDeath(mDeathNotifier, this);
1425 IInterface::asBinder(mAudioTrack)->unlinkToDeath(mDeathNotifier, this);
1426 mDeathNotifier.clear();
1541 mDeathNotifier = new DeathNotifier(this);
1542 IInterface::asBinder(mAudioTrack)->linkToDeath(mDeathNotifier, this);
/frameworks/av/include/media/
H A DAudioRecord.h643 sp<DeathNotifier> mDeathNotifier; member in class:android::AudioRecord
H A DAudioTrack.h1102 sp<DeathNotifier> mDeathNotifier; member in class:android::AudioTrack
/frameworks/av/include/media/stagefright/
H A DCameraSource.h194 sp<DeathNotifier> mDeathNotifier; member in class:android::CameraSource
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp235 mDeathNotifier = new DeathNotifier();
237 IInterface::asBinder(mCameraRecordingProxy)->linkToDeath(mDeathNotifier);
848 IInterface::asBinder(mCameraRecordingProxy)->unlinkToDeath(mDeathNotifier);
H A DACodec.cpp298 sp<DeathNotifier> mDeathNotifier; member in struct:android::ACodec::UninitializedState
6498 if (mDeathNotifier != NULL) {
6499 mCodec->mNodeBinder->unlinkToDeath(mDeathNotifier);
6500 mDeathNotifier.clear();
6661 mDeathNotifier = new DeathNotifier(notify);
6663 mCodec->mNodeBinder->linkToDeath(mDeathNotifier) != OK) {
6666 mDeathNotifier.clear();

Completed in 194 milliseconds