/system/chre/platform/include/chre/platform/ |
D | log.h | 57 #ifndef LOGV 61 #define LOGV LOGD macro 94 #undef LOGV 95 #define LOGV(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) macro
|
/system/chre/platform/shared/ |
D | nanoapp_loader.cc | 66 LOGV("atexit invoked with %p", function); in atexitOverride() 345 LOGV("Program Hdr mem sz: %zu file size: %zu", hdr->p_memsz, hdr->p_filesz); in mapBss() 351 LOGV("Zeroing out %zu from page %x", deltaMem, endOfFile); in mapBss() 369 LOGV("Invoking init function"); in callInitArray() 550 LOGV("Verified ELF header %d", success); in copyAndVerifyHeaders() 557 LOGV("Verified Program headers %d", success); in copyAndVerifyHeaders() 574 LOGV("Loaded section headers %d", success); in copyAndVerifyHeaders() 589 LOGV("Loaded section header names %d", success); in copyAndVerifyHeaders() 592 LOGV("Verified Section headers %d", success); in copyAndVerifyHeaders() 614 LOGV("Loaded symbol table %d", success); in copyAndVerifyHeaders() [all …]
|
D | dlfcn.cc | 28 LOGV("Attempting to find %s", symbol); in dlsym() 41 LOGV("Found symbol at %p", resolvedSymbol); in dlsym()
|
/system/core/healthd/ |
D | healthd_mode_charger.cpp | 105 #define LOGV(x...) KLOG_DEBUG("charger", x); macro 302 LOGV("[%" PRId64 "] wait for battery capacity ready\n", now); in UpdateScreenState() 320 LOGV("[%" PRId64 "] leave screen off\n", now); in UpdateScreenState() 342 LOGV("[%" PRId64 "] animation done\n", now); in UpdateScreenState() 356 LOGV("[%" PRId64 "] animation starting\n", now); in UpdateScreenState() 377 LOGV("cur_frame=%d disp_time=%d\n", batt_anim_.cur_frame, disp_time); in UpdateScreenState() 441 LOGV("[%" PRId64 "] key[%d] down\n", now, code); in SetKeyCallback() 446 LOGV("[%" PRId64 "] key[%d] up (was down for %" PRId64 ".%" PRId64 "sec)\n", now, code, in SetKeyCallback() 482 LOGV("[%" PRId64 in ProcessKey() 596 LOGV("[%" PRId64 "] next screen: %" PRId64 " next key: %" PRId64 " next pwr: %" PRId64 "\n", in PrepareToWait() [all …]
|
D | healthd_draw.cpp | 26 #define LOGV(x...) KLOG_DEBUG("charger", x); macro 113 LOGV("drawing surface %dx%d+%d+%d\n", w, h, x, y); in draw_surface_centered() 117 LOGV("drawing surface %dx%d+%d+%d\n", w, h, x, y); in draw_surface_centered() 184 LOGV("drawing clock %s %d %d\n", clock_str, x, y); in draw_clock() 208 LOGV("drawing percent %s %d %d\n", str.c_str(), x, y); in draw_percent() 219 LOGV("drawing frame #%d min_cap=%d time=%d\n", anim->cur_frame, frame.min_level, in draw_battery()
|
D | AnimationParser.cpp | 28 #define LOGV(x...) do { KLOG_DEBUG("charger", x); } while (0) macro
|
/system/chre/platform/slpi/include/chre/target_platform/ |
D | log.h | 59 #define LOGV(fmt, ...) CHRE_BUFFER_LOG(CHRE_LOG_VERBOSE, fmt, ##__VA_ARGS__) macro 78 #define LOGV(fmt, ...) \ macro 123 #define LOGV(fmt, ...) CHRE_SLPI_LOG(LOW, fmt, ##__VA_ARGS__) macro 139 #define LOGV(fmt, ...) CHRE_SLPI_LOG(ASH_LOG_VERBOSE, fmt, ##__VA_ARGS__) macro
|
/system/chre/host/common/ |
D | log_message_parser_base.cc | 50 LOGV("Dumping first 128 bytes of buffer of size %zu", orig_size); in dump() 52 LOGV("Dumping buffer of size %zu bytes", size); in dump() 61 LOGV(" %s\t%s", line, lineChars); in dump() 77 LOGV(" %s%s%s", line, tabs, lineChars); in dump()
|
D | socket_client.cc | 143 LOGV("Receive thread started"); in receiveThread() 172 LOGV("Exiting receive thread"); in receiveThread()
|
D | socket_server.cc | 201 LOGV("Got %zd byte packet from client %" PRIu16, packetSize, clientId); in handleClientData() 239 LOGV("Delivered message of size %zu bytes to client %" PRIu16, length, in sendToClientSocket()
|
D | st_hal_lpma_handler.cc | 78 LOGV("Loading LPMA"); in load()
|
D | daemon_base.cc | 155 LOGV("Delivering message from host (size %zu)", length); in sendMessageToChre()
|
/system/chre/host/common/include/chre_host/ |
D | log.h | 49 #define LOGV(format, ...) chreLogNull(format, ##__VA_ARGS__) macro 51 #define LOGV(format, ...) CHRE_LOG(LOG_VERBOSE, stdout, format, ##__VA_ARGS__) macro
|
/system/chre/platform/slpi/ |
D | platform_audio.cc | 54 LOGV("Platform audio closing"); in ~PlatformAudio() 57 LOGV("Platform audio closed"); in ~PlatformAudio()
|
/system/chre/util/include/chre/util/nanoapp/ |
D | log.h | 91 #define LOGV(fmt, ...) LOGV_TAG(LOG_TAG, fmt, ##__VA_ARGS__) macro 117 #define LOGV_SENSITIVE_INFO LOGV
|
/system/chre/host/msm/daemon/ |
D | fastrpc_daemon.cc | 171 LOGV("Calling into chre_slpi_get_message_to_host"); in msgToHostThreadEntry() 174 LOGV("Got message from CHRE with size %u (result %d)", messageLen, result); in msgToHostThreadEntry()
|
/system/chre/apps/power_test/common/ |
D | power_test.cc | 145 LOGV("Received event type %" PRIu16, eventType); in nanoappHandleEvent()
|
/system/chre/platform/slpi/see/ |
D | platform_sensor_manager.cc | 412 LOGV("Num of SUIDs found for '%s': %zu", dataType, suids.size()); in getSuidAndAttrs() 421 LOGV("%s %s, hw id %" PRId64 ", max ODR %f Hz, stream type %" PRIu8 in getSuidAndAttrs() 524 LOGV("Found matching temperature sensor type"); in findAndAddSensorsForType()
|
/system/chre/core/ |
D | host_comms_manager.cc | 147 LOGV("Deferring message; destination app ID 0x%016" PRIx64 in sendMessageToNanoappFromHost()
|
/system/nfc/src/gki/ulinux/ |
D | gki_ulinux.cc | 35 #define LOGV(format, ...) fprintf(stdout, LOG_TAG format, ##__VA_ARGS__) macro
|