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.c369 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function
457 elem.data.int32 = get4LE(&context->storage[pos]); in android_log_read_next_internal()
495 elem.len = get4LE(&context->storage[pos]); in android_log_read_next_internal()
Dlogger_write.c240 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function
311 tag = android_lookupEventTag_len(m, &len, get4LE(vec[0].iov_base)); in __write_to_log_daemon()
Dlogprint.c596 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function
761 ival = get4LE(eventData); in android_log_printBinaryEvent()
791 ival = get4LE(eventData); in android_log_printBinaryEvent()
812 strLen = get4LE(eventData); in android_log_printBinaryEvent()
1057 tagIndex = get4LE(eventData); in android_log_processBinaryLogBuffer()
/system/core/logd/tests/
Dlogd_test.cpp944 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function
948 static inline uint32_t get4LE(const char* src) { in get4LE() function
949 return get4LE(reinterpret_cast<const uint8_t*>(src)); in get4LE()
1010 uint32_t tag = get4LE(eventData); in __android_log_btwrite_multiple__helper()
1166 uint32_t tag = get4LE(eventData); in count_avc()
/system/core/liblog/tests/
Dliblog_test.cpp402 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function
406 static inline uint32_t get4LE(const char* src) { in get4LE() function
407 return get4LE(reinterpret_cast<const uint8_t*>(src)); in get4LE()
478 size_t len = get4LE(reinterpret_cast<char*>(&eventData->length)); in bswrite_test()
2148 int tag = get4LE(eventData); in android_errorWriteWithInfoLog_helper()
2175 ASSERT_EQ(subtag_len, get4LE(eventData)); in android_errorWriteWithInfoLog_helper()
2187 ASSERT_EQ(UID, (int)get4LE(eventData)); in android_errorWriteWithInfoLog_helper()
2194 size_t dataLen = get4LE(eventData); in android_errorWriteWithInfoLog_helper()
2307 int tag = get4LE(eventData); in android_errorWriteLog_helper()
2360 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()