Home
last modified time | relevance | path

Searched refs:mDeathObserver (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/gui/include/private/gui/
DComposerService.h44 sp<IBinder::DeathRecipient> mDeathObserver; variable
/frameworks/native/libs/sensor/include/sensor/
DSensorManager.h85 sp<IBinder::DeathRecipient> mDeathObserver; variable
/frameworks/native/libs/sensor/
DSensorManager.cpp160 mDeathObserver = new DeathObserver(*const_cast<SensorManager *>(this)); in assertStateLocked()
161 IInterface::asBinder(mSensorServer)->linkToDeath(mDeathObserver); in assertStateLocked()
/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp86 mDeathObserver = new DeathObserver(*const_cast<ComposerService*>(this)); in connectLocked()
87 IInterface::asBinder(mComposerService)->linkToDeath(mDeathObserver); in connectLocked()
105 mDeathObserver = nullptr; in composerServiceDied()