Home
last modified time | relevance | path

Searched refs:get4LE (Results 1 – 7 of 7) sorted by relevance

/system/core/liblog/
Dpmsg_writer.c95 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function
113 if (SNET_EVENT_LOG_TAG != get4LE(vec[0].iov_base)) { in pmsgWrite()
Dlog_event_list.c367 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function
455 elem.data.int32 = get4LE(&context->storage[pos]); in android_log_read_next_internal()
493 elem.len = get4LE(&context->storage[pos]); in android_log_read_next_internal()
Dlogprint.c594 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function
757 ival = get4LE(eventData); in android_log_printBinaryEvent()
787 ival = get4LE(eventData); in android_log_printBinaryEvent()
808 strLen = get4LE(eventData); in android_log_printBinaryEvent()
1017 tagIndex = get4LE(eventData); in android_log_processBinaryLogBuffer()
Dlogger_write.c240 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function
306 tag = android_lookupEventTag_len(m, &len, get4LE(vec[0].iov_base)); in __write_to_log_daemon()
/system/core/liblog/tests/
Dliblog_test.cpp395 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function
399 static inline uint32_t get4LE(const char* src) { in get4LE() function
400 return get4LE(reinterpret_cast<const uint8_t*>(src)); in get4LE()
471 size_t len = get4LE(reinterpret_cast<char*>(&eventData->length)); in bswrite_test()
2139 int tag = get4LE(eventData); in android_errorWriteWithInfoLog_helper()
2166 ASSERT_EQ(subtag_len, get4LE(eventData)); in android_errorWriteWithInfoLog_helper()
2178 ASSERT_EQ(UID, (int)get4LE(eventData)); in android_errorWriteWithInfoLog_helper()
2185 size_t dataLen = get4LE(eventData); in android_errorWriteWithInfoLog_helper()
2298 int tag = get4LE(eventData); in android_errorWriteLog_helper()
2351 int tag = get4LE(eventData); in android_errorWriteLog_helper()
[all …]
/system/core/logd/
DLogTags.cpp280 static inline uint32_t get4LE(const char* msg) { in get4LE() function
309 uint32_t Tag = get4LE(msg); in ReadPersistEventLogTags()
563 outTag = get4LE((const char*)&outTag); in WritePmsgEventLogTags()
/system/core/logd/tests/
Dlogd_test.cpp880 static inline int32_t get4LE(const char* src) { in get4LE() function
940 uint32_t tag = get4LE(eventData); in __android_log_btwrite_multiple__helper()
1076 uint32_t tag = get4LE(eventData); in count_avc()