Searched refs:get4LE (Results 1 – 7 of 7) sorted by relevance
94 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function111 if (SNET_EVENT_LOG_TAG != get4LE(static_cast<uint8_t*>(vec[0].iov_base))) { in pmsgWrite()
406 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function492 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()
235 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function306 tag = android_lookupEventTag_len(m, &len, get4LE(static_cast<uint8_t*>(vec[0].iov_base))); in __write_to_log_daemon()
586 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function747 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()
382 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function386 static inline uint32_t get4LE(const char* src) { in get4LE() function387 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 …]
943 static inline uint32_t get4LE(const uint8_t* src) { in get4LE() function947 static inline uint32_t get4LE(const char* src) { in get4LE() function948 return get4LE(reinterpret_cast<const uint8_t*>(src)); in get4LE()1009 uint32_t tag = get4LE(eventData); in __android_log_btwrite_multiple__helper()
283 static inline uint32_t get4LE(const char* msg) { in get4LE() function312 uint32_t Tag = get4LE(msg); in ReadPersistEventLogTags()580 outTag = get4LE((const char*)&outTag); in WritePmsgEventLogTags()