Home
last modified time | relevance | path

Searched refs:semantic (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/wifi/1.0/
Dtypes.hal1009 * Arbitrary information communicated in discovery packets - there is no semantic meaning to these
1016 * Arbitrary information communicated in discovery packets - there is no semantic meaning to these
1206 * Arbitrary information communicated to the peer - there is no semantic meaning to these
1213 * Arbitrary information communicated in discovery packets - there is no semantic meaning to these
1260 * is no semantic meaning to these bytes. They are passed-through from sender to receiver as-is
1301 * is no semantic meaning to these bytes. They are passed-through from sender to receiver as-is
1406 * Arbitrary information communicated in discovery packets - there is no semantic meaning to these
1506 * Received message from the peer - there is no semantic meaning to these bytes. They are
1513 * Arbitrary information communicated in discovery packets - there is no semantic meaning to these
1583 * is no semantic meaning to these bytes. They are passed-through from sender to receiver as-is
[all …]
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp304 const cppbor::Semantic* semantic = item->asSemantic(); in cborPrettyPrintInternal() local
305 snprintf(buf, sizeof(buf), "tag %" PRIu64 " ", semantic->value()); in cborPrettyPrintInternal()
307 cborPrettyPrintInternal(semantic->child().get(), out, indent, maxBStrSize, in cborPrettyPrintInternal()
/hardware/interfaces/identity/support/include/cppbor/
DREADME.md42 Note that major type 6, semantic tag, is not yet implemented.