Home
last modified time | relevance | path

Searched defs:WriteInt16 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dspinel_encoder.hpp247 otError WriteInt16(int16_t aInt16) { return WriteUint16(static_cast<uint16_t>(aInt16)); } in WriteInt16() function in ot::Spinel::Encoder
/aosp_15_r20/external/flatbuffers/go/
H A Dencode.go187 func WriteInt16(buf []byte, n int16) { func