Searched refs:LOGW (Results 1 - 25 of 41) sorted by relevance

12

/system/chre/platform/include/chre/platform/
H A Dstatic_nanoapp_init.h39 #undef LOGW macro
H A Dlog.h27 * LOGW(format, ...)
46 #ifndef LOGW
47 #error "LOGW must be defined"
48 #endif // LOGW
73 #undef LOGW macro
74 #define LOGW(format, ...) chreLogNull(format, ##__VA_ARGS__) macro
/system/chre/platform/linux/
H A Dchre_api_re.cc36 LOGW("%s", logBuf);
H A Dsystem_timer.cc58 LOGW("Tried re-initializing timer");
/system/chre/util/include/chre/util/nanoapp/
H A Dlog.h48 #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/
H A Dlog.h36 #define LOGW(fmt, ...) \ macro
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
H A Dwifi_offload.h35 #undef LOGW macro
40 #define LOGW(fmt, ...) chreLog(CHRE_LOG_WARN, LOG_TAG " " fmt, ##__VA_ARGS__) macro
60 #define LOGW(...) __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__)
/system/chre/apps/timer_world/
H A Dtimer_world.cc67 LOGW("Unknown event received");
/system/chre/platform/linux/include/chre/target_platform/
H A Dlog.h44 #define LOGW(fmt, ...) CHRE_LINUX_LOG("W", "93", fmt, ##__VA_ARGS__) macro
/system/chre/platform/shared/
H A Dpal_system_api.cc51 LOGW(PAL_LOG_FORMAT_STR, logBuf);
H A Dplatform_wwan.cc47 LOGW("Requested WWAN PAL (version %08" PRIx32 ") not found",
H A Dchre_api_core.cc57 LOGW("Rejecting event from app instance %" PRIu32 " because it's stopping",
87 LOGW("Rejecting message to host from app instance %" PRIu32 " because it's "
H A Dplatform_gnss.cc55 LOGW("Requested GNSS PAL (version %08" PRIx32 ") not found",
H A Dplatform_wifi.cc51 LOGW("Requested Wifi PAL (version %08" PRIx32 ") not found",
/system/chre/host/common/
H A Dsocket_client.cc87 LOGW("Tried sending a message, but don't have a valid socket handle");
93 LOGW("Failed to send data; remote side disconnected");
95 LOGW("Truncated packet, tried sending %zu bytes, only %zd went through",
113 LOGW("Re-connecting socket with implicit disconnect");
205 LOGW("Failed to (re)connect, next try in %" PRId32 " ms",
/system/chre/core/
H A Dsensor_request_manager.cc64 LOGW("Platform returned zero sensors");
92 LOGW("Querying for unknown sensor type");
111 LOGW("Attempting to configure an invalid sensor handle");
119 LOGW("Attempting to configure non-existent sensor");
191 LOGW("Attempting to access sensor with an invalid handle %" PRIu32,
196 LOGW("Attempting to get sensor info for unsupported sensor handle %"
225 LOGW("Attempting to remove all requests of an invalid sensor type");
245 LOGW("Attempting to get Sensor of an invalid SensorType %d",
263 LOGW("Attempting to access sensor with an invalid handle %" PRIu32,
279 LOGW("Attemptin
[all...]
H A Dhost_comms_manager.cc39 LOGW("Rejecting malformed message (null data but non-zero size)");
41 LOGW("Rejecting message of size %zu bytes (max %d)",
44 LOGW("Rejecting message to invalid host endpoint");
H A Dtimer_pool.cc78 LOGW("Failed to cancel timer ID %" PRIu32 ": not found", timerHandle);
80 LOGW("Failed to cancel timer ID %" PRIu32 ": permission denied",
/system/core/healthd/
H A Dhealthd_mode_charger.cpp79 #define LOGW(x...) KLOG_WARNING("charger", x); macro
204 LOGW("\n");
205 LOGW("*************** LAST KMSG ***************\n");
206 LOGW("\n");
220 LOGW("last_kmsg not found. Cold reset?\n");
247 LOGW("\n");
248 LOGW("************* END LAST KMSG *************\n");
249 LOGW("\n");
344 LOGW("[%" PRId64 "] animation missing or unknown battery status\n", now);
432 LOGW("[
[all...]
/system/chre/host/common/include/chre_host/
H A Dlog.h30 * of LOGE, LOGW, etc. to populate the level.
42 #define LOGW(format, ...) CHRE_LOG(LOG_WARN, format, ##__VA_ARGS__) macro
/system/chre/apps/wifi_offload/
H A Dchre_scan_params_safe.cc60 LOGW("Too many ScanParams frequencies %zu truncated to max %" PRIu16,
74 LOGW("Too many ScanParams ssids %zu truncated to max %" PRIu8,
H A Dssid.cc71 LOGW("Failed to convert to chreWifiSsidListItem. Output pointer is null");
/system/chre/apps/unload_tester/
H A Dunload_tester.cc82 LOGW("Couldn't get spammer's app info - not running?");
/system/chre/platform/slpi/
H A Dsystem_timer.cc33 LOGW("Tried re-initializing timer");
H A Dinit.cc118 LOGW("Failed to post event to get debug dump");
142 LOGW("Host process died, exiting CHRE (running %d)", gThreadRunning);

Completed in 564 milliseconds

12