Lines Matching refs:NfcStatus
30 * If open() returns NfcStatus::OK, the NCI stack will wait for a
33 * If open() returns NfcStatus::FAILED, the NCI stack will stop.
38 open(INfcClientCallback clientCallback) generates (NfcStatus status);
56 * If coreInitialized() returns NfcStatus::OK, the NCI stack will wait for a
59 * If coreInitialized() returns NfcStatus::FAILED, the NCI stack will
63 coreInitialized(NfcData data) generates (NfcStatus status);
70 * If prediscover() returns NfcStatus::OK, the NCI stack will wait for a
73 * If prediscover() returns NfcStatus::FAILED, the NCI stack will start
77 prediscover() generates (NfcStatus status);
82 * @return NfcStatus::OK on success and NfcStatus::FAILED on error.
85 close() generates (NfcStatus status);
93 * @return NfcStatus::OK on success and NfcStatus::FAILED on error.
96 controlGranted() generates (NfcStatus status);
102 * @return NfcStatus::OK on success and NfcStatus::FAILED on error.
105 powerCycle() generates (NfcStatus status);