Home
last modified time | relevance | path

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

/system/nfc/src/gki/common/
Dgki_common.h370 uint16_t ExceptionCnt; /* number of GKI exceptions that have happened */ member
Dgki_debug.c259 for (i = 0; i < gki_cb.com.ExceptionCnt; i++) { in gki_print_exception()
/system/nfc/halimpl/bcm2079x/gki/common/
Dgki_common.h370 uint16_t ExceptionCnt; /* number of GKI exceptions that have happened */ member
Dgki_debug.c259 for (i = 0; i < gki_cb.com.ExceptionCnt; i++) { in gki_print_exception()
/system/nfc/src/gki/ulinux/
Dgki_ulinux.c958 if (gki_cb.com.ExceptionCnt < GKI_MAX_EXCEPTION) { in GKI_exception()
961 pExp = &gki_cb.com.Exception[gki_cb.com.ExceptionCnt++]; in GKI_exception()
/system/nfc/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c979 if (gki_cb.com.ExceptionCnt < GKI_MAX_EXCEPTION) { in GKI_exception()
982 pExp = &gki_cb.com.Exception[gki_cb.com.ExceptionCnt++]; in GKI_exception()