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

/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_ulinux.c53 #define GKI_ERROR_LOG(fmt, ...) ALOGE ("##### ERROR : %s: " fmt "#####", __FUNCTION__, ## __VA_ARGS__) macro
256 GKI_ERROR_LOG("Error! task ID > max task allowed");
295 GKI_ERROR_LOG("pthread_create failed(%d), %s!\n\r", ret, taskname);
378 GKI_ERROR_LOG( "pthread_join() FAILED: result: %d", result );
410 GKI_ERROR_LOG("%s: Wrong context - current task %d is not the given task id %d",\
503 // GKI_ERROR_LOG( "GKI_shutdown(): task %s dead\n", gki_cb.com.OSTName[task_id]);
692 GKI_ERROR_LOG("tick delayed > 5 slots (%d,%d) -- cpu overload ? ",
811 GKI_ERROR_LOG("pthread_create failed to create timer_thread!\n\r");
1236 GKI_ERROR_LOG( "GKI_exception(): Task State Table\n");
1240 GKI_ERROR_LOG( "TAS
[all...]

Completed in 52 milliseconds