/hardware/nxp/nfc/1.1/ |
D | Nfc.cpp | 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() 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 …]
|
D | Nfc.h | 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
|
/hardware/st/nfc/1.1/ |
D | Nfc.cpp | 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() [all …]
|
D | Nfc.h | 73 } else if (mCallbackV1_0 != nullptr) { in eventCallback() 74 auto ret = mCallbackV1_0->sendEvent((V1_0::NfcEvent)event, in eventCallback() 90 } else if (mCallbackV1_0 != nullptr) { in dataCallback() 91 auto ret = mCallbackV1_0->sendData(data); in dataCallback() 104 static sp<V1_0::INfcClientCallback> mCallbackV1_0; member
|
/hardware/nxp/nfc/1.2/ |
D | Nfc.cpp | 36 sp<V1_0::INfcClientCallback> Nfc::mCallbackV1_0 = nullptr; member in android::hardware::nfc::V1_2::implementation::Nfc 58 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 …]
|
D | Nfc.h | 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
|
/hardware/st/nfc/1.2/ |
D | Nfc.cpp | 39 sp<V1_0::INfcClientCallback> Nfc::mCallbackV1_0 = nullptr; member in android::hardware::nfc::V1_2::implementation::Nfc 61 mCallbackV1_0 = clientCallback; in open() 62 mCallbackV1_0->linkToDeath(this, 0 /*cookie*/); in open() 89 if (mCallbackV1_1 == nullptr && mCallbackV1_0 == nullptr) { in close() 98 if (mCallbackV1_0 != nullptr) { in close() 99 mCallbackV1_0->unlinkToDeath(this); in close() 100 mCallbackV1_0 = nullptr; in close() 122 if (mCallbackV1_1 == nullptr && mCallbackV1_0 == nullptr) { in closeForPowerOffCase() 132 if (mCallbackV1_0 != nullptr) { in closeForPowerOffCase() 133 mCallbackV1_0->unlinkToDeath(this); in closeForPowerOffCase() [all …]
|
D | Nfc.h | 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
|
/hardware/nxp/secure_element/1.1/ |
D | SecureElement.cpp | 33 sp<V1_0::ISecureElementHalCallback> SecureElement::mCallbackV1_0 = nullptr; member in android::hardware::secure_element::V1_1::implementation::SecureElement 50 mCallbackV1_0 = clientCallback; in init() 52 if (!mCallbackV1_0->linkToDeath(this, 0 /*cookie*/)) { in init() 92 mCallbackV1_0 = nullptr; in init_1_1() 437 if (mCallbackV1_0 != nullptr) { in serviceDied() 438 mCallbackV1_0->unlinkToDeath(this); in serviceDied() 439 mCallbackV1_0 = nullptr; in serviceDied() 493 } else if (mCallbackV1_0 != nullptr) { in onStateChange() 494 mCallbackV1_0->onStateChange(result); in onStateChange()
|
D | SecureElement.h | 76 static sp<V1_0::ISecureElementHalCallback> mCallbackV1_0; member
|
/hardware/st/secure_element/1.0/ |
D | SecureElement.cpp | 42 sp<V1_0::ISecureElementHalCallback> SecureElement::mCallbackV1_0 = nullptr; member in android::hardware::secure_element::V1_0::implementation::SecureElement 57 mCallbackV1_0 = clientCallback; in init() 58 if (!mCallbackV1_0->linkToDeath(this, 0 /*cookie*/)) { in init() 464 if (mCallbackV1_0 != nullptr) { in serviceDied() 465 mCallbackV1_0->unlinkToDeath(this); in serviceDied() 496 mCallbackV1_0->onStateChange(false); in seHalResetSe() 506 mCallbackV1_0->onStateChange(true); in seHalResetSe()
|
D | SecureElement.h | 69 static sp<V1_0::ISecureElementHalCallback> mCallbackV1_0; member
|
/hardware/nxp/secure_element/1.0/ |
D | SecureElement.cpp | 33 sp<V1_0::ISecureElementHalCallback> SecureElement::mCallbackV1_0 = nullptr; member in android::hardware::secure_element::V1_0::implementation::SecureElement 52 mCallbackV1_0 = clientCallback; in init() 53 if (!mCallbackV1_0->linkToDeath(this, 0 /*cookie*/)) { in init() 397 if (mCallbackV1_0 != nullptr) { in serviceDied() 398 mCallbackV1_0->unlinkToDeath(this); in serviceDied() 447 mCallbackV1_0->onStateChange(result); in onStateChange()
|
D | SecureElement.h | 71 static sp<V1_0::ISecureElementHalCallback> mCallbackV1_0; member
|
/hardware/st/secure_element/1.2/ |
D | SecureElement.cpp | 37 sp<V1_0::ISecureElementHalCallback> SecureElement::mCallbackV1_0 = nullptr; member in android::hardware::secure_element::V1_2::implementation::SecureElement 51 mCallbackV1_0 = clientCallback; in init() 53 if (!mCallbackV1_0->linkToDeath(this, 0 /*cookie*/)) { in init() 82 mCallbackV1_0 = nullptr; in init_1_1()
|
D | SecureElement.h | 78 static sp<V1_0::ISecureElementHalCallback> mCallbackV1_0; member
|
/hardware/st/secure_element/1.1/ |
D | SecureElement.cpp | 37 sp<V1_0::ISecureElementHalCallback> SecureElement::mCallbackV1_0 = nullptr; member in android::hardware::secure_element::V1_1::implementation::SecureElement 51 mCallbackV1_0 = clientCallback; in init() 53 if (!mCallbackV1_0->linkToDeath(this, 0 /*cookie*/)) { in init() 82 mCallbackV1_0 = nullptr; in init_1_1()
|
D | SecureElement.h | 77 static sp<V1_0::ISecureElementHalCallback> mCallbackV1_0; member
|