Searched refs:LOGW (Results 1 – 11 of 11) sorted by relevance
/device/linaro/dragonboard/shared/utils/qrtr/lib/ |
D | qmi.c | 249 LOGW("%s: STRUCT Encode failure\n", __func__); in qmi_encode_struct_elem() 290 LOGW("%s: String to be encoded is longer - %d > %d\n", in qmi_encode_string_elem() 298 LOGW("%s: Output len %d > Out Buf len %d\n", in qmi_encode_string_elem() 304 LOGW("%s: Output len %d > Out Buf len %d\n", in qmi_encode_string_elem() 366 LOGW("%s: Invalid data length\n", __func__); in qmi_encode() 387 LOGW("%s: Too Small Buffer @DATA_LEN\n", in qmi_encode() 413 LOGW("%s: Too Small Buffer @data_type:%d\n", in qmi_encode() 448 LOGW("%s: Unrecognized data type\n", __func__); in qmi_encode() 532 LOGW("%s: Fault in decoding: dl(%d), db(%d), tl(%d), i(%d), el(%d)\n", in qmi_decode_struct_elem() 579 LOGW("%s: String len %d > Max Len %d\n", in qmi_decode_string_elem() [all …]
|
D | logging.h | 21 #define LOGW(fmt, ...) qlog(LOG_WARNING, fmt, ##__VA_ARGS__) macro
|
/device/google/contexthub/util/nanotool/ |
D | sensorevent.cpp | 91 LOGW("Can't create SensorEvent for unknown/invalid sensor type %d", in FromBytes() 97 LOGW("Couldn't populate sensor event, or invalid size"); in FromBytes() 116 LOGW("Short/invalid timestamped sensor event; length %zu", in GetNumSamples() 164 LOGW("Requested sample at invalid index %u", index); in GetSampleAtIndex() 190 LOGW("Got short sensor event with %zu bytes, expected >= %u", in SizeIsValid() 285 LOGW("Unsupported compressed sensor type"); in StringForSample()
|
D | apptohostevent.cpp | 138 LOGW("Invalid/short AppToHost event of size %zu", event_data.size()); in IsValid() 149 LOGW("Invalid/short AppToHost event of size %zu", event_data.size()); in GetTypedData()
|
D | nanomessage.cpp | 126 LOGW("Received unexpected/unsupported event type %u", event_type); in FromBytes() 180 LOGW("Invalid/short event of size %zu", buffer.size()); in EventTypeFromBuffer()
|
D | resetreasonevent.cpp | 38 LOGW("Invalid/short ResetReason event of size %zu", event_data.size()); in GetReason()
|
D | logevent.cpp | 38 LOGW("Invalid/short LogEvent event of size %zu", event_data.size()); in GetMessage()
|
D | log.h | 33 #define LOGW(fmt, ...) Log::Warn(fmt, ##__VA_ARGS__) macro
|
D | androidcontexthub.cpp | 227 LOGW("Write returned %d, expected %zu", ret, message.size()); in WriteEvent()
|
/device/google/contexthub/firmware/os/drivers/window_orientation/ |
D | window_orientation.c | 41 #define LOGW(fmt, ...) do { \ macro 631 LOGW("osEnqueueEvt failure"); in windowOrientationHandleEvent()
|
/device/linaro/dragonboard/shared/utils/qrtr/src/ |
D | ns.c | 597 LOGW("short packet from %d:%d", sq.sq_node, sq.sq_port); in ctrl_port_fn() 651 LOGW("failed while handling packet from %d:%d", in ctrl_port_fn()
|