Searched refs:get4LE (Results 1 – 7 of 7) sorted by relevance
95 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function113 if (SNET_EVENT_LOG_TAG != get4LE(vec[0].iov_base)) { in pmsgWrite()
367 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function455 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()
240 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function306 tag = android_lookupEventTag_len(m, &len, get4LE(vec[0].iov_base)); in __write_to_log_daemon()
595 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function760 ival = get4LE(eventData); in android_log_printBinaryEvent()790 ival = get4LE(eventData); in android_log_printBinaryEvent()811 strLen = get4LE(eventData); in android_log_printBinaryEvent()1056 tagIndex = get4LE(eventData); in android_log_processBinaryLogBuffer()
936 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function940 static inline uint32_t get4LE(const char* src) { in get4LE() function941 return get4LE(reinterpret_cast<const uint8_t*>(src)); in get4LE()1002 uint32_t tag = get4LE(eventData); in __android_log_btwrite_multiple__helper()1158 uint32_t tag = get4LE(eventData); in count_avc()
402 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function406 static inline uint32_t get4LE(const char* src) { in get4LE() function407 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 …]
280 static inline uint32_t get4LE(const char* msg) { in get4LE() function309 uint32_t Tag = get4LE(msg); in ReadPersistEventLogTags()563 outTag = get4LE((const char*)&outTag); in WritePmsgEventLogTags()