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

1 2 3

  /system/bt/osi/include/
log.h 35 #define LOG_WARN(...) LOGWRAPPER(__VA_ARGS__)
49 #define LOG_WARN(tag, fmt, args...) ALOG(LOG_WARN, tag, fmt, ## args)
  /external/fio/os/windows/posix/include/
syslog.h 8 #define LOG_WARN 0x4
  /bootable/recovery/minzip/
Log.h 104 #define LOGW(...) ((void)LOG(LOG_WARN, LOG_TAG, __VA_ARGS__))
110 ? ((void)LOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) \
162 #define IF_LOGW() IF_LOG(LOG_WARN, LOG_TAG)
179 * LOG(LOG_WARN, NULL, "Failed with error %d", errno);
  /system/bt/utils/src/
bt_utils.c 142 LOG_WARN(LOG_TAG, "failed to change sched policy, tid %d, err: %d", tid, errno);
152 LOG_WARN(LOG_TAG, "failed to change priority tid: %d to %d", tid, priority);
179 LOG_WARN(LOG_TAG, "failed to change priority tid: %d to %d", tid, priority);
  /frameworks/base/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);
  /frameworks/base/core/jni/
android_database_SQLiteGlobal.cpp 47 ALOG(LOG_WARN, SQLITE_LOG_TAG, "(%d) %s\n", err, msg);
  /system/bt/hci/src/
packet_fragmenter.c 147 LOG_WARN(LOG_TAG, "%s found unfinished packet for handle with start packet. Dropping old.", __func__);
154 LOG_WARN(LOG_TAG, "%s L2CAP packet too small (%d < %d). Dropping it.", __func__, packet->len, L2CAP_HEADER_SIZE);
172 LOG_WARN(LOG_TAG, "%s found l2cap full length %d less than the hci length %d.", __func__, l2cap_length, packet->len);
195 LOG_WARN(LOG_TAG, "%s got continuation for unknown packet. Dropping it.", __func__);
203 LOG_WARN(LOG_TAG, "%s got packet which would exceed expected length of %d. Truncating.", __func__, partial_packet->len);
low_power_manager.c 138 LOG_WARN(LOG_TAG, "%s still processing prior disable request, ignoring new request to disable.", __func__);
143 LOG_WARN(LOG_TAG, "%s still processing prior enable request, cannot disable.", __func__);
btsnoop_net.c 128 LOG_WARN(LOG_TAG, "%s error accepting socket: %s", __func__, strerror(errno));
hci_layer.c 260 LOG_WARN(LOG_TAG, "%s not turning off the chip before turning on.", __func__);
398 LOG_WARN(LOG_TAG, "%s legacy transmit of command. Use transmit_command instead.", __func__);
673 LOG_WARN(LOG_TAG, "%s command complete event with no matching command (opcode: 0x%04x).",
693 LOG_WARN(LOG_TAG, "%s command status event with no matching command. opcode: 0x%x", __func__, opcode);
  /system/bt/osi/src/
data_dispatcher.c 97 LOG_WARN(LOG_TAG, "%s has no handler for type (%zd) in data dispatcher named: %s", __func__, type, dispatcher->name);
eager_reader.c 263 LOG_WARN(LOG_TAG, "%s fd said bytes existed, but none were found.", __func__);
265 LOG_WARN(LOG_TAG, "%s unable to read from file descriptor: %s", __func__, strerror(errno));
thread.c 198 LOG_WARN(LOG_TAG, "%s: thread id %d, thread name %s started", __func__, thread->tid, thread->name);
224 LOG_WARN(LOG_TAG, "%s: thread id %d, thread name %s exited", __func__, thread->tid, thread->name);
  /frameworks/native/include/ui/
Rect.h 45 ALOG(LOG_WARN, "Rect",
50 ALOG(LOG_WARN, "Rect",
  /system/bt/btif/src/
stack_manager.c 127 LOG_WARN(LOG_TAG, "%s found the stack was uninitialized. Initializing now.", __func__);
186 LOG_WARN(LOG_TAG, "%s found the stack was still running. Bringing it down now.", __func__);
  /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 78 LOG_WARN,
ShellAndroid.cpp 103 case LOG_WARN:
  /device/google/contexthub/firmware/src/cpu/cortexm4f/
cpu.c 236 osLog(LOG_WARN, "Unknown SVC 0x%02lX called at 0x%08lX\n", svcNo, (unsigned long)svcPC);
238 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/core/include/log/
log.h 142 #define ALOGW(...) ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__))
148 ? ((void)ALOG(LOG_WARN, LOG_TAG, __VA_ARGS__)) \
201 #define IF_ALOGW() IF_ALOG(LOG_WARN, LOG_TAG)
447 * ALOG(LOG_WARN, NULL, "Failed with error %d", errno);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1.h 46 #define LOG_WARN(format, args ... ) LOG( WARNING, format, ## args)
  /system/bt/device/src/
interop.c 48 LOG_WARN(LOG_TAG, "%s() Device %s is a match for interop workaround %s.",

Completed in 4501 milliseconds

1 2 3