HomeSort by relevance Sort by last modified time
    Searched full:error_status (Results 1 - 7 of 7) sorted by null

  /external/libnfc-nxp/src/
phHciNfc_Sequence.c 620 status = psHciContext->error_status;
634 NFCSTATUS error_status,
647 HCI_DEBUG ("HCI : Error Status : %04X\n", error_status);
669 comp_info.status = error_status ;
679 comp_info.status = error_status ;
681 psHciContext->error_status = error_status;
685 psHciContext->error_status = NFCSTATUS_SUCCESS;
697 psHciContext->error_status = error_status;
    [all...]
phHciNfc_Sequence.h 354 NFCSTATUS error_status,
phHciNfc_Generic.h 691 NFCSTATUS error_status; member in struct:phHciNfc_sContext
    [all...]
  /external/srec/portable/src/
PFileWrap.c 225 int error_status; local
235 error_status = ferror ( (FILE *)self );
237 if ( error_status == 0 )
250 int error_status; local
264 error_status = ferror ( (FILE *)self );
266 if ( error_status == 0 )
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service.cc 171 if (READY_STATUS == status || ERROR_STATUS == status) {
202 SetModelStatus(ERROR_STATUS);
224 SetModelStatus(ERROR_STATUS);
237 SetModelStatus(ERROR_STATUS);
328 SetModelStatus(ERROR_STATUS);
331 SetModelStatus(ERROR_STATUS);
client_side_detection_service.h 127 ERROR_STATUS,
  /external/chromium/net/base/
x509_certificate_win.cc 97 int MapCertChainErrorStatusToCertStatus(DWORD error_status) {
104 if (error_status & kDateInvalidErrors)
110 if (error_status & kAuthorityInvalidErrors)
113 if ((error_status & CERT_TRUST_REVOCATION_STATUS_UNKNOWN) &&
114 !(error_status & CERT_TRUST_IS_OFFLINE_REVOCATION))
117 if (error_status & CERT_TRUST_IS_OFFLINE_REVOCATION)
120 if (error_status & CERT_TRUST_IS_REVOKED)
125 if (error_status & kWrongUsageErrors) {
145 if (error_status & kCertInvalidErrors)
910 DWORD error_status = chain_context->TrustStatus.dwErrorStatus; local
    [all...]

Completed in 328 milliseconds