Home
last modified time | relevance | path

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

/external/openthread/src/lib/spinel/
Dspinel_encoder.hpp211 otError WriteInt8(int8_t aInt8) { return WriteUint8(static_cast<uint8_t>(aInt8)); } in WriteInt8()
Dspinel_decoder.cpp107 otError Decoder::ReadInt8(int8_t &aInt8) in ReadInt8()
/external/openthread/src/core/utils/
Dparse_cmdline.cpp211 Error ParseAsInt8(const char *aString, int8_t &aInt8) in ParseAsInt8()