Home
last modified time | relevance | path

Searched refs:LOGW (Results 1 – 25 of 96) sorted by relevance

1234

/system/chre/platform/include/chre/platform/
Dlog.h45 #ifndef LOGW
79 #undef LOGW
80 #define LOGW(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) macro
/system/chre/platform/slpi/include/chre/target_platform/
Dlog.h56 #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/
Dhal_client.cc79 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()
Dtime_syncer.cc26 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()
Dsocket_client.cc88 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()
Dsocket_server.cc100 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/
Dhealthd_mode_charger.cpp97 #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 …]
Dhealthd_draw.cpp28 #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/
Dtagged_log.h35 #define TLOGW LOGW
43 #define TLOGW(format, ...) LOGW("%s " format, LOG_TAG, ##__VA_ARGS__)
/system/chre/platform/tinysys/include/chre/target_platform/
Dlog.h59 #define LOGW(fmt, arg...) \ macro
91 #define LOGW(fmt, arg...) \ macro
/system/chre/core/
Dtimer_pool.cc118 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()
Dhost_endpoint_manager.cc62 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/
Dtracker_storage.cc36 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/
Disland_vote_client.cc74 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/
Dmulti_client_context_hub_base.cc280 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/
Dchre_stress_test_manager.cc81 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/
Dchre_scan_params_safe.cc60 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/
Dlog.h26 #define LOGW(...) LOG_WRN(__VA_ARGS__) macro
/system/chre/platform/linux/task_util/
Dtask_manager.cc47 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/
Dwwan_world.cc102 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/
Dchre_api_re.cc33 LOGW("%s", logBuf); in chreLog()
/system/chre/platform/linux/
Dchre_api_re.cc37 LOGW("%s", logBuf); in chreLog()
/system/chre/platform/tinysys/
Dchre_api_re.cc34 LOGW("%s", logBuf); in chreLog()
/system/chre/platform/slpi/see/include/
Dsns_osa.h42 #define SNS_LOG_WARN LOGW
/system/chre/platform/exynos/include/chre/target_platform/
Dlog.h29 #define LOGW(fmt, ...) CHRE_EXYNOS_LOG(CHRE_LOG_WARN, fmt, ##__VA_ARGS__) macro

1234