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

/system/core/liblog/
H A Dpmsg_writer.c95 static inline uint32_t get4LE(const uint8_t* src) { function
113 if (SNET_EVENT_LOG_TAG != get4LE(vec[0].iov_base)) {
H A Dlog_event_list.c367 static inline uint32_t get4LE(const uint8_t* src) { function
455 elem.data.int32 = get4LE(&context->storage[pos]);
493 elem.len = get4LE(&context->storage[pos]);
H A Dlogprint.c595 static inline uint32_t get4LE(const uint8_t* src) { function
760 ival = get4LE(eventData);
790 ival = get4LE(eventData);
811 strLen = get4LE(eventData);
1056 tagIndex = get4LE(eventData);
H A Dlogger_write.c240 static inline uint32_t get4LE(const uint8_t* src) { function
306 tag = android_lookupEventTag_len(m, &len, get4LE(vec[0].iov_base));
/system/core/logd/tests/
H A Dlogd_test.cpp936 static inline uint32_t get4LE(const uint8_t* src) { function
940 static inline uint32_t get4LE(const char* src) { function
941 return get4LE(reinterpret_cast<const uint8_t*>(src));
1002 uint32_t tag = get4LE(eventData);
1017 // int len = get4LE(eventData + 4 + 1);
1158 uint32_t tag = get4LE(eventData);
1163 // int len = get4LE(eventData + 4 + 1);
/system/core/liblog/tests/
H A Dliblog_test.cpp402 static inline uint32_t get4LE(const uint8_t* src) { function
406 static inline uint32_t get4LE(const char* src) { function
407 return get4LE(reinterpret_cast<const uint8_t*>(src));
478 size_t len = get4LE(reinterpret_cast<char*>(&eventData->length));
2148 int tag = get4LE(eventData);
2175 ASSERT_EQ(subtag_len, get4LE(eventData));
2187 ASSERT_EQ(UID, (int)get4LE(eventData));
2194 size_t dataLen = get4LE(eventData);
2307 int tag = get4LE(eventData);
2360 int tag = get4LE(eventDat
[all...]
/system/core/logd/
H A DLogTags.cpp280 static inline uint32_t get4LE(const char* msg) { function
309 uint32_t Tag = get4LE(msg);
563 outTag = get4LE((const char*)&outTag);

Completed in 466 milliseconds