Home
last modified time | relevance | path

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

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