Home
last modified time | relevance | path

Searched defs:readU8 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/device/google/contexthub/contexthubhal/
Dmessage_buf.h63 uint8_t readU8() { in readU8() function
/aosp_15_r20/external/skia/src/base/
H A DSkBuffer.h64 bool readU8(uint8_t* x) { return this->read(x, 1); } in readU8() function
/aosp_15_r20/external/skia/include/core/
H A DSkStream.h83 [[nodiscard]] bool readU8(uint8_t* i) { return this->readS8((int8_t*)i); } in readU8() function