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

1 2 3

  /external/fio/os/windows/posix/include/
syslog.h 8 #define LOG_WARN 0x4
  /system/bt/osi/include/
log.h 36 #define LOG_WARN(...) LOGWRAPPER(__VA_ARGS__)
75 #define LOG_WARN(tag, fmt, args...) \
77 (true) ? ALOG(LOG_WARN, tag, fmt, ##args) \
  /device/linaro/bootloader/arm-trusted-firmware/tools/fiptool/
fiptool.h 29 LOG_WARN,
  /frameworks/base/core/jni/include/android_runtime/
Log.h 32 #define LOGW_EX(env, ...) LOG_EX(env, LOG_WARN, LOG_TAG, ##__VA_ARGS__)
  /libnativehelper/
ALog-priv.h 59 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__))
  /frameworks/ex/framesequence/jni/utils/
log.h 108 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__))
114 ? ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) \
167 #define IF_ALOGW() IF_ALOG(LOG_WARN, LOG_TAG)
237 * ALOG(LOG_WARN, NULL, "Failed with error %d", errno);
  /external/libese/libese/include/ese/
log.h 62 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__))
  /frameworks/base/core/jni/
android_database_SQLiteGlobal.cpp 47 ALOG(LOG_WARN, SQLITE_LOG_TAG, "(%d) %s\n", err, msg);
  /system/chre/host/common/include/chre_host/
log.h 32 * @param level log level to pass to ALOG (LOG_ERROR, LOG_WARN, etc.)
42 #define LOGW(format, ...) CHRE_LOG(LOG_WARN, format, ##__VA_ARGS__)
  /system/bt/hci/src/
packet_fragmenter.cc 141 LOG_WARN(LOG_TAG,
152 LOG_WARN(LOG_TAG, "%s L2CAP packet too small (%d < %d). Dropping it.",
174 LOG_WARN(LOG_TAG,
202 LOG_WARN(LOG_TAG,
215 LOG_WARN(LOG_TAG,
btsnoop_net.cc 133 LOG_WARN(LOG_TAG, "%s error accepting socket: %s", __func__,
  /system/core/liblog/include/log/
log_main.h 229 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__))
234 ((__predict_false(cond)) ? ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) \
286 #define IF_ALOGW() IF_ALOG(LOG_WARN, LOG_TAG)
303 * ALOG(LOG_WARN, NULL, "Failed with error %d", errno);
  /frameworks/base/core/proto/android/util/
log.proto 38 LOG_WARN = 5;
  /system/bt/btif/src/
stack_manager.cc 124 LOG_WARN(LOG_TAG, "%s found the stack was uninitialized. Initializing now.",
188 LOG_WARN(LOG_TAG,
btif_a2dp_source.cc 708 LOG_WARN(LOG_TAG, "%s: A2DP stop request failed: status=%d", __func__,
734 LOG_WARN(LOG_TAG, "%s: A2DP suspend request failed: status=%d", __func__,
865 LOG_WARN(LOG_TAG, "%s: UNDERFLOW: ONLY READ %d BYTES OUT OF %d", __func__,
905 LOG_WARN(LOG_TAG, "%s: TX queue buffer size now=%u adding=%u max=%d",
926 LOG_WARN(LOG_TAG, "%s: Cannot read RSSI: status %d", __func__, status)
    [all...]
  /device/google/contexthub/firmware/os/algos/
ap_hub_sync.c 100 osLog(LOG_WARN, "ApHub sync: Invalid sync state %d", sync->state);
  /system/bt/utils/src/
bt_utils.cc 138 LOG_WARN(LOG_TAG, "failed to change sched policy, tid %d, err: %d", tid,
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
log.h 104 #define MPL_LOG_WARN LOG_WARN
240 #define MPL_LOGW(fmt, ...) MPL_LOG(LOG_WARN, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
247 ? MPL_LOG(LOG_WARN, MPL_LOG_TAG, fmt, ##__VA_ARGS__) \
  /external/vulkan-validation-layers/demos/smoke/
Shell.h 72 LOG_WARN,
  /system/bt/vendor_libs/test_vendor_lib/src/
packet_stream.cc 75 LOG_WARN(LOG_TAG, "Malformed event: 0x%04X, payload size %zu, reported %u",
  /device/google/contexthub/firmware/os/cpu/cortexm4/
cpu.c 250 osLog(LOG_WARN, "Unknown SVC 0x%02lX called at 0x%08lX\n", svcNo, (unsigned long)svcPC);
252 osLog(LOG_WARN, "Unknown syscall 0x%08lX called at 0x%08lX\n", (unsigned long)syscallNr, (unsigned long)svcPC);
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
log.h 199 #define MPL_LOGW(fmt, ...) MPL_LOG(LOG_WARN, MPL_LOG_TAG, fmt, ##__VA_ARGS__)
206 ? MPL_LOG(LOG_WARN, MPL_LOG_TAG, fmt, ##__VA_ARGS__) \
  /system/bt/stack/a2dp/
a2dp_sbc_encoder.cc 241 LOG_WARN(LOG_TAG, "%s: SubBands are set to 0, resetting to max (%d)",
246 LOG_WARN(LOG_TAG, "%s: Blocks are set to 0, resetting to max (%d)",
251 LOG_WARN(LOG_TAG, "%s: Channels are set to 0, resetting to max (%d)",
346 LOG_WARN(LOG_TAG, "%s: computed bitpool too small (%d)", __func__,
456 LOG_WARN(LOG_TAG, "%s: limiting frames to be sent from %d to %d", __func__,
564 LOG_WARN(LOG_TAG, "%s: underflow %d, %d", __func__, nb_frame,
775 LOG_WARN(LOG_TAG, "%s: Restricting AVDTP MTU size to %d", __func__,
    [all...]
  /system/core/libutils/
Threads.cpp 233 ALOG(LOG_WARN, "thread", "WARNING: thread create failed\n");
388 ALOG(LOG_WARN, "thread", "WARNING: bad result from unlocking mutex\n");
397 ALOG(LOG_WARN, "thread", "WARNING: bad result from try-locking mutex\n");
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1.h 46 #define LOG_WARN(format, args ... ) LOG( WARNING, format, ## args)

Completed in 774 milliseconds

1 2 3