/system/chre/platform/include/chre/platform/ |
D | log.h | 46 #ifndef LOGW 73 #undef LOGW 74 #define LOGW(format, ...) chreLogNull(format, ##__VA_ARGS__) macro
|
D | static_nanoapp_init.h | 39 #undef LOGW
|
/system/chre/host/common/ |
D | socket_client.cc | 85 LOGW("Tried sending a message, but don't have a valid socket handle"); in sendMessage() 91 LOGW("Failed to send data; remote side disconnected"); in sendMessage() 93 LOGW("Truncated packet, tried sending %zu bytes, only %zd went through", in sendMessage() 111 LOGW("Re-connecting socket with implicit disconnect"); in doConnect() 195 LOGW("Failed to (re)connect, next try in %" PRId32 " ms", delay.count()); in reconnect()
|
D | socket_server.cc | 122 LOGW("Got message but didn't deliver to any clients"); in sendToAllClients() 148 LOGW("Rejecting client request - maximum number of clients reached"); in acceptClientConnection() 235 LOGW("Client %" PRIu16 " disconnected before message could be delivered", in sendToClientSocket()
|
/system/core/healthd/ |
D | healthd_mode_charger.cpp | 84 #define LOGW(x...) do { KLOG_WARNING("charger", x); } while (0) macro 217 LOGW("\n"); in dump_last_kmsg() 218 LOGW("*************** LAST KMSG ***************\n"); in dump_last_kmsg() 219 LOGW("\n"); in dump_last_kmsg() 225 LOGW("last_kmsg not found. Cold reset?\n"); in dump_last_kmsg() 254 LOGW("\n"); in dump_last_kmsg() 255 LOGW("************* END LAST KMSG *************\n"); in dump_last_kmsg() 256 LOGW("\n"); in dump_last_kmsg() 535 LOGW("[%" PRId64 "] animation missing or unknown battery status\n", now); in update_screen_state() 634 LOGW("[%" PRId64 "] booting from charger mode\n", now); in process_key() [all …]
|
/system/chre/core/ |
D | sensor_request_manager.cc | 71 LOGW("Platform returned zero sensors"); in SensorRequestManager() 99 LOGW("Querying for unknown sensor type"); in getSensorHandle() 118 LOGW("Attempting to configure an invalid handle"); in setSensorRequest() 128 LOGW("Attempting to configure non-existent sensor"); in setSensorRequest() 197 LOGW("Attempting to access sensor with an invalid handle %" PRIu32, in getSensorInfo() 225 LOGW("Attempting to remove all requests of an invalid sensor type"); in removeAllRequests() 244 LOGW("Attempting to get Sensor of an invalid SensorType"); in getSensor()
|
D | host_comms_manager.cc | 41 LOGW("Rejecting malformed message (null data but non-zero size)"); in sendMessageToHostFromCurrentNanoapp() 43 LOGW("Rejecting message of size %zu bytes (max %d)", in sendMessageToHostFromCurrentNanoapp() 46 LOGW("Rejecting message to invalid host endpoint"); in sendMessageToHostFromCurrentNanoapp()
|
D | timer_pool.cc | 76 LOGW("Failed to cancel timer ID %" PRIu32 ": not found", timerHandle); in cancelTimer() 78 LOGW("Failed to cancel timer ID %" PRIu32 ": permission denied", in cancelTimer()
|
/system/chre/util/include/chre/util/nanoapp/ |
D | log.h | 48 #define LOGW(fmt, ...) chreLog(CHRE_LOG_WARN, LOG_TAG " " fmt, ##__VA_ARGS__) macro 50 #define LOGW(fmt, ...) chreLogNull(fmt, ##__VA_ARGS__) macro
|
/system/chre/platform/slpi/include/chre/target_platform/ |
D | log.h | 31 #define LOGW(fmt, ...) FARF(HIGH, fmt, ##__VA_ARGS__) macro
|
/system/chre/platform/linux/include/chre/target_platform/ |
D | log.h | 31 #define LOGW(fmt, ...) CHRE_LINUX_LOG("W", "93", fmt, ##__VA_ARGS__) macro
|
/system/chre/platform/shared/ |
D | platform_wwan.cc | 37 LOGW("Requested WWAN PAL (version %08" PRIx32 ") not found", in PlatformWwan()
|
D | pal_system_api.cc | 51 LOGW(PAL_LOG_FORMAT_STR, logBuf); in palSystemApiLog()
|
D | platform_gnss.cc | 45 LOGW("Requested GNSS PAL (version %08" PRIx32 ") not found", in PlatformGnss()
|
D | chre_api_core.cc | 68 LOGW("%s", logBuf); in chreLog()
|
D | platform_wifi.cc | 41 LOGW("Requested Wifi PAL (version %08" PRIx32 ") not found", in PlatformWifi()
|
D | host_protocol_chre.cc | 74 LOGW("Got invalid/unexpected message type %" PRIu8, in decodeMessageFromHost()
|
/system/chre/apps/timer_world/ |
D | timer_world.cc | 67 LOGW("Unknown event received"); in nanoappHandleEvent()
|
/system/chre/host/common/include/chre_host/ |
D | log.h | 37 #define LOGW(format, ...) CHRE_LOG(LOG_WARN, format, ##__VA_ARGS__) macro
|
/system/chre/platform/slpi/ |
D | system_timer.cc | 31 LOGW("Tried re-initializing timer"); in init()
|
D | platform_sensor.cc | 442 LOGW("Unhandled sensor data %" PRIu8, sensorType); in allocateAndPopulateEvent() 552 LOGW("Received sensor sample for unknown sensor %" PRIu8 " %" PRIu8, in handleSensorDataIndication() 555 LOGW("Received sensorType %d event with 0 sample", in handleSensorDataIndication() 560 LOGW("Dropping event due to allocation failure"); in handleSensorDataIndication() 599 LOGW("Received unhandled sensor service message: 0x%x", messageId); in platformSensorServiceQmiIndicationCallback() 671 LOGW("Received unhandled sensor internal service message: 0x%x", in platformSensorInternalServiceQmiIndicationCallback()
|
D | init.cc | 117 LOGW("Host process died, exiting CHRE (running %d)", gThreadRunning); in onHostProcessTerminated()
|
/system/chre/platform/linux/ |
D | system_timer.cc | 58 LOGW("Tried re-initializing timer"); in init()
|
/system/chre/apps/wifi_world/ |
D | wifi_world.cc | 211 LOGW("Unhandled event type %" PRIu16, eventType); in nanoappHandleEvent()
|
/system/chre/apps/imu_cal/ |
D | imu_cal.cc | 158 LOGW("Unhandled event %d", eventType); in nanoappHandleEvent()
|