Home
last modified time | relevance | path

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

/system/chre/platform/include/chre/platform/
Dlog.h57 #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/
Dnanoapp_loader.cc66 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 …]
Ddlfcn.cc28 LOGV("Attempting to find %s", symbol); in dlsym()
41 LOGV("Found symbol at %p", resolvedSymbol); in dlsym()
/system/core/healthd/
Dhealthd_mode_charger.cpp105 #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 …]
Dhealthd_draw.cpp26 #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()
DAnimationParser.cpp28 #define LOGV(x...) do { KLOG_DEBUG("charger", x); } while (0) macro
/system/chre/platform/slpi/include/chre/target_platform/
Dlog.h59 #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/
Dlog_message_parser_base.cc50 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()
Dsocket_client.cc143 LOGV("Receive thread started"); in receiveThread()
172 LOGV("Exiting receive thread"); in receiveThread()
Dsocket_server.cc201 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()
Dst_hal_lpma_handler.cc78 LOGV("Loading LPMA"); in load()
Ddaemon_base.cc155 LOGV("Delivering message from host (size %zu)", length); in sendMessageToChre()
/system/chre/host/common/include/chre_host/
Dlog.h49 #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/
Dplatform_audio.cc54 LOGV("Platform audio closing"); in ~PlatformAudio()
57 LOGV("Platform audio closed"); in ~PlatformAudio()
/system/chre/util/include/chre/util/nanoapp/
Dlog.h91 #define LOGV(fmt, ...) LOGV_TAG(LOG_TAG, fmt, ##__VA_ARGS__) macro
117 #define LOGV_SENSITIVE_INFO LOGV
/system/chre/host/msm/daemon/
Dfastrpc_daemon.cc171 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/
Dpower_test.cc145 LOGV("Received event type %" PRIu16, eventType); in nanoappHandleEvent()
/system/chre/platform/slpi/see/
Dplatform_sensor_manager.cc412 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/
Dhost_comms_manager.cc147 LOGV("Deferring message; destination app ID 0x%016" PRIx64 in sendMessageToNanoappFromHost()
/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc35 #define LOGV(format, ...) fprintf(stdout, LOG_TAG format, ##__VA_ARGS__) macro