Home
last modified time | relevance | path

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

/hardware/interfaces/confirmationui/support/src/
Dcbor.cpp26 inline uint8_t getByte(const uint64_t& v, const uint8_t index) { in getByte() function
35 *pos++ = getByte(value, 7); in writeBytes()
36 *pos++ = getByte(value, 6); in writeBytes()
37 *pos++ = getByte(value, 5); in writeBytes()
38 *pos++ = getByte(value, 4); in writeBytes()
41 *pos++ = getByte(value, 3); in writeBytes()
42 *pos++ = getByte(value, 2); in writeBytes()
45 *pos++ = getByte(value, 1); in writeBytes()