Home
last modified time | relevance | path

Searched refs:GKI_exception (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/gki/common/
Dgki_buffer.cc104 GKI_exception(GKI_ERROR_BUF_SIZE_TOOBIG, in gki_alloc_free_queue()
289 GKI_exception(GKI_ERROR_BUF_SIZE_ZERO, "getbuf: Size is zero"); in GKI_getbuf()
299 GKI_exception(GKI_ERROR_BUF_SIZE_TOOBIG, "getbuf: Size is too big"); in GKI_getbuf()
456 GKI_exception(GKI_ERROR_FREEBUF_BUF_LINKED, "Freeing Linked Buf"); in GKI_freebuf()
461 GKI_exception(GKI_ERROR_FREEBUF_BAD_QID, "Bad Buf QId"); in GKI_freebuf()
471 GKI_exception(GKI_ERROR_BUF_CORRUPTED, "Free - Buf Corrupted"); in GKI_freebuf()
479 GKI_exception(GKI_ERROR_FREEBUF_BUF_LINKED, "Freeing Linked Buf"); in GKI_freebuf()
484 GKI_exception(GKI_ERROR_FREEBUF_BAD_QID, "Bad Buf QId"); in GKI_freebuf()
582 GKI_exception(GKI_ERROR_SEND_MSG_BAD_DEST, "Sending to unknown dest"); in GKI_send_msg()
589 GKI_exception(GKI_ERROR_BUF_CORRUPTED, "Send - Buffer corrupted"); in GKI_send_msg()
[all …]
Dgki.h443 extern void GKI_exception(uint16_t, std::string);
/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc876 void GKI_exception(uint16_t code, std::string msg) { in GKI_exception() function