Home
last modified time | relevance | path

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

/system/nfc/src/hal/include/
Dgki_hal_target.h205 #ifndef GKI_MAX_EXCEPTION
206 #define GKI_MAX_EXCEPTION 8 macro
/system/nfc/src/include/
Dgki_target.h285 #ifndef GKI_MAX_EXCEPTION
286 #define GKI_MAX_EXCEPTION 8 macro
/system/nfc/halimpl/bcm2079x/gki/common/
Dgki_common.h371 EXCEPTION_T Exception[GKI_MAX_EXCEPTION];
/system/nfc/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c980 if (gki_cb.com.ExceptionCnt < GKI_MAX_EXCEPTION) { in GKI_exception()