Home
last modified time | relevance | path

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

/system/core/libcutils/
Dfs_config.cpp54 static inline uint64_t get8LE(const uint8_t* src) { in get8LE() function
365 *capabilities = get8LE((const uint8_t*)&(header.capabilities)); in fs_config()
397 p->capabilities = get8LE((const uint8_t*)&(pc->capabilities)); in fs_config_generate()
/system/core/liblog/
Dlog_event_list.cpp413 static inline uint64_t get8LE(const uint8_t* src) { in get8LE() function
511 elem.data.int64 = get8LE(&context->storage[pos]); in android_log_read_next_internal()
Dlogprint.cpp593 static inline uint64_t get8LE(const uint8_t* src) { in get8LE() function
757 lval = get8LE(eventData); in android_log_printBinaryEvent()