Searched refs:mHalDeathRecipient (Results 1 – 3 of 3) sorted by relevance
93 sp<HalDeathRecipient> mHalDeathRecipient; member178 ctx.mHalDeathRecipient = new HalDeathRecipient(getNativeCallback(env, jTuner)); in assignHalInterfaces()179 halTuner->linkToDeath(ctx.mHalDeathRecipient, 0); in assignHalInterfaces()221 ctx.mHalTuner->unlinkToDeath(ctx.mHalDeathRecipient); in nativeClose()222 ctx.mHalDeathRecipient = nullptr; in nativeClose()
404 mHalDeathRecipient = in setMotionClassifierEnabled()406 mHalDeathRecipient->linkToDeath(service->asBinder().get()); in setMotionClassifierEnabled()498 mHalDeathRecipient = nullptr; in setMotionClassifierLocked()
287 std::unique_ptr<ScopedDeathRecipient> mHalDeathRecipient GUARDED_BY(mLock);