Searched refs:GKI_exception (Results 1 – 4 of 4) 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() 313 GKI_exception(GKI_ERROR_BUF_SIZE_ZERO, "getbuf: Size is zero"); in GKI_getbuf() 323 GKI_exception(GKI_ERROR_BUF_SIZE_TOOBIG, "getbuf: Size is too big"); in GKI_getbuf() 484 GKI_exception(GKI_ERROR_BUF_CORRUPTED, "Free - Buf Corrupted"); in GKI_freebuf() 492 GKI_exception(GKI_ERROR_FREEBUF_BUF_LINKED, "Freeing Linked Buf"); in GKI_freebuf() 497 GKI_exception(GKI_ERROR_FREEBUF_BAD_QID, "Bad Buf QId"); in GKI_freebuf() 604 GKI_exception(GKI_ERROR_SEND_MSG_BAD_DEST, "Sending to unknown dest"); in GKI_send_msg() 611 GKI_exception(GKI_ERROR_BUF_CORRUPTED, "Send - Buffer corrupted"); in GKI_send_msg() 619 GKI_exception(GKI_ERROR_SEND_MSG_BUF_LINKED, "Send - buffer linked"); in GKI_send_msg() 696 GKI_exception(GKI_ERROR_BUF_CORRUPTED, "Enqueue - Buffer corrupted"); in GKI_enqueue() [all …]
|
D | gki.h | 449 extern void GKI_exception(uint16_t, std::string);
|
/system/nfc/src/fuzzers/integration/fakes/ |
D | gki_ulinux_fakes.cc | 15 void GKI_exception(uint16_t, std::string s) { LOG(ERROR) << s; } in GKI_exception() function
|
/system/nfc/src/gki/ulinux/ |
D | gki_ulinux.cc | 867 void GKI_exception(uint16_t code, std::string msg) { in GKI_exception() function
|