Searched refs:GKI_exception (Results 1 – 3 of 3) sorted by relevance
/system/nfc/src/gki/common/ |
D | gki_buffer.cc | 106 GKI_exception(GKI_ERROR_BUF_SIZE_TOOBIG, in gki_alloc_free_queue() 315 GKI_exception(GKI_ERROR_BUF_SIZE_ZERO, "getbuf: Size is zero"); in GKI_getbuf() 325 GKI_exception(GKI_ERROR_BUF_SIZE_TOOBIG, "getbuf: Size is too big"); in GKI_getbuf() 485 GKI_exception(GKI_ERROR_BUF_CORRUPTED, "Free - Buf Corrupted"); in GKI_freebuf() 493 GKI_exception(GKI_ERROR_FREEBUF_BUF_LINKED, "Freeing Linked Buf"); in GKI_freebuf() 498 GKI_exception(GKI_ERROR_FREEBUF_BAD_QID, "Bad Buf QId"); in GKI_freebuf() 605 GKI_exception(GKI_ERROR_SEND_MSG_BAD_DEST, "Sending to unknown dest"); in GKI_send_msg() 612 GKI_exception(GKI_ERROR_BUF_CORRUPTED, "Send - Buffer corrupted"); in GKI_send_msg() 620 GKI_exception(GKI_ERROR_SEND_MSG_BUF_LINKED, "Send - buffer linked"); in GKI_send_msg() 697 GKI_exception(GKI_ERROR_BUF_CORRUPTED, "Enqueue - Buffer corrupted"); in GKI_enqueue() [all …]
|
D | gki.h | 443 extern void GKI_exception(uint16_t, std::string);
|
/system/nfc/src/gki/ulinux/ |
D | gki_ulinux.cc | 876 void GKI_exception(uint16_t code, std::string msg) { in GKI_exception() function
|