HomeSort by relevance Sort by last modified time
    Searched refs:LOGW (Results 1 - 25 of 157) sorted by null

1 2 3 4 5 6 7

  /system/chre/platform/include/chre/platform/
static_nanoapp_init.h 39 #undef LOGW
log.h 27 * LOGW(format, ...)
46 #ifndef LOGW
47 #error "LOGW must be defined"
48 #endif // LOGW
73 #undef LOGW
74 #define LOGW(format, ...) chreLogNull(format, ##__VA_ARGS__)
  /hardware/qcom/media/msm8974/mm-core/inc/
qc_omx_msg.h 52 #ifndef LOGW
53 #define LOGW ALOGW
  /hardware/qcom/media/msm8996/mm-core/inc/
qc_omx_msg.h 52 #ifndef LOGW
53 #define LOGW ALOGW
  /hardware/qcom/media/msm8998/mm-core/inc/
qc_omx_msg.h 52 #ifndef LOGW
53 #define LOGW ALOGW
  /hardware/intel/common/wrs_omxil_core/utils/inc/
log.h 27 #define LOGW ALOGW
41 #define LOGW(...) LOG("W", __VA_ARGS__)
  /packages/apps/Gallery2/jni_jpegstream/src/
jni_defines.h 27 #define LOGW(msg...) __android_log_print(ANDROID_LOG_WARN, "Native_JPEGStream", msg)
  /system/chre/platform/linux/
chre_api_re.cc 36 LOGW("%s", logBuf);
  /system/chre/util/include/chre/util/nanoapp/
log.h 58 #define LOGW(fmt, ...) CHRE_LOG(CHRE_LOG_WARN, fmt, ##__VA_ARGS__)
60 #define LOGW(fmt, ...) CHRE_LOG_NULL(fmt, ##__VA_ARGS__)
  /device/google/contexthub/util/nanotool/
resetreasonevent.cpp 38 LOGW("Invalid/short ResetReason event of size %zu", event_data.size());
logevent.cpp 38 LOGW("Invalid/short LogEvent event of size %zu", event_data.size());
  /system/chre/platform/slpi/include/chre/target_platform/
log.h 37 #define LOGW(fmt, ...) CHRE_SLPI_LOG(ASH_LOG_WARN, fmt, ##__VA_ARGS__)
  /device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera_dbg.h 100 #undef LOGW
101 #define LOGW(fmt, args...) CLOGW(CAM_MODULE, fmt, ##args)
123 #undef LOGW
124 #define LOGW(fmt, args...) ALOGW(fmt, ##args)
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/inc/
mm_camera_dbg.h 100 #undef LOGW
101 #define LOGW(fmt, args...) CLOGW(CAM_MODULE, fmt, ##args)
126 #undef LOGW
127 #define LOGW(fmt, args...) ALOGW(fmt, ##args)
  /system/chre/apps/host_awake_world/
host_awake_world.cc 74 LOGW("Unknown event received");
  /system/chre/platform/android/include/chre/target_platform/
log.h 36 #define LOGW(fmt, ...) \
  /system/chre/platform/linux/include/chre/target_platform/
log.h 44 #define LOGW(fmt, ...) CHRE_LINUX_LOG("W", "93", fmt, ##__VA_ARGS__)
  /system/chre/platform/shared/
pal_system_api.cc 51 LOGW(PAL_LOG_FORMAT_STR, logBuf);
  /cts/suite/audio_quality/test/
LogTest.cpp 41 LOGW( "logw %d %d %d %d %d %d", 0, 1, 2, 3, 4, 5);
56 LOGW( "logw " PrintABCDEF, a, b, c, d, e, f);
  /system/chre/platform/slpi/see/
island_vote_client.cc 70 LOGW("Big image ref count begins");
90 LOGW("Big image ref count ends: %" PRIu64 " ms", duration);
  /system/chre/host/common/
socket_client.cc 87 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/
sensor_request_manager.cc 64 LOGW("Platform returned zero sensors");
98 LOGW("Querying for unknown sensor type");
117 LOGW("Attempting to configure an invalid sensor handle");
125 LOGW("Attempting to configure non-existent sensor");
197 LOGW("Attempting to access sensor with an invalid handle %" PRIu32,
202 LOGW("Attempting to get sensor info for unsupported sensor handle %"
231 LOGW("Attempting to remove all requests of an invalid sensor type");
251 LOGW("Attempting to get Sensor of an invalid SensorType %d",
269 LOGW("Attempting to access sensor with an invalid handle %" PRIu32,
285 LOGW("Attempting to get requests of an invalid SensorType")
    [all...]
  /system/core/healthd/
healthd_mode_charger.cpp 79 #define LOGW(x...) KLOG_WARNING("charger", x);
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("[%" PRId64 "] booting from charger mode\n", now)
    [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskBatch.cpp 59 LOGW("TaskBatch::run no name or version information");
  /system/chre/apps/timer_world/
timer_world.cc 67 LOGW("Unknown event received");

Completed in 274 milliseconds

1 2 3 4 5 6 7