/system/chre/test/common/ |
D | run_tests.cc | 33 LOGD("[==========] Running all tests."); in RunAllTestsStart() 37 LOGD("[==========] Done running all tests."); in RunAllTestsEnd() 38 LOGD("[ PASSED ] %d test(s).", run_tests_summary.passed_tests); in RunAllTestsEnd() 40 LOGD("[ FAILED ] %d test(s).", run_tests_summary.failed_tests); in RunAllTestsEnd() 45 LOGD("[ RUN ] %s.%s", test_case.suite_name, test_case.test_name); in TestCaseStart() 51 LOGD("[ OK ] %s.%s", test_case.suite_name, test_case.test_name); in TestCaseEnd() 54 LOGD("[ FAILED ] %s.%s", test_case.suite_name, test_case.test_name); in TestCaseEnd() 62 LOGD("%s:%d: Failure", test_case.file_name, expectation.line_number); in TestCaseExpect() 63 LOGD(" Expected: %s", expectation.expression); in TestCaseExpect() 64 LOGD(" Actual: %s", expectation.evaluated_expression); in TestCaseExpect() [all …]
|
/system/chre/apps/power_test/common/ |
D | power_test.cc | 92 LOGD("Wifi async result type %" PRIu8 " success %d error %" PRIu8, in nanoappHandleEvent() 99 LOGD("Wifi scan received with %" PRIu8 " results, scanType %" PRIu8 in nanoappHandleEvent() 107 LOGD("GNSS async result type %" PRIu8 " success %d error %" PRIu8, in nanoappHandleEvent() 112 LOGD("GNSS location received"); in nanoappHandleEvent() 115 LOGD("GNSS measurement received"); in nanoappHandleEvent() 118 LOGD("Cell info received"); in nanoappHandleEvent() 123 LOGD("Sensor sampling status change handle %" PRIu32 in nanoappHandleEvent() 132 LOGD("Audio data received with %" PRIu32 " samples", event->sampleCount); in nanoappHandleEvent() 138 LOGD("Audio sampling status event for handle %" PRIu32 ", suspended: %d", in nanoappHandleEvent()
|
/system/chre/platform/include/chre/platform/ |
D | log.h | 53 #ifndef LOGD 61 #define LOGV LOGD 89 #undef LOGD 90 #define LOGD(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) macro
|
/system/chre/platform/slpi/ |
D | platform_audio.cc | 37 LOGD("SPI audio handle %" PRIu32 " available: %d", handle, available); in handleAudioAvailability() 66 LOGD("Audio PAL open returned false"); in init() 69 LOGD("Opened audio PAL version 0x%08" PRIx32, mAudioApi->moduleVersion); in init() 91 LOGD("Enabling audio"); in setHandleEnabled() 103 LOGD("Deferring disable audio"); in setHandleEnabled() 157 LOGD("Disabling audio"); in onHostAwake()
|
D | init.cc | 213 LOGD("Started CHRE thread"); in chre_slpi_start_thread() 254 LOGD("Tried to stop CHRE thread, but not running"); in chre_slpi_stop_thread()
|
/system/chre/util/nanoapp/ |
D | debug.cc | 38 LOGD("Dumping first 128 bytes of buffer @ %p, size %zu", buffer, 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/host/msm/daemon/ |
D | fastrpc_daemon.cc | 72 LOGD("Successfully opened remote handle for sensorspd"); in init() 152 LOGD("Monitor thread started"); in monitorThreadEntry() 159 LOGD("Monitor thread exited"); in monitorThreadEntry() 167 LOGD("MsgToHost thread started"); in msgToHostThreadEntry() 177 LOGD("CHRE shutting down, exiting CHRE->Host message thread"); in msgToHostThreadEntry() 190 LOGD("Message to host thread exited"); in msgToHostThreadEntry()
|
/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_sensor_manager.cc | 36 LOGD("Platform sensor manager closing"); in ~PlatformSensorManager() 38 LOGD("Platform sensor manager closed"); in ~PlatformSensorManager() 49 LOGD("Opened Sensor PAL version 0x%08" PRIx32, mSensorApi->moduleVersion); in init() 72 LOGD("Found sensor: %s", sensor->sensorName); in getSensors() 74 LOGD("Sensor at index %" PRIu32 " has type %" PRIu8, i, in getSensors()
|
D | platform_wifi.cc | 37 LOGD("Platform WiFi closing"); in ~PlatformWifi() 40 LOGD("Platform WiFi closed"); in ~PlatformWifi() 52 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 | 73 LOGD("handleNanoappMessage"); in handleNanoappMessage() 87 LOGD("handleHubInfoRequest"); in handleHubInfoRequest() 138 LOGD("handleNanoappListRequest"); in handleNanoappListRequest() 152 LOGD("handleLoadNanoappRequest"); in handleLoadNanoappRequest() 163 LOGD("handleUnloadNanoappRequest"); in handleUnloadNanoappRequest() 172 LOGD("handleDebugDumpRequest"); in handleDebugDumpRequest()
|
D | init.cc | 36 LOGD("Delivering message from host (size %zu)", length); in onMessageReceivedFromClient()
|
/system/chre/platform/slpi/include/chre/target_platform/ |
D | log.h | 58 #define LOGD(fmt, ...) CHRE_BUFFER_LOG(CHRE_LOG_DEBUG, fmt, ##__VA_ARGS__) macro 76 #define LOGD(fmt, ...) \ macro 122 #define LOGD(fmt, ...) CHRE_SLPI_LOG(LOW, fmt, ##__VA_ARGS__) macro 138 #define LOGD(fmt, ...) CHRE_SLPI_LOG(ASH_LOG_DEBUG, fmt, ##__VA_ARGS__) macro
|
/system/chre/apps/audio_world/ |
D | audio_world.cc | 117 LOGD("Audio data - FFT [%s] at %" PRIu64 "ms with %" PRIu32 " samples", in handleAudioDataEvent() 123 LOGD("Audio sampling status event for handle %" PRIu32 ", suspended: %d", in handleAudioSamplingChangeEvent() 173 LOGD("Microphone setting status: %d", settingState); in nanoappStart()
|
/system/chre/apps/unload_tester/ |
D | unload_tester.cc | 46 LOGD("About to unload spammer nanoapp"); in handleUnload() 95 LOGD("Received %s event for spammer instance %" PRIu32, in nanoappHandleEvent()
|
/system/chre/core/ |
D | init.cc | 38 LOGD("CHRE deinit"); in deinit()
|
D | settings.cc | 97 LOGD("Setting changed callback called for setting %u state %u", in settingChangedCallback() 116 LOGD("Posting setting change: setting type %" PRIu8 " state %" PRIu8, in postSettingChange()
|
/system/chre/util/include/chre/util/ |
D | scope_timer_impl.h | 29 LOGD("ScopeTimer '%s' took %" PRIu64 "ns", mName, in ~ScopeTimer()
|
/system/chre/platform/linux/ |
D | chre_api_re.cc | 43 LOGD("%s", logBuf); in chreLog()
|
/system/chre/platform/slpi/see/include/ |
D | sns_osa.h | 41 #define SNS_LOG_DEBUG LOGD
|
/system/chre/platform/android/include/chre/target_platform/ |
D | log.h | 39 #define LOGD(fmt, ...) CHRE_ANDROID_LOG(ANDROID_LOG_DEBUG, fmt, ##__VA_ARGS__) macro
|
/system/chre/util/include/chre/util/nanoapp/ |
D | log.h | 82 #define LOGD(fmt, ...) LOGD_TAG(LOG_TAG, fmt, ##__VA_ARGS__) macro 115 #define LOGD_SENSITIVE_INFO LOGD
|
/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
|