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

/frameworks/av/media/utils/
H A DBatteryNotifier.cpp36 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/
H A DBatteryNotifier.h66 sp<DeathNotifier> mDeathNotifier; member in class:android::BatteryNotifier
/frameworks/av/camera/ndk/impl/
H A DACameraManager.cpp56 IInterface::asBinder(mCameraService)->unlinkToDeath(mDeathNotifier);
59 mDeathNotifier.clear();
93 if (mDeathNotifier == nullptr) {
94 mDeathNotifier = new DeathNotifier(this);
96 binder->linkToDeath(mDeathNotifier);
H A DACameraManager.h76 sp<DeathNotifier> mDeathNotifier; member in class:android::final
/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp206 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);
H A DAudioTrack.cpp340 IInterface::asBinder(mAudioTrack)->unlinkToDeath(mDeathNotifier, this);
1505 IInterface::asBinder(mAudioTrack)->unlinkToDeath(mDeathNotifier, this);
1506 mDeathNotifier.clear();
1595 mDeathNotifier = new DeathNotifier(this);
1596 IInterface::asBinder(mAudioTrack)->linkToDeath(mDeathNotifier, this);
/frameworks/av/include/media/
H A DAudioRecord.h690 sp<DeathNotifier> mDeathNotifier; member in class:android::AudioRecord
H A DAudioTrack.h1188 sp<DeathNotifier> mDeathNotifier; member in class:android::AudioTrack
/frameworks/av/include/media/stagefright/
H A DCameraSource.h199 sp<DeathNotifier> mDeathNotifier; member in class:android::CameraSource
/frameworks/av/media/libaudioclient/include/media/
H A DAudioRecord.h690 sp<DeathNotifier> mDeathNotifier; member in class:android::AudioRecord
H A DAudioTrack.h1188 sp<DeathNotifier> mDeathNotifier; member in class:android::AudioTrack
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DCameraSource.h199 sp<DeathNotifier> mDeathNotifier; member in class:android::CameraSource
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp259 mDeathNotifier = new DeathNotifier();
261 IInterface::asBinder(mCameraRecordingProxy)->linkToDeath(mDeathNotifier);
870 IInterface::asBinder(mCameraRecordingProxy)->unlinkToDeath(mDeathNotifier);
H A DACodec.cpp350 sp<DeathNotifier> mDeathNotifier; member in struct:android::ACodec::UninitializedState
6365 if (mDeathNotifier != NULL) {
6368 tOmxNode->unlinkToDeath(mDeathNotifier);
6370 mDeathNotifier.clear();
6495 mDeathNotifier = new DeathNotifier(notify);
6497 if (!tOmxNode->linkToDeath(mDeathNotifier, 0)) {
6498 mDeathNotifier.clear();

Completed in 242 milliseconds