Lines Matching refs:mCallbackV1_0
37 sp<V1_0::INfcClientCallback> Nfc::mCallbackV1_0 = nullptr; member in android::hardware::nfc::V1_1::implementation::Nfc
59 mCallbackV1_0 = clientCallback; in open()
60 mCallbackV1_0->linkToDeath(this, 0 /*cookie*/); in open()
87 if (mCallbackV1_1 == nullptr && mCallbackV1_0 == nullptr) { in close()
97 if (mCallbackV1_0 != nullptr) { in close()
98 mCallbackV1_0->unlinkToDeath(this); in close()
99 mCallbackV1_0 = nullptr; in close()
121 if (mCallbackV1_1 == nullptr && mCallbackV1_0 == nullptr) { in closeForPowerOffCase()
131 if (mCallbackV1_0 != nullptr) { in closeForPowerOffCase()
132 mCallbackV1_0->unlinkToDeath(this); in closeForPowerOffCase()
133 mCallbackV1_0 = nullptr; in closeForPowerOffCase()