Home
last modified time | relevance | path

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

/external/openthread/src/lib/spinel/
Dspinel_encoder.hpp247 otError WriteInt16(int16_t aInt16) { return WriteUint16(static_cast<uint16_t>(aInt16)); } in WriteInt16()
Dspinel_decoder.cpp133 otError Decoder::ReadInt16(int16_t &aInt16) in ReadInt16()
/external/openthread/src/core/utils/
Dparse_cmdline.cpp216 Error ParseAsInt16(const char *aString, int16_t &aInt16) in ParseAsInt16()