Home
last modified time | relevance | path

Searched refs:lastErrorStatus (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc_NativeNfcManager.cpp45 static NFCSTATUS lastErrorStatus = NFCSTATUS_FAILED; variable
1906 lastErrorStatus = ret; in com_android_nfc_NfcManager_doCreateLlcpConnectionlessSocket()
1928 lastErrorStatus = ret; in com_android_nfc_NfcManager_doCreateLlcpConnectionlessSocket()
2018 lastErrorStatus = ret; in com_android_nfc_NfcManager_doCreateLlcpServiceSocket()
2039 lastErrorStatus = ret; in com_android_nfc_NfcManager_doCreateLlcpServiceSocket()
2057 lastErrorStatus = ret; in com_android_nfc_NfcManager_doCreateLlcpServiceSocket()
2145 lastErrorStatus = ret; in com_android_nfc_NfcManager_doCreateLlcpSocket()
2175 lastErrorStatus = ret; in com_android_nfc_NfcManager_doCreateLlcpSocket()
2212 TRACE("Last Error Status = 0x%02x",lastErrorStatus); in com_android_nfc_NfcManager_doGetLastError()
2214 if(lastErrorStatus == NFCSTATUS_BUFFER_TOO_SMALL) in com_android_nfc_NfcManager_doGetLastError()
[all …]