Searched refs:mCallbackV1_0 (Results 1 – 8 of 8) sorted by relevance
37 sp<V1_0::INfcClientCallback> Nfc::mCallbackV1_0 = nullptr; member in android::hardware::nfc::V1_1::implementation::Nfc59 mCallbackV1_0 = clientCallback; in open()60 mCallbackV1_0->linkToDeath(this, 0 /*cookie*/); in open()85 if (mCallbackV1_1 == nullptr && mCallbackV1_0 == nullptr) { in close()94 if (mCallbackV1_0 != nullptr) { in close()95 mCallbackV1_0->unlinkToDeath(this); in close()96 mCallbackV1_0 = nullptr; in close()118 if (mCallbackV1_1 == nullptr && mCallbackV1_0 == nullptr) { in closeForPowerOffCase()127 if (mCallbackV1_0 != nullptr) { in closeForPowerOffCase()128 mCallbackV1_0->unlinkToDeath(this); in closeForPowerOffCase()[all …]
72 } else if (mCallbackV1_0 != nullptr) { in eventCallback()73 auto ret = mCallbackV1_0->sendEvent((V1_0::NfcEvent)event, in eventCallback()89 } else if (mCallbackV1_0 != nullptr) { in dataCallback()90 auto ret = mCallbackV1_0->sendData(data); in dataCallback()103 static sp<V1_0::INfcClientCallback> mCallbackV1_0; member
36 sp<V1_0::INfcClientCallback> Nfc::mCallbackV1_0 = nullptr; member in android::hardware::nfc::V1_2::implementation::Nfc58 mCallbackV1_0 = clientCallback; in open()59 mCallbackV1_0->linkToDeath(this, 0 /*cookie*/); in open()84 if (mCallbackV1_1 == nullptr && mCallbackV1_0 == nullptr) { in close()93 if (mCallbackV1_0 != nullptr) { in close()94 mCallbackV1_0->unlinkToDeath(this); in close()95 mCallbackV1_0 = nullptr; in close()117 if (mCallbackV1_1 == nullptr && mCallbackV1_0 == nullptr) { in closeForPowerOffCase()126 if (mCallbackV1_0 != nullptr) { in closeForPowerOffCase()127 mCallbackV1_0->unlinkToDeath(this); in closeForPowerOffCase()[all …]
74 } else if (mCallbackV1_0 != nullptr) { in eventCallback()75 auto ret = mCallbackV1_0->sendEvent((V1_0::NfcEvent)event, in eventCallback()91 } else if (mCallbackV1_0 != nullptr) { in dataCallback()92 auto ret = mCallbackV1_0->sendData(data); in dataCallback()105 static sp<V1_0::INfcClientCallback> mCallbackV1_0; member
33 sp<V1_0::ISecureElementHalCallback> SecureElement::mCallbackV1_0 = nullptr; member in android::hardware::secure_element::V1_1::implementation::SecureElement50 mCallbackV1_0 = clientCallback; in init()52 if (!mCallbackV1_0->linkToDeath(this, 0 /*cookie*/)) { in init()92 mCallbackV1_0 = nullptr; in init_1_1()438 if (mCallbackV1_0 != nullptr) { in serviceDied()439 mCallbackV1_0->unlinkToDeath(this); in serviceDied()440 mCallbackV1_0 = nullptr; in serviceDied()494 } else if (mCallbackV1_0 != nullptr) { in onStateChange()495 mCallbackV1_0->onStateChange(result); in onStateChange()
76 static sp<V1_0::ISecureElementHalCallback> mCallbackV1_0; member
33 sp<V1_0::ISecureElementHalCallback> SecureElement::mCallbackV1_0 = nullptr; member in android::hardware::secure_element::V1_0::implementation::SecureElement52 mCallbackV1_0 = clientCallback; in init()53 if (!mCallbackV1_0->linkToDeath(this, 0 /*cookie*/)) { in init()398 if (mCallbackV1_0 != nullptr) { in serviceDied()399 mCallbackV1_0->unlinkToDeath(this); in serviceDied()448 mCallbackV1_0->onStateChange(result); in onStateChange()
71 static sp<V1_0::ISecureElementHalCallback> mCallbackV1_0; member