/system/chre/platform/slpi/ |
D | platform_audio.cc | 36 LOGD("SPI audio handle %" PRIu32 " available: %d", handle, available); in handleAudioAvailability() 52 LOGD("Platform audio closing"); in ~PlatformAudio() 55 LOGD("Platform audio closed"); in ~PlatformAudio() 64 LOGD("Audio PAL open returned false"); in init() 67 LOGD("Opened audio PAL version 0x%08" PRIx32, mAudioApi->moduleVersion); in init() 89 LOGD("Enabling audio"); in setHandleEnabled() 99 LOGD("Deferring disable audio"); in setHandleEnabled() 154 LOGD("Disabling audio"); in onHostAwake()
|
D | init.cc | 196 LOGD("Started CHRE thread"); in chre_slpi_start_thread() 237 LOGD("Tried to stop CHRE thread, but not running"); in chre_slpi_stop_thread()
|
D | chre_api_re.cc | 36 LOGD(logStr); in logToFarf()
|
/system/chre/util/nanoapp/ |
D | debug.cc | 38 LOGD("Dumping first 128 bytes of buffer @ %p, size %zu", in logBuffer() 42 LOGD("Dumping buffer @ %p, size %zu", buffer, bufferSize); in logBuffer() 54 LOGD(" %s\t%s", line, lineChars); in logBuffer() 71 LOGD(" %s%s%s", line, tabs, lineChars); in logBuffer()
|
/system/chre/platform/include/chre/platform/ |
D | log.h | 54 #ifndef LOGD 83 #undef LOGD 84 #define LOGD(format, ...) chreLogNull(format, ##__VA_ARGS__) macro
|
D | static_nanoapp_init.h | 41 #undef LOGD
|
/system/chre/platform/shared/ |
D | platform_wwan.cc | 33 LOGD("Platform WWAN closing"); in ~PlatformWwan() 36 LOGD("Platform WWAN closed"); in ~PlatformWwan() 48 LOGD("Opened WWAN PAL version 0x%08" PRIx32, mWwanApi->moduleVersion); in init()
|
D | platform_wifi.cc | 36 LOGD("Platform WiFi closing"); in ~PlatformWifi() 39 LOGD("Platform WiFi closed"); in ~PlatformWifi() 51 LOGD("Opened WiFi PAL version 0x%08" PRIx32, mWifiApi->moduleVersion); in init()
|
D | platform_gnss.cc | 37 LOGD("Platform GNSS closing"); in ~PlatformGnss() 40 LOGD("Platform GNSS closed"); in ~PlatformGnss() 52 LOGD("Opened GNSS PAL version 0x%08" PRIx32, mGnssApi->moduleVersion); in init()
|
D | pal_system_api.cc | 58 LOGD(PAL_LOG_FORMAT_STR, logBuf); in palSystemApiLog()
|
/system/chre/platform/android/ |
D | host_link.cc | 78 LOGD("handleNanoappMessage"); in handleNanoappMessage() 92 LOGD("handleHubInfoRequest"); in handleHubInfoRequest() 143 LOGD("handleNanoappListRequest"); in handleNanoappListRequest() 159 LOGD("handleLoadNanoappRequest"); in handleLoadNanoappRequest() 170 LOGD("handleUnloadNanoappRequest"); in handleUnloadNanoappRequest() 179 LOGD("handleDebugDumpRequest"); in handleDebugDumpRequest()
|
D | init.cc | 36 LOGD("Delivering message from host (size %zu)", length); in onMessageReceivedFromClient()
|
/system/chre/util/include/chre/util/nanoapp/ |
D | log.h | 70 #define LOGD(fmt, ...) CHRE_LOG(CHRE_LOG_DEBUG, fmt, ##__VA_ARGS__) macro 72 #define LOGD(fmt, ...) CHRE_LOG_NULL(fmt, ##__VA_ARGS__) macro
|
/system/chre/platform/slpi/include/chre/target_platform/ |
D | log.h | 40 #define LOGD(fmt, ...) CHRE_SLPI_LOG(HIGH, fmt, ##__VA_ARGS__) macro 54 #define LOGD(fmt, ...) CHRE_SLPI_LOG(ASH_LOG_DEBUG, fmt, ##__VA_ARGS__) macro
|
D | condition_variable_impl.h | 74 LOGD("Failed to cancel condition variable timer"); in wait_for()
|
/system/chre/apps/unload_tester/ |
D | unload_tester.cc | 43 LOGD("About to unload spammer nanoapp"); in handleUnload() 93 LOGD("Received %s event for spammer instance %" PRIu32, in nanoappHandleEvent()
|
/system/chre/core/ |
D | init.cc | 49 LOGD("CHRE deinit"); in deinit()
|
/system/chre/util/include/chre/util/ |
D | scope_timer_impl.h | 29 LOGD("ScopeTimer '%s' took %" PRIu64 "ns", in ~ScopeTimer()
|
/system/chre/platform/linux/ |
D | chre_api_re.cc | 43 LOGD("%s", logBuf); in chreLog()
|
/system/chre/apps/audio_world/ |
D | audio_world.cc | 111 LOGD("Audio data - FFT [%s] at %" PRIu64 "ms with %" PRIu32 " samples", in handleAudioDataEvent() 117 LOGD("Audio sampling status event for handle %" PRIu32 ", suspended: %d", in handleAudioSamplingChangeEvent()
|
/system/chre/platform/android/include/chre/target_platform/ |
D | log.h | 42 #define LOGD(fmt, ...) \ macro
|
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/ |
D | wifi_offload.h | 50 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro
|
/system/chre/platform/linux/include/chre/target_platform/ |
D | log.h | 46 #define LOGD(fmt, ...) CHRE_LINUX_LOG("D", "97", fmt, ##__VA_ARGS__) macro
|
/system/chre/host/common/include/chre_host/ |
D | log.h | 44 #define LOGD(format, ...) CHRE_LOG(LOG_DEBUG, format, ##__VA_ARGS__) macro
|
/system/chre/host/msm/daemon/ |
D | chre_daemon.cc | 218 LOGD(HUB_LOG_FORMAT_STR, timestampSeconds, log); in parseAndEmitLogMessages() 337 LOGD("Loading LPMA"); in loadLpma() 390 LOGD("Unloading LPMA"); in unloadLpma() 451 LOGD("Delaying retry %d for %uus", retryCount, retryDelay); in chreLpmaEnableThread() 749 LOGD("CHRE shutting down, exiting CHRE->Host message thread"); in chre_message_to_host_thread() 899 LOGD("Attaching to ADSP sensors PD"); in main()
|