Home
last modified time | relevance | path

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

/system/nfc/src/include/
Dgki_target.h300 #ifndef GKI_MAX_EXCEPTION_MSGLEN
301 #define GKI_MAX_EXCEPTION_MSGLEN 64 macro
/system/nfc/src/hal/include/
Dgki_hal_target.h220 #ifndef GKI_MAX_EXCEPTION_MSGLEN
221 #define GKI_MAX_EXCEPTION_MSGLEN 64 macro
/system/nfc/src/gki/common/
Dgki_common.h109 uint8_t msg[GKI_MAX_EXCEPTION_MSGLEN];
/system/nfc/halimpl/bcm2079x/gki/common/
Dgki_common.h109 uint8_t msg[GKI_MAX_EXCEPTION_MSGLEN];
/system/nfc/src/gki/ulinux/
Dgki_ulinux.c964 strncpy((char*)pExp->msg, msg, GKI_MAX_EXCEPTION_MSGLEN - 1); in GKI_exception()
/system/nfc/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c985 strncpy((char*)pExp->msg, msg, GKI_MAX_EXCEPTION_MSGLEN - 1); in GKI_exception()