/system/chre/platform/include/chre/platform/ |
D | log.h | 45 #ifndef LOGW 79 #undef LOGW 80 #define LOGW(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) macro
|
/system/chre/platform/slpi/include/chre/target_platform/ |
D | log.h | 56 #define LOGW(fmt, ...) CHRE_BUFFER_LOG(CHRE_LOG_WARN, fmt, ##__VA_ARGS__) macro 72 #define LOGW(fmt, ...) \ macro 120 #define LOGW(fmt, ...) CHRE_SLPI_LOG(HIGH, fmt, ##__VA_ARGS__) macro 136 #define LOGW(fmt, ...) CHRE_SLPI_LOG(ASH_LOG_WARN, fmt, ##__VA_ARGS__) macro
|
/system/chre/host/common/ |
D | hal_client.cc | 79 LOGW("%s is already connected to CHRE HAL", mClientName.c_str()); in initConnection() 140 LOGW("%s is disconnected from CHRE HAL. Reconnecting...", in onHalDisconnected() 162 LOGW("Endpoint id %" PRIu16 " of %s is already connected", endpointId, in connectEndpoint() 182 LOGW("Endpoint id %" PRIu16 " of %s is already disconnected", in disconnectEndpoint() 202 LOGW("Endpoint id %" PRIu16 in sendMessage() 213 LOGW("CHRE has restarted. Reconnecting endpoints of %s", in tryReconnectEndpoints()
|
D | time_syncer.cc | 26 LOGW("Platform doesn't require time sync. Ignore the request."); in sendTimeSync() 44 LOGW("Platform doesn't require time sync. Ignore the request."); in sendTimeSyncWithRetry()
|
D | socket_client.cc | 88 LOGW("Tried sending a message, but don't have a valid socket handle"); in sendMessage() 94 LOGW("Failed to send data; remote side disconnected"); in sendMessage() 96 LOGW("Truncated packet, tried sending %zu bytes, only %zd went through", in sendMessage() 114 LOGW("Re-connecting socket with implicit disconnect"); in doConnect() 238 LOGW("Failed to (re)connect, next try in %" PRId32 " ms", in reconnect()
|
D | socket_server.cc | 100 LOGW("Got message but didn't deliver to any clients"); in sendToAllClients() 126 LOGW("Rejecting client request - maximum number of clients reached"); in acceptClientConnection() 218 LOGW("Client %" PRIu16 " disconnected before message could be delivered", in sendToClientSocket()
|
/system/core/healthd/ |
D | healthd_mode_charger.cpp | 97 #define LOGW(x...) KLOG_WARNING("charger", x); macro 222 LOGW("*************** LAST KMSG ***************\n"); in dump_last_kmsg() 240 LOGW("last_kmsg not found. Cold reset?\n"); in dump_last_kmsg() 265 LOGW("************* END LAST KMSG *************\n"); in dump_last_kmsg() 391 LOGW("[%" PRId64 "] animation missing or unknown battery status\n", now); in UpdateScreenState() 497 LOGW("[%" PRId64 "] booting from charger mode\n", now); in ProcessKey() 501 LOGW("[%" PRId64 "] rebooting\n", now); in ProcessKey() 576 LOGW("[%" PRId64 "] device unplugged: shutting down in %" PRId64 " (@ %" PRId64 ")\n", in HandlePowerSupplyState() 579 LOGW("[%" PRId64 "] shutting down\n", now); in HandlePowerSupplyState() 595 LOGW("[%" PRId64 "] device plugged in: shutdown cancelled\n", now); in HandlePowerSupplyState() [all …]
|
D | healthd_draw.cpp | 28 #define LOGW(x...) KLOG_WARNING("charger", x); macro 46 LOGW("draw_split_offset = %" PRId64 " overflow for an int; resetting to %d.\n", value, in get_split_offset() 51 LOGW("draw_split_offset = %" PRId64 " overflow for an int; resetting to %d.\n", value, in get_split_offset() 63 LOGW("No system font, screen fallback text not available\n"); in HealthdDraw() 254 LOGW("Charging, level unknown\n"); in draw_unknown()
|
/system/chre/util/include/chre/util/nanoapp/ |
D | tagged_log.h | 35 #define TLOGW LOGW 43 #define TLOGW(format, ...) LOGW("%s " format, LOG_TAG, ##__VA_ARGS__)
|
/system/chre/platform/tinysys/include/chre/target_platform/ |
D | log.h | 59 #define LOGW(fmt, arg...) \ macro 91 #define LOGW(fmt, arg...) \ macro
|
/system/chre/core/ |
D | timer_pool.cc | 118 LOGW("Failed to cancel timer ID %" PRIu32 ": not found", timerHandle); in cancelTimer() 120 LOGW("Failed to cancel timer ID %" PRIu32 ": permission denied", in cancelTimer() 274 LOGW("Failed to defer timer callback"); in handleExpiredTimersAndScheduleNextLocked() 326 LOGW("Timer callback invoked prior to expiry"); in handleSystemTimerCallback() 361 LOGW("Failed to deliver timer event"); in handleTimerExpiredCallback()
|
D | host_endpoint_manager.cc | 62 LOGW("Got disconnected event for nonexistent host endpoint ID 0x%" PRIx16, in hostNotificationCallback() 72 LOGW("Got connected event for an existing host endpoint ID 0x%" PRIx16, in hostNotificationCallback()
|
/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/ |
D | tracker_storage.cc | 36 LOGW("Empty tracker history found in tracker report"); in Refresh() 66 LOGW( in UpdateTrackerReport() 90 LOGW("There are too many trackers. Tracker count %zu max count %" PRId32, in AddTrackerReport()
|
/system/chre/platform/slpi/see/ |
D | island_vote_client.cc | 74 LOGW("Big image ref count begins"); in incrementBigImageRefCount() 94 LOGW("Big image ref count ends: %" PRIu64 " ms", duration); in decrementBigImageRefCount()
|
/system/chre/host/hal_generic/common/ |
D | multi_client_context_hub_base.cc | 280 LOGW("Attempted to disable app ID 0x%016" PRIx64 ", but not supported", in disableNanoapp() 287 LOGW("Attempted to enable app ID 0x%016" PRIx64 ", but not supported", appId); in enableNanoapp() 481 LOGW("Unable to remove host endpoint id %" PRIu16, in_hostEndpointId); in onHostEndpointDisconnected() 557 LOGW("Failed to request to unload nanoapp 0x%" PRIx64 in enableTestMode() 574 LOGW("Failed to unload nanoapp 0x%" PRIx64 " to enable test mode", appId); in enableTestMode() 627 LOGW("Received an unexpected time sync request from CHRE."); in handleMessageFromChre() 667 LOGW("Got unexpected message type %" PRIu8, in handleMessageFromChre() 779 LOGW("Client %" PRIu16 " transaction %" PRIu32 " fragment %" PRIu32 in onNanoappLoadResponse() 959 LOGW("Failed to write the Context Hub HAL dump banner"); in dump() 965 LOGW("Failed to write debug dump of HalClientManager. Size: %zu", in dump() [all …]
|
/system/chre/apps/test/common/chre_stress_test/src/ |
D | chre_stress_test_manager.cc | 81 LOGW("Got unknown event type from senderInstanceId %" PRIu32 in handleEvent() 248 LOGW("Unknown event type %" PRIu16, eventType); in handleDataFromChre() 312 LOGW("On-demand scan failed: code %" PRIu8, result->errorCode); in handleWifiAsyncResult() 570 LOGW("Platform has no location capability"); in handleGnssLocationStartCommand() 588 LOGW("Platform has no GNSS measurement capability"); in handleGnssMeasurementStartCommand() 606 LOGW("Platform has no WWAN cell info capability"); in handleWwanStartCommand() 624 LOGW("Platform has no WiFi scan monitoring capability"); in handleWifiScanMonitoringCommand() 663 LOGW("Platform has no sensor capability"); in handleSensorStartCommand() 705 LOGW("Failed to cancel timer"); in cancelTimer() 746 LOGW("Failed to make sensor request"); in makeSensorRequests() [all …]
|
/system/chre/apps/wifi_offload/ |
D | chre_scan_params_safe.cc | 60 LOGW("Too many ScanParams frequencies %zu truncated to max %" PRIu16, in UpdateFromScanParams() 74 LOGW("Too many ScanParams ssids %zu truncated to max %" PRIu8, in UpdateFromScanParams()
|
/system/chre/platform/zephyr/include/chre/target_platform/ |
D | log.h | 26 #define LOGW(...) LOG_WRN(__VA_ARGS__) macro
|
/system/chre/platform/linux/task_util/ |
D | task_manager.cc | 47 LOGW("Execution thread is shutting down. Cannot add a task."); in addTask() 69 LOGW("Execution thread is shutting down. Cannot cancel a task."); in cancelTask()
|
/system/chre/apps/wwan_world/ |
D | wwan_world.cc | 102 LOGW(" CDMA unsupported"); in logChreWwanInfo() 124 LOGW(" TD-SCDMA unsupported"); in logChreWwanInfo() 201 LOGW("Unhandled event type %" PRIu16, eventType); in nanoappHandleEvent()
|
/system/chre/platform/exynos/ |
D | chre_api_re.cc | 33 LOGW("%s", logBuf); in chreLog()
|
/system/chre/platform/linux/ |
D | chre_api_re.cc | 37 LOGW("%s", logBuf); in chreLog()
|
/system/chre/platform/tinysys/ |
D | chre_api_re.cc | 34 LOGW("%s", logBuf); in chreLog()
|
/system/chre/platform/slpi/see/include/ |
D | sns_osa.h | 42 #define SNS_LOG_WARN LOGW
|
/system/chre/platform/exynos/include/chre/target_platform/ |
D | log.h | 29 #define LOGW(fmt, ...) CHRE_EXYNOS_LOG(CHRE_LOG_WARN, fmt, ##__VA_ARGS__) macro
|