Searched defs:GKI_exception (Results 1 - 3 of 3) sorted by relevance

/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/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/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 319 milliseconds