Lines Matching refs:NfcStatus
25 ((x) == NFCSTATUS_SUCCESS) ? (V1_0::NfcStatus::OK) : (V1_0::NfcStatus::FAILED)
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()
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()