Searched refs:mDeathNotifier (Results 1 - 15 of 15) 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.h75 sp<DeathNotifier> mDeathNotifier; member in class:android::final
/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp124 IInterface::asBinder(mAudioRecord)->unlinkToDeath(mDeathNotifier, this);
695 IInterface::asBinder(mAudioRecord)->unlinkToDeath(mDeathNotifier, this);
696 mDeathNotifier.clear();
734 mDeathNotifier = new DeathNotifier(this);
735 IInterface::asBinder(mAudioRecord)->linkToDeath(mDeathNotifier, this);
H A DAudioTrack.cpp276 IInterface::asBinder(mAudioTrack)->unlinkToDeath(mDeathNotifier, this);
1466 IInterface::asBinder(mAudioTrack)->unlinkToDeath(mDeathNotifier, this);
1467 mDeathNotifier.clear();
1583 mDeathNotifier = new DeathNotifier(this);
1584 IInterface::asBinder(mAudioTrack)->linkToDeath(mDeathNotifier, this);
/frameworks/av/include/media/
H A DAudioRecord.h650 sp<DeathNotifier> mDeathNotifier; member in class:android::AudioRecord
H A DAudioTrack.h1150 sp<DeathNotifier> mDeathNotifier; member in class:android::AudioTrack
/frameworks/av/media/libaudioclient/include/media/
H A DAudioRecord.h650 sp<DeathNotifier> mDeathNotifier; member in class:android::AudioRecord
H A DAudioTrack.h1150 sp<DeathNotifier> mDeathNotifier; member in class:android::AudioTrack
/frameworks/av/include/media/stagefright/
H A DCameraSource.h198 sp<DeathNotifier> mDeathNotifier; member in class:android::CameraSource
/frameworks/av/media/libstagefright/foundation/include/
H A DCameraSource.h198 sp<DeathNotifier> mDeathNotifier; member in class:android::CameraSource
/frameworks/av/media/libstagefright/include/
H A DCameraSource.h198 sp<DeathNotifier> mDeathNotifier; member in class:android::CameraSource
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp258 mDeathNotifier = new DeathNotifier();
260 IInterface::asBinder(mCameraRecordingProxy)->linkToDeath(mDeathNotifier);
869 IInterface::asBinder(mCameraRecordingProxy)->unlinkToDeath(mDeathNotifier);
H A DACodec.cpp329 sp<DeathNotifier> mDeathNotifier; member in struct:android::ACodec::UninitializedState
6242 if (mDeathNotifier != NULL) {
6246 tOmxNode->unlinkToDeath(mDeathNotifier);
6249 binder->unlinkToDeath(mDeathNotifier);
6252 mDeathNotifier.clear();
6409 mDeathNotifier = new DeathNotifier(notify);
6412 if (!tOmxNode->linkToDeath(mDeathNotifier, 0)) {
6413 mDeathNotifier.clear();
6416 if (IInterface::asBinder(omxNode)->linkToDeath(mDeathNotifier) != OK) {
6419 mDeathNotifier
[all...]

Completed in 4428 milliseconds