Searched refs:GKI_exception (Results 1 - 9 of 9) sorted by path

/external/bluetooth/bluedroid/gki/common/
H A Dgki.h216 GKI_API extern void GKI_exception (UINT16, char *);
H A Dgki_buffer.c113 GKI_exception (GKI_ERROR_BUF_SIZE_TOOBIG, "gki_alloc_free_queue: Not enough memory");
377 GKI_exception (GKI_ERROR_BUF_SIZE_ZERO, "getbuf: Size is zero");
390 GKI_exception (GKI_ERROR_BUF_SIZE_TOOBIG, "getbuf: Size is too big");
443 GKI_exception (GKI_ERROR_OUT_OF_BUFFERS, "getbuf: out of buffers");
471 GKI_exception(GKI_ERROR_GETPOOLBUF_BAD_QID, "getpoolbuf bad pool");
538 GKI_exception(GKI_ERROR_BUF_CORRUPTED, "Free - Buf Corrupted");
547 GKI_exception(GKI_ERROR_FREEBUF_BUF_LINKED, "Freeing Linked Buf");
553 GKI_exception(GKI_ERROR_FREEBUF_BAD_QID, "Bad Buf QId");
657 GKI_exception(GKI_ERROR_SEND_MSG_BAD_DEST, "Sending to unknown dest");
665 GKI_exception(GKI_ERROR_BUF_CORRUPTE
[all...]
/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_ulinux.c611 * GKI_exception problem due to btu->hci sleep request events */
1038 ** Function GKI_exception
1050 void GKI_exception (UINT16 code, char *msg) function
1055 ALOGE( "GKI_exception(): Task State Table");
1065 ALOGE("GKI_exception %d %s", code, msg);
1067 ALOGE( "* GKI_exception(): %d %s", code, msg);
1086 GKI_TRACE("GKI_exception %d %s done", code, msg);
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki.h500 GKI_API extern void GKI_exception (UINT16, char *);
H A Dgki_buffer.c126 GKI_exception (GKI_ERROR_BUF_SIZE_TOOBIG, "gki_alloc_free_queue: Not enough memory");
372 GKI_exception (GKI_ERROR_BUF_SIZE_ZERO, "getbuf: Size is zero");
388 GKI_exception (GKI_ERROR_BUF_SIZE_TOOBIG, "getbuf: Size is too big");
594 GKI_exception(GKI_ERROR_BUF_CORRUPTED, "Free - Buf Corrupted");
607 GKI_exception(GKI_ERROR_FREEBUF_BUF_LINKED, "Freeing Linked Buf");
613 GKI_exception(GKI_ERROR_FREEBUF_BAD_QID, "Bad Buf QId");
717 GKI_exception(GKI_ERROR_SEND_MSG_BAD_DEST, "Sending to unknown dest");
725 GKI_exception(GKI_ERROR_BUF_CORRUPTED, "Send - Buffer corrupted");
734 GKI_exception(GKI_ERROR_SEND_MSG_BUF_LINKED, "Send - buffer linked");
819 GKI_exception(GKI_ERROR_BUF_CORRUPTE
[all...]
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c331 * GKI_exception problem due to btu->hci sleep request events */
983 ** Function GKI_exception
995 void GKI_exception (UINT16 code, char *msg) function
1000 GKI_TRACE_ERROR_0( "GKI_exception(): Task State Table");
1010 GKI_TRACE_ERROR_2("GKI_exception %d %s", code, msg);
1012 GKI_TRACE_ERROR_2( "* GKI_exception(): %d %s", code, msg);
1031 GKI_TRACE_ERROR_2("GKI_exception %d %s done", code, msg);
/external/libnfc-nci/src/gki/common/
H A Dgki.h502 GKI_API extern void GKI_exception (UINT16, char *);
H A Dgki_buffer.c126 GKI_exception (GKI_ERROR_BUF_SIZE_TOOBIG, "gki_alloc_free_queue: Not enough memory");
372 GKI_exception (GKI_ERROR_BUF_SIZE_ZERO, "getbuf: Size is zero");
388 GKI_exception (GKI_ERROR_BUF_SIZE_TOOBIG, "getbuf: Size is too big");
594 GKI_exception(GKI_ERROR_BUF_CORRUPTED, "Free - Buf Corrupted");
607 GKI_exception(GKI_ERROR_FREEBUF_BUF_LINKED, "Freeing Linked Buf");
613 GKI_exception(GKI_ERROR_FREEBUF_BAD_QID, "Bad Buf QId");
717 GKI_exception(GKI_ERROR_SEND_MSG_BAD_DEST, "Sending to unknown dest");
725 GKI_exception(GKI_ERROR_BUF_CORRUPTED, "Send - Buffer corrupted");
734 GKI_exception(GKI_ERROR_SEND_MSG_BUF_LINKED, "Send - buffer linked");
819 GKI_exception(GKI_ERROR_BUF_CORRUPTE
[all...]
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c331 * GKI_exception problem due to btu->hci sleep request events */
960 ** Function GKI_exception
972 void GKI_exception (UINT16 code, char *msg) function
977 GKI_TRACE_ERROR_0( "GKI_exception(): Task State Table");
987 GKI_TRACE_ERROR_2("GKI_exception %d %s", code, msg);
989 GKI_TRACE_ERROR_2( "* GKI_exception(): %d %s", code, msg);
1008 GKI_TRACE_ERROR_2("GKI_exception %d %s done", code, msg);

Completed in 426 milliseconds