Lines Matching refs:V1_0
25 ? (V1_0::NfcStatus::OK) : (V1_0::NfcStatus::FAILED)
36 sp<V1_0::INfcClientCallback> Nfc::mCallbackV1_0 = nullptr;
38 Return<V1_0::NfcStatus> Nfc::open_1_1( in open_1_1()
42 return V1_0::NfcStatus::FAILED; in open_1_1()
51 Return<V1_0::NfcStatus> Nfc::open( in open()
52 const sp<V1_0::INfcClientCallback>& clientCallback) { in open()
56 return V1_0::NfcStatus::FAILED; in open()
72 Return<V1_0::NfcStatus> Nfc::coreInitialized(const hidl_vec<uint8_t>& data) { in coreInitialized()
78 Return<V1_0::NfcStatus> Nfc::prediscover() { in prediscover()
83 Return<V1_0::NfcStatus> Nfc::close() { in close()
85 return V1_0::NfcStatus::FAILED; in close()
100 Return<V1_0::NfcStatus> Nfc::controlGranted() { in controlGranted()
105 Return<V1_0::NfcStatus> Nfc::powerCycle() { in powerCycle()
116 Return<V1_0::NfcStatus> Nfc::closeForPowerOffCase() { in closeForPowerOffCase()
118 return V1_0::NfcStatus::FAILED; in closeForPowerOffCase()