Home
last modified time | relevance | path

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

/external/libnfc-nci/src/gki/common/
Dgki_common.h342 … UINT16 ExceptionCnt; /* number of GKI exceptions that have happened */ member
Dgki_debug.c292 for (i = 0; i < gki_cb.com.ExceptionCnt; i++) in gki_print_exception()
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
Dgki_common.h342 … UINT16 ExceptionCnt; /* number of GKI exceptions that have happened */ member
Dgki_debug.c292 for (i = 0; i < gki_cb.com.ExceptionCnt; i++) in gki_print_exception()
/external/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.c996 if (gki_cb.com.ExceptionCnt < GKI_MAX_EXCEPTION) in GKI_exception()
1000 pExp = &gki_cb.com.Exception[gki_cb.com.ExceptionCnt++]; in GKI_exception()
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c1019 if (gki_cb.com.ExceptionCnt < GKI_MAX_EXCEPTION) in GKI_exception()
1023 pExp = &gki_cb.com.Exception[gki_cb.com.ExceptionCnt++]; in GKI_exception()