OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readU8
(Results
1 - 13
of
13
) sorted by null
/device/google/contexthub/contexthubhal/
system_comms.cpp
84
type = buf.
readU8
();
85
len = buf.
readU8
();
175
mCmd = buf.
readU8
();
572
uint8_t cmd = buf.
readU8
();
644
uint8_t cmd = buf.
readU8
();
703
uint8_t cmd = buf.
readU8
();
751
uint8_t cmd = buf.
readU8
();
783
uint8_t cmd = buf.
readU8
();
799
uint8_t cmd = buf.
readU8
();
825
uint8_t cmd = buf.
readU8
();
[
all
...]
message_buf.h
63
uint8_t
readU8
() {
/external/skia/src/core/
SkBuffer.h
62
bool
readU8
(uint8_t* x) { return this->read(x, 1); }
SkReader32.h
105
uint8_t
readU8
() { return (uint8_t)this->readInt(); }
SkPicture.cpp
168
if (!stream->
readU8
(&trailingStreamByteAfterPictInfo)) { return nullptr; }
/external/skqp/src/core/
SkBuffer.h
62
bool
readU8
(uint8_t* x) { return this->read(x, 1); }
SkReader32.h
105
uint8_t
readU8
() { return (uint8_t)this->readInt(); }
SkPicture.cpp
168
if (!stream->
readU8
(&trailingStreamByteAfterPictInfo)) { return nullptr; }
/external/skia/include/core/
SkStream.h
92
bool SK_WARN_UNUSED_RESULT
readU8
(uint8_t* i) { return this->readS8((int8_t*)i); }
98
if (!this->
readU8
(&i)) { return false; }
/external/skqp/include/core/
SkStream.h
92
bool SK_WARN_UNUSED_RESULT
readU8
(uint8_t* i) { return this->readS8((int8_t*)i); }
98
if (!this->
readU8
(&i)) { return false; }
/external/boringssl/src/ssl/test/runner/
handshake_messages.go
161
func (br *byteReader)
readU8
(out *uint8) bool {
753
if !names.
readU8
(&nameType) ||
1094
!reader.
readU8
(&m.compressionMethod) {
[
all
...]
/external/skia/src/ports/
SkFontConfigInterface_direct.cpp
108
(void)buffer.
readU8
(&u8);
/external/skqp/src/ports/
SkFontConfigInterface_direct.cpp
108
(void)buffer.
readU8
(&u8);
Completed in 326 milliseconds