HomeSort by relevance Sort by last modified time
    Searched refs:GKI_exception (Results 1 - 3 of 3) sorted by null

  /system/nfc/src/gki/common/
gki_buffer.cc 104 GKI_exception(GKI_ERROR_BUF_SIZE_TOOBIG,
261 GKI_exception(GKI_ERROR_BUF_SIZE_ZERO, "getbuf: Size is zero");
271 GKI_exception(GKI_ERROR_BUF_SIZE_TOOBIG, "getbuf: Size is too big");
403 GKI_exception(GKI_ERROR_BUF_CORRUPTED, "Free - Buf Corrupted");
411 GKI_exception(GKI_ERROR_FREEBUF_BUF_LINKED, "Freeing Linked Buf");
416 GKI_exception(GKI_ERROR_FREEBUF_BAD_QID, "Bad Buf QId");
511 GKI_exception(GKI_ERROR_SEND_MSG_BAD_DEST, "Sending to unknown dest");
518 GKI_exception(GKI_ERROR_BUF_CORRUPTED, "Send - Buffer corrupted");
526 GKI_exception(GKI_ERROR_SEND_MSG_BUF_LINKED, "Send - buffer linked");
603 GKI_exception(GKI_ERROR_BUF_CORRUPTED, "Enqueue - Buffer corrupted")
    [all...]
gki.h 443 extern void GKI_exception(uint16_t, std::string);
  /system/nfc/src/gki/ulinux/
gki_ulinux.cc 297 * GKI_exception problem due to btu->hci sleep request events */
893 ** Function GKI_exception
905 void GKI_exception(uint16_t code, std::string msg) {
    [all...]

Completed in 72 milliseconds