Lines Matching refs:NfcStatus
26 ((x) == NFCSTATUS_SUCCESS) ? (V1_0::NfcStatus::OK) : (V1_0::NfcStatus::FAILED)
39 Return<V1_0::NfcStatus> Nfc::open_1_1( in open_1_1()
43 return V1_0::NfcStatus::FAILED; in open_1_1()
52 Return<V1_0::NfcStatus> Nfc::open( in open()
57 return V1_0::NfcStatus::FAILED; in open()
73 Return<V1_0::NfcStatus> Nfc::coreInitialized(const hidl_vec<uint8_t>& data) { in coreInitialized()
79 Return<V1_0::NfcStatus> Nfc::prediscover() { in prediscover()
84 Return<V1_0::NfcStatus> Nfc::close() { in close()
86 return V1_0::NfcStatus::FAILED; in close()
101 Return<V1_0::NfcStatus> Nfc::controlGranted() { in controlGranted()
106 Return<V1_0::NfcStatus> Nfc::powerCycle() { in powerCycle()
117 Return<V1_0::NfcStatus> Nfc::closeForPowerOffCase() { in closeForPowerOffCase()
119 return V1_0::NfcStatus::FAILED; in closeForPowerOffCase()