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