Searched refs:get8LE (Results 1 - 3 of 3) sorted by relevance

/system/core/libcutils/
H A Dfs_config.cpp47 static inline uint64_t get8LE(const uint8_t* src) { function
336 *capabilities = get8LE((const uint8_t*)&(header.capabilities));
368 p->capabilities = get8LE((const uint8_t*)&(pc->capabilities));
/system/core/liblog/
H A Dlog_event_list.c376 static inline uint64_t get8LE(const uint8_t* src) { function
476 elem.data.int64 = get8LE(&context->storage[pos]);
H A Dlogprint.c603 static inline uint64_t get8LE(const uint8_t* src) { function
771 lval = get8LE(eventData);

Completed in 92 milliseconds