Searched refs:mDeathObserver (Results 1 – 4 of 4) sorted by relevance
44 sp<IBinder::DeathRecipient> mDeathObserver; variable
160 mDeathObserver = new DeathObserver(*const_cast<SensorManager *>(this)); in assertStateLocked()161 IInterface::asBinder(mSensorServer)->linkToDeath(mDeathObserver); in assertStateLocked()
86 sp<IBinder::DeathRecipient> mDeathObserver; variable
89 mDeathObserver = new DeathObserver(*const_cast<ComposerService*>(this)); in connectLocked()90 IInterface::asBinder(mComposerService)->linkToDeath(mDeathObserver); in connectLocked()110 mDeathObserver = nullptr; in composerServiceDied()