OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readU8
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/core/
SkBuffer.h
78
bool
readU8
(uint8_t* x) { return read(x, 1); }
81
if (this->
readU8
(&u8)) {
SkReader32.h
104
uint8_t
readU8
() { return (uint8_t)this->readInt(); }
/device/google/contexthub/contexthubhal/
message_buf.h
62
uint8_t
readU8
() {
system_comms.cpp
81
cmd = buf.
readU8
();
/external/skia/include/core/
SkStream.h
91
uint8_t
readU8
() { return (uint8_t)this->readS8(); }
95
bool readBool() { return this->
readU8
() != 0; }
/external/skia/src/ports/
SkFontConfigInterface_direct.cpp
58
(void)buffer.
readU8
(&u8);
Completed in 128 milliseconds