Home
last modified time | relevance | path

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

123

/chre-3.4.0/platform/include/chre/platform/
Dlog.h45 #ifndef LOGW
79 #undef LOGW
80 #define LOGW(format, ...) CHRE_LOG_NULL(format, ##__VA_ARGS__) macro
/chre-3.4.0/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
/chre-3.4.0/host/common/
Dsocket_client.cc87 LOGW("Tried sending a message, but don't have a valid socket handle"); in sendMessage()
93 LOGW("Failed to send data; remote side disconnected"); in sendMessage()
95 LOGW("Truncated packet, tried sending %zu bytes, only %zd went through", in sendMessage()
113 LOGW("Re-connecting socket with implicit disconnect"); in doConnect()
203 LOGW("Failed to (re)connect, next try in %" PRId32 " ms", in reconnect()
/chre-3.4.0/platform/zephyr/include/chre/target_platform/
Dlog.h26 #define LOGW(...) LOG_WRN(__VA_ARGS__) macro
/chre-3.4.0/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()
/chre-3.4.0/platform/linux/
Dchre_api_re.cc36 LOGW("%s", logBuf); in chreLog()
/chre-3.4.0/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()
/chre-3.4.0/platform/slpi/see/include/
Dsns_osa.h42 #define SNS_LOG_WARN LOGW
/chre-3.4.0/platform/android/include/chre/target_platform/
Dlog.h35 #define LOGW(fmt, ...) CHRE_ANDROID_LOG(ANDROID_LOG_WARN, fmt, ##__VA_ARGS__) macro
/chre-3.4.0/apps/wifi_offload/include/chre/apps/wifi_offload/
Dwifi_offload.h52 #define LOGW(...) __android_log_print(ANDROID_LOG_WARN, LOG_TAG, __VA_ARGS__) macro
/chre-3.4.0/platform/shared/
Dpal_system_api.cc51 LOGW(PAL_LOG_FORMAT_STR, logBuf); in palSystemApiLog()
Dchre_api_core.cc58 LOGW("Rejecting event from app instance %" PRIu32 " because it's stopping", in chreSendEvent()
85 LOGW("Rejecting message to host from app instance %" PRIu32 in chreSendMessageWithPermissions()
Dplatform_wwan.cc51 LOGW("Requested WWAN PAL (version 0x%08" PRIx32 ") not found", in init()
/chre-3.4.0/apps/debug_dump_world/
Ddebug_dump_world.cc71 LOGW("Unknown event type %" PRIu16 " received from sender %" PRIu32, in nanoappHandleEvent()
/chre-3.4.0/apps/host_awake_world/
Dhost_awake_world.cc72 LOGW("Unknown event received"); in nanoappHandleEvent()
/chre-3.4.0/apps/timer_world/
Dtimer_world.cc67 LOGW("Unknown event received"); in nanoappHandleEvent()
/chre-3.4.0/platform/linux/include/chre/target_platform/
Dlog.h48 #define LOGW(fmt, ...) \ macro
/chre-3.4.0/util/include/chre/util/nanoapp/
Dlog.h66 #define LOGW(fmt, ...) LOGW_TAG(LOG_TAG, fmt, ##__VA_ARGS__) macro
111 #define LOGW_SENSITIVE_INFO LOGW
/chre-3.4.0/core/
Dtimer_pool.cc89 LOGW("Failed to cancel timer ID %" PRIu32 ": not found", timerHandle); in cancelTimer()
91 LOGW("Failed to cancel timer ID %" PRIu32 ": permission denied", in cancelTimer()
276 LOGW("Timer callback invoked prior to expiry"); in handleSystemTimerCallback()
Dhost_comms_manager.cc34 LOGW("Rejecting malformed message (null data but non-zero size)"); in sendMessageToHostFromNanoapp()
36 LOGW("Rejecting message of size %zu bytes (max %d)", messageSize, in sendMessageToHostFromNanoapp()
39 LOGW("Rejecting message to invalid host endpoint"); in sendMessageToHostFromNanoapp()
/chre-3.4.0/apps/wwan_world/
Dwwan_world.cc102 LOGW(" CDMA unsupported"); in logChreWwanInfo()
124 LOGW(" TD-SCDMA unsupported"); in logChreWwanInfo()
199 LOGW("Unhandled event type %" PRIu16, eventType); in nanoappHandleEvent()
/chre-3.4.0/apps/audio_stress_test/
Daudio_stress_test.cc124 LOGW("Failed to find suitable audio source"); in discoverAudioHandle()
234 LOGW("Unexpected event %" PRIu16, eventType); in nanoappHandleEvent()
/chre-3.4.0/host/common/include/chre_host/
Dlog.h41 #define LOGW(format, ...) CHRE_LOG(LOG_WARN, stdout, format, ##__VA_ARGS__) macro
/chre-3.4.0/apps/test/common/ping_test/src/
Dping_test.cc78 LOGW("Got unknown event type from senderInstanceId %" PRIu32 in nanoappHandleEvent()
/chre-3.4.0/platform/slpi/
Dchre_api_re.cc32 LOGW(logStr); in logToFarf()

123