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

/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_ulinux.c478 * GKI_exception problem due to btu->hci sleep request events */
1219 ** Function GKI_exception
1231 void GKI_exception (UINT16 code, char *msg) function
1236 GKI_ERROR_LOG( "GKI_exception(): Task State Table\n");
1246 GKI_ERROR_LOG("GKI_exception %d %s", code, msg);
1248 GKI_ERROR_LOG( "* GKI_exception(): %d %s\n", code, msg);
1267 GKI_TRACE("GKI_exception %d %s done", code, msg);
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c330 * GKI_exception problem due to btu->hci sleep request events */
982 ** Function GKI_exception
994 void GKI_exception (UINT16 code, char *msg) function
999 GKI_TRACE_ERROR_0( "GKI_exception(): Task State Table");
1009 GKI_TRACE_ERROR_2("GKI_exception %d %s", code, msg);
1011 GKI_TRACE_ERROR_2( "* GKI_exception(): %d %s", code, msg);
1030 GKI_TRACE_ERROR_2("GKI_exception %d %s done", code, msg);
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c330 * 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 120 milliseconds