HomeSort by relevance Sort by last modified time
    Searched refs:GKI_TRACE (Results 1 - 6 of 6) sorted by null

  /external/bluetooth/bluedroid/gki/common/
gki_debug.c 53 GKI_TRACE("");
54 GKI_TRACE("--- GKI Buffer Pool Summary (R - restricted, P - public) ---");
56 GKI_TRACE("POOL SIZE USED MAXU TOTAL");
57 GKI_TRACE("------------------------------");
63 GKI_TRACE("%02d: (R), %4d, %3d, %3d, %3d",
68 GKI_TRACE("%02d: (P), %4d, %3d, %3d, %3d",
93 GKI_TRACE("pool:%4u free %4u cur %3u max %3u total%3u", i, gki_cb.com.freeq[i].size,
139 GKI_TRACE("Service not available under insight");
143 GKI_TRACE("TID TASKNAME STATE FREE_STACK STACK");
148 GKI_TRACE("%2u %-8s %-5s 0x%04X 0x%04X Bytes"
    [all...]
gki_buffer.c 98 GKI_TRACE("\ngki_alloc_free_queue in, id:%d \n", (int)id );
108 GKI_TRACE("\ngki_alloc_free_queue calling gki_init_free_queue, id:%d size:%d, totol:%d\n", id, Q->size, Q->total);
110 GKI_TRACE("\ngki_alloc_free_queue ret OK, id:%d size:%d, totol:%d\n", id, Q->size, Q->total);
115 GKI_TRACE("\ngki_alloc_free_queue out failed, id:%d\n", id);
    [all...]
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 378 GKI_TRACE( "GKI_create_task %x %d %s %x %d", (int)task_entry, (int)task_id,
408 GKI_TRACE("GKI creating task %i\n", task_id);
410 GKI_TRACE("GKI creating JOINABLE task %i\n", task_id);
436 GKI_TRACE("PBS SQL lowest priority task");
454 GKI_TRACE( "Leaving GKI_create_task %x %d %x %s %x %d\n",
679 GKI_TRACE("gki_set_timer_scheduling(()::scheduler current policy: %d", policy);
686 GKI_TRACE("sched_setscheduler() failed with error: %d", errno);
691 GKI_TRACE( "getscheduler failed: %d", errno);
710 GKI_TRACE( "GKI_run(): Start/Stop GKI_timer_update_registered!" );
773 GKI_TRACE("GKI_wait %d %x %d", (int)rtask, (int)flag, (int)timeout)
    [all...]
  /external/bluetooth/bluedroid/include/
gki_target.h 48 #define GKI_TRACE(fmt, ...) ALOGI ("%s: " fmt, __FUNCTION__, ## __VA_ARGS__)
50 #define GKI_TRACE(fmt, ...)
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 123 void GKI_TRACE(char *fmt, ...)
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 120 void GKI_TRACE(char *fmt, ...)
    [all...]

Completed in 623 milliseconds