Searched refs:debugDumpPrint (Results 1 – 11 of 11) sorted by relevance
/system/chre/core/ |
D | gnss_manager.cc | 41 debugDumpPrint(buffer, bufferPos, bufferSize,"\nGNSS:"); in logStateToBuffer() 116 debugDumpPrint(buffer, bufferPos, bufferSize, in logStateToBuffer() 119 debugDumpPrint(buffer, bufferPos, bufferSize, " Requests:\n"); in logStateToBuffer() 121 debugDumpPrint(buffer, bufferPos, bufferSize, in logStateToBuffer() 128 debugDumpPrint(buffer, bufferPos, bufferSize, " Transition queue:\n"); in logStateToBuffer() 130 debugDumpPrint(buffer, bufferPos, bufferSize, in logStateToBuffer()
|
D | wwan_request_manager.cc | 78 debugDumpPrint(buffer, bufferPos, bufferSize, "\nWWAN:\n"); in logStateToBuffer() 80 debugDumpPrint(buffer, bufferPos, bufferSize, in logStateToBuffer()
|
D | wifi_request_manager.cc | 262 debugDumpPrint(buffer, bufferPos, bufferSize, in logStateToBuffer() 265 debugDumpPrint(buffer, bufferPos, bufferSize, in logStateToBuffer() 268 debugDumpPrint(buffer, bufferPos, bufferSize, in logStateToBuffer() 273 debugDumpPrint(buffer, bufferPos, bufferSize, in logStateToBuffer() 278 debugDumpPrint(buffer, bufferPos, bufferSize, in logStateToBuffer() 281 debugDumpPrint(buffer, bufferPos, bufferSize, in logStateToBuffer()
|
D | nanoapp.cc | 93 debugDumpPrint( in logStateToBuffer()
|
D | event_loop.cc | 327 debugDumpPrint(buffer, bufferPos, bufferSize, "\nNanoapps:\n"); in logStateToBuffer() 332 debugDumpPrint(buffer, bufferPos, bufferSize, "\nEvent Loop:\n"); in logStateToBuffer() 333 debugDumpPrint(buffer, bufferPos, bufferSize, in logStateToBuffer()
|
D | audio_request_manager.cc | 118 debugDumpPrint(buffer, bufferPos, bufferSize, "\nAudio:\n"); in logStateToBuffer() 126 debugDumpPrint(buffer, bufferPos, bufferSize, in logStateToBuffer() 137 debugDumpPrint(buffer, bufferPos, bufferSize, in logStateToBuffer()
|
D | sensor_request_manager.cc | 434 debugDumpPrint(buffer, bufferPos, bufferSize, "\nSensors:\n"); in logStateToBuffer() 440 debugDumpPrint(buffer, bufferPos, bufferSize, " %s: mode=%d" in logStateToBuffer()
|
/system/chre/util/include/chre/util/system/ |
D | debug_dump.h | 35 void debugDumpPrint(char *buffer, size_t *bufferPos, size_t bufferSize,
|
/system/chre/util/system/ |
D | debug_dump.cc | 25 void debugDumpPrint(char *buffer, size_t *bufferPos, size_t bufferSize, in debugDumpPrint() function
|
/system/chre/platform/shared/ |
D | memory_manager.cc | 88 debugDumpPrint(buffer, bufferPos, bufferSize, in logStateToBuffer()
|
/system/chre/platform/slpi/ |
D | platform_nanoapp.cc | 387 debugDumpPrint(buffer, bufferPos, bufferSize, in logStateToBuffer()
|