Lines Matching refs:NfcStatus
29 ? (android::hardware::nfc::V1_0::NfcStatus::OK) \
30 : (android::hardware::nfc::V1_0::NfcStatus::FAILED)
43 Return<V1_0::NfcStatus> Nfc::open_1_1( in open_1_1()
48 return V1_0::NfcStatus::FAILED; in open_1_1()
57 Return<V1_0::NfcStatus> Nfc::open( in open()
62 return V1_0::NfcStatus::FAILED; in open()
77 Return<V1_0::NfcStatus> Nfc::coreInitialized(const hidl_vec<uint8_t>& data) { in coreInitialized()
83 Return<::android::hardware::nfc::V1_0::NfcStatus> Nfc::prediscover() { in prediscover()
88 Return<V1_0::NfcStatus> Nfc::close() { in close()
90 return V1_0::NfcStatus::FAILED; in close()
105 Return<V1_0::NfcStatus> Nfc::controlGranted() { in controlGranted()
110 Return<V1_0::NfcStatus> Nfc::powerCycle() { in powerCycle()
121 Return<V1_0::NfcStatus> Nfc::closeForPowerOffCase() { in closeForPowerOffCase()
123 return V1_0::NfcStatus::FAILED; in closeForPowerOffCase()