Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/BroadcastRadio/
DTuner.cpp92 sp<HalDeathRecipient> mHalDeathRecipient; member
177 ctx.mHalDeathRecipient = new HalDeathRecipient(getNativeCallback(env, jTuner)); in assignHalInterfaces()
178 halTuner->linkToDeath(ctx.mHalDeathRecipient, 0); in assignHalInterfaces()
220 ctx.mHalTuner->unlinkToDeath(ctx.mHalDeathRecipient); in nativeClose()
221 ctx.mHalDeathRecipient = nullptr; in nativeClose()