Home
last modified time | relevance | path

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

/system/core/liblog/
Dpmsg_writer.cpp94 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function
111 if (SNET_EVENT_LOG_TAG != get4LE(static_cast<uint8_t*>(vec[0].iov_base))) { in pmsgWrite()
Dlog_event_list.cpp406 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function
492 elem.data.int32 = get4LE(&context->storage[pos]); in android_log_read_next_internal()
530 elem.len = get4LE(&context->storage[pos]); in android_log_read_next_internal()
Dlogger_write.cpp235 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function
306 tag = android_lookupEventTag_len(m, &len, get4LE(static_cast<uint8_t*>(vec[0].iov_base))); in __write_to_log_daemon()
Dlogprint.cpp586 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function
747 ival = get4LE(eventData); in android_log_printBinaryEvent()
777 ival = get4LE(eventData); in android_log_printBinaryEvent()
798 strLen = get4LE(eventData); in android_log_printBinaryEvent()
1037 tagIndex = get4LE(eventData); in android_log_processBinaryLogBuffer()
/system/core/liblog/tests/
Dliblog_test.cpp382 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function
386 static inline uint32_t get4LE(const char* src) { in get4LE() function
387 return get4LE(reinterpret_cast<const uint8_t*>(src)); in get4LE()
458 size_t len = get4LE(reinterpret_cast<char*>(&eventData->length)); in bswrite_test()
2128 int tag = get4LE(eventData); in android_errorWriteWithInfoLog_helper()
2155 ASSERT_EQ(subtag_len, get4LE(eventData)); in android_errorWriteWithInfoLog_helper()
2167 ASSERT_EQ(UID, (int)get4LE(eventData)); in android_errorWriteWithInfoLog_helper()
2174 size_t dataLen = get4LE(eventData); in android_errorWriteWithInfoLog_helper()
2287 int tag = get4LE(eventData); in android_errorWriteLog_helper()
2340 int tag = get4LE(eventData); in android_errorWriteLog_helper()
[all …]
/system/core/logd/tests/
Dlogd_test.cpp943 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function
947 static inline uint32_t get4LE(const char* src) { in get4LE() function
948 return get4LE(reinterpret_cast<const uint8_t*>(src)); in get4LE()
1009 uint32_t tag = get4LE(eventData); in __android_log_btwrite_multiple__helper()
/system/core/logd/
DLogTags.cpp283 static inline uint32_t get4LE(const char* msg) { in get4LE() function
312 uint32_t Tag = get4LE(msg); in ReadPersistEventLogTags()
580 outTag = get4LE((const char*)&outTag); in WritePmsgEventLogTags()