Searched refs:mDeathNotifier (Results 1 – 13 of 13) 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()
57 IInterface::asBinder(mCameraService)->unlinkToDeath(mDeathNotifier); in ~CameraManagerGlobal()60 mDeathNotifier.clear(); in ~CameraManagerGlobal()98 if (mDeathNotifier == nullptr) { in getCameraServiceLocked()99 mDeathNotifier = new DeathNotifier(this); in getCameraServiceLocked()101 binder->linkToDeath(mDeathNotifier); in getCameraServiceLocked()
82 sp<DeathNotifier> mDeathNotifier; variable
166 mCameraService->unlinkToDeath(mDeathNotifier); in ~CameraManagerGlobal()169 mDeathNotifier.clear(); in ~CameraManagerGlobal()231 if (mDeathNotifier == nullptr) { in getCameraService()232 mDeathNotifier = new DeathNotifier(this); in getCameraService()234 cameraServiceBinder->linkToDeath(mDeathNotifier, 0); in getCameraService()
90 sp<DeathNotifier> mDeathNotifier; variable
66 sp<DeathNotifier> mDeathNotifier; variable
182 IInterface::asBinder(mAudioRecord)->unlinkToDeath(mDeathNotifier, this); in ~AudioRecord()823 IInterface::asBinder(mAudioRecord)->unlinkToDeath(mDeathNotifier, this); in createRecord_l()824 mDeathNotifier.clear(); in createRecord_l()873 mDeathNotifier = new DeathNotifier(this); in createRecord_l()874 IInterface::asBinder(mAudioRecord)->linkToDeath(mDeathNotifier, this); in createRecord_l()
314 IInterface::asBinder(mAudioTrack)->unlinkToDeath(mDeathNotifier, this); in ~AudioTrack()1519 IInterface::asBinder(mAudioTrack)->unlinkToDeath(mDeathNotifier, this); in createTrack_l()1520 mDeathNotifier.clear(); in createTrack_l()1610 mDeathNotifier = new DeathNotifier(this); in createTrack_l()1611 IInterface::asBinder(mAudioTrack)->linkToDeath(mDeathNotifier, this); in createTrack_l()
199 sp<DeathNotifier> mDeathNotifier; variable
728 sp<DeathNotifier> mDeathNotifier; variable
1231 sp<DeathNotifier> mDeathNotifier; variable
260 mDeathNotifier = new DeathNotifier(); in isCameraAvailable()262 IInterface::asBinder(mCameraRecordingProxy)->linkToDeath(mDeathNotifier); in isCameraAvailable()871 IInterface::asBinder(mCameraRecordingProxy)->unlinkToDeath(mDeathNotifier); in releaseCamera()
347 sp<DeathNotifier> mDeathNotifier; member6575 if (mDeathNotifier != NULL) { in stateEntered()6579 tOmxNode->unlinkToDeath(mDeathNotifier); in stateEntered()6582 mDeathNotifier.clear(); in stateEntered()6708 mDeathNotifier = new DeathNotifier(new AMessage(kWhatOMXDied, mCodec)); in onAllocateComponent()6710 if (tOmxNode && !tOmxNode->linkToDeath(mDeathNotifier, 0)) { in onAllocateComponent()6711 mDeathNotifier.clear(); in onAllocateComponent()