Home
last modified time | relevance | path

Searched refs:LOGD (Results 1 – 25 of 38) sorted by relevance

12

/system/chre/platform/slpi/
Dplatform_audio.cc36 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()
Dinit.cc196 LOGD("Started CHRE thread"); in chre_slpi_start_thread()
237 LOGD("Tried to stop CHRE thread, but not running"); in chre_slpi_stop_thread()
Dchre_api_re.cc36 LOGD(logStr); in logToFarf()
/system/chre/util/nanoapp/
Ddebug.cc38 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/
Dlog.h54 #ifndef LOGD
83 #undef LOGD
84 #define LOGD(format, ...) chreLogNull(format, ##__VA_ARGS__) macro
Dstatic_nanoapp_init.h41 #undef LOGD
/system/chre/platform/shared/
Dplatform_wwan.cc33 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()
Dplatform_wifi.cc36 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()
Dplatform_gnss.cc37 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()
Dpal_system_api.cc58 LOGD(PAL_LOG_FORMAT_STR, logBuf); in palSystemApiLog()
/system/chre/platform/android/
Dhost_link.cc78 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()
Dinit.cc36 LOGD("Delivering message from host (size %zu)", length); in onMessageReceivedFromClient()
/system/chre/util/include/chre/util/nanoapp/
Dlog.h70 #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/
Dlog.h40 #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
Dcondition_variable_impl.h74 LOGD("Failed to cancel condition variable timer"); in wait_for()
/system/chre/apps/unload_tester/
Dunload_tester.cc43 LOGD("About to unload spammer nanoapp"); in handleUnload()
93 LOGD("Received %s event for spammer instance %" PRIu32, in nanoappHandleEvent()
/system/chre/core/
Dinit.cc49 LOGD("CHRE deinit"); in deinit()
/system/chre/util/include/chre/util/
Dscope_timer_impl.h29 LOGD("ScopeTimer '%s' took %" PRIu64 "ns", in ~ScopeTimer()
/system/chre/platform/linux/
Dchre_api_re.cc43 LOGD("%s", logBuf); in chreLog()
/system/chre/apps/audio_world/
Daudio_world.cc111 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/
Dlog.h42 #define LOGD(fmt, ...) \ macro
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
Dwifi_offload.h50 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro
/system/chre/platform/linux/include/chre/target_platform/
Dlog.h46 #define LOGD(fmt, ...) CHRE_LINUX_LOG("D", "97", fmt, ##__VA_ARGS__) macro
/system/chre/host/common/include/chre_host/
Dlog.h44 #define LOGD(format, ...) CHRE_LOG(LOG_DEBUG, format, ##__VA_ARGS__) macro
/system/chre/host/msm/daemon/
Dchre_daemon.cc218 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()

12