Home
last modified time | relevance | path

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

12

/system/chre/test/common/
Drun_tests.cc33 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/
Dpower_test.cc92 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/
Dlog.h53 #ifndef LOGD
61 #define LOGV LOGD
89 #undef LOGD
90 #define LOGD(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) macro
/system/chre/platform/slpi/
Dplatform_audio.cc37 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()
Dinit.cc213 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/
Ddebug.cc38 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/
Dfastrpc_daemon.cc72 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/
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_sensor_manager.cc36 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()
Dplatform_wifi.cc37 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()
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.cc73 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()
Dinit.cc36 LOGD("Delivering message from host (size %zu)", length); in onMessageReceivedFromClient()
/system/chre/platform/slpi/include/chre/target_platform/
Dlog.h58 #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/
Daudio_world.cc117 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/
Dunload_tester.cc46 LOGD("About to unload spammer nanoapp"); in handleUnload()
95 LOGD("Received %s event for spammer instance %" PRIu32, in nanoappHandleEvent()
/system/chre/core/
Dinit.cc38 LOGD("CHRE deinit"); in deinit()
Dsettings.cc97 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/
Dscope_timer_impl.h29 LOGD("ScopeTimer '%s' took %" PRIu64 "ns", mName, in ~ScopeTimer()
/system/chre/platform/linux/
Dchre_api_re.cc43 LOGD("%s", logBuf); in chreLog()
/system/chre/platform/slpi/see/include/
Dsns_osa.h41 #define SNS_LOG_DEBUG LOGD
/system/chre/platform/android/include/chre/target_platform/
Dlog.h39 #define LOGD(fmt, ...) CHRE_ANDROID_LOG(ANDROID_LOG_DEBUG, fmt, ##__VA_ARGS__) macro
/system/chre/util/include/chre/util/nanoapp/
Dlog.h82 #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/
Dwifi_offload.h50 #define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG, __VA_ARGS__) macro

12