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()
261 GKI_exception(GKI_ERROR_BUF_SIZE_ZERO, "getbuf: Size is zero"); in GKI_getbuf()
271 GKI_exception(GKI_ERROR_BUF_SIZE_TOOBIG, "getbuf: Size is too big"); in GKI_getbuf()
403 GKI_exception(GKI_ERROR_BUF_CORRUPTED, "Free - Buf Corrupted"); in GKI_freebuf()
411 GKI_exception(GKI_ERROR_FREEBUF_BUF_LINKED, "Freeing Linked Buf"); in GKI_freebuf()
416 GKI_exception(GKI_ERROR_FREEBUF_BAD_QID, "Bad Buf QId"); in GKI_freebuf()
511 GKI_exception(GKI_ERROR_SEND_MSG_BAD_DEST, "Sending to unknown dest"); in GKI_send_msg()
518 GKI_exception(GKI_ERROR_BUF_CORRUPTED, "Send - Buffer corrupted"); in GKI_send_msg()
526 GKI_exception(GKI_ERROR_SEND_MSG_BUF_LINKED, "Send - buffer linked"); in GKI_send_msg()
603 GKI_exception(GKI_ERROR_BUF_CORRUPTED, "Enqueue - Buffer corrupted"); in GKI_enqueue()
[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