Searched refs:mDeathNotifier (Results 1 – 14 of 14) sorted by relevance
36 if (mDeathNotifier != nullptr) { in ~BatteryNotifier()37 IInterface::asBinder(mBatteryStatService)->unlinkToDeath(mDeathNotifier); in ~BatteryNotifier()184 mDeathNotifier.clear(); in onBatteryStatServiceDied()208 mDeathNotifier = new DeathNotifier(); in getBatteryService_l()209 IInterface::asBinder(mBatteryStatService)->linkToDeath(mDeathNotifier); in getBatteryService_l()
66 sp<DeathNotifier> mDeathNotifier; variable
60 IInterface::asBinder(mCameraService)->unlinkToDeath(mDeathNotifier); in ~CameraManagerGlobal()63 mDeathNotifier.clear(); in ~CameraManagerGlobal()95 if (mDeathNotifier == nullptr) { in getCameraServiceLocked()96 mDeathNotifier = new DeathNotifier(this); in getCameraServiceLocked()98 binder->linkToDeath(mDeathNotifier); in getCameraServiceLocked()
85 sp<DeathNotifier> mDeathNotifier; variable
167 mCameraService->unlinkToDeath(mDeathNotifier); in ~CameraManagerGlobal()170 mDeathNotifier.clear(); in ~CameraManagerGlobal()232 if (mDeathNotifier == nullptr) { in getCameraService()233 mDeathNotifier = new DeathNotifier(this); in getCameraService()235 cameraServiceBinder->linkToDeath(mDeathNotifier, 0); in getCameraService()
94 sp<DeathNotifier> mDeathNotifier; variable
165 mDeathNotifier = new DeathNotifier(); in isCameraAvailable()167 IInterface::asBinder(mCameraRecordingProxy)->linkToDeath(mDeathNotifier); in isCameraAvailable()733 IInterface::asBinder(mCameraRecordingProxy)->unlinkToDeath(mDeathNotifier); in releaseCamera()
362 sp<DeathNotifier> mDeathNotifier; member6809 if (mDeathNotifier != NULL) { in stateEntered()6813 tOmxNode->unlinkToDeath(mDeathNotifier); in stateEntered()6816 mDeathNotifier.clear(); in stateEntered()6943 mDeathNotifier = new DeathNotifier(new AMessage(kWhatOMXDied, mCodec)); in onAllocateComponent()6945 if (tOmxNode && !tOmxNode->linkToDeath(mDeathNotifier, 0)) { in onAllocateComponent()6946 mDeathNotifier.clear(); in onAllocateComponent()
187 IInterface::asBinder(mAudioRecord)->unlinkToDeath(mDeathNotifier, this); in ~AudioRecord()898 IInterface::asBinder(mAudioRecord)->unlinkToDeath(mDeathNotifier, this); in createRecord_l()899 mDeathNotifier.clear(); in createRecord_l()952 mDeathNotifier = new DeathNotifier(this); in createRecord_l()953 IInterface::asBinder(mAudioRecord)->linkToDeath(mDeathNotifier, this); in createRecord_l()
333 IInterface::asBinder(mAudioTrack)->unlinkToDeath(mDeathNotifier, this); in ~AudioTrack()1783 IInterface::asBinder(mAudioTrack)->unlinkToDeath(mDeathNotifier, this); in createTrack_l()1784 mDeathNotifier.clear(); in createTrack_l()1885 mDeathNotifier = new DeathNotifier(this); in createTrack_l()1886 IInterface::asBinder(mAudioTrack)->linkToDeath(mDeathNotifier, this); in createTrack_l()
167 sp<DeathNotifier> mDeathNotifier; variable
177 sp<DeathNotifier> mDeathNotifier; member in AudioFlingerFuzzer186 mDeathNotifier = new DeathNotifier(); in AudioFlingerFuzzer()187 binder->linkToDeath(mDeathNotifier); in AudioFlingerFuzzer()
772 sp<DeathNotifier> mDeathNotifier; variable
1352 sp<DeathNotifier> mDeathNotifier; variable