Home
last modified time | relevance | path

Searched refs:GKI_ERROR_LOG (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/gki/ulinux/
Dgki_ulinux.c53 #define GKI_ERROR_LOG(fmt, ...) ALOGE ("##### ERROR : %s: " fmt "#####", __FUNCTION__, ## __VA_ARG… macro
256 GKI_ERROR_LOG("Error! task ID > max task allowed"); in GKI_create_task()
295 GKI_ERROR_LOG("pthread_create failed(%d), %s!\n\r", ret, taskname); in GKI_create_task()
378 GKI_ERROR_LOG( "pthread_join() FAILED: result: %d", result ); in GKI_destroy_task()
410 GKI_ERROR_LOG("%s: Wrong context - current task %d is not the given task id %d",\ in GKI_task_self_cleanup()
692 GKI_ERROR_LOG("tick delayed > 5 slots (%d,%d) -- cpu overload ? ", in timer_thread()
811 GKI_ERROR_LOG("pthread_create failed to create timer_thread!\n\r"); in GKI_run()
1236 GKI_ERROR_LOG( "GKI_exception(): Task State Table\n"); in GKI_exception()
1240 GKI_ERROR_LOG( "TASK ID [%d] task name [%s] state [%d]\n", in GKI_exception()
1246 GKI_ERROR_LOG("GKI_exception %d %s", code, msg); in GKI_exception()
[all …]