Home
last modified time | relevance | path

Searched refs:Simple (Results 1 – 8 of 8) sorted by relevance

/hardware/interfaces/identity/support/include/cppbor/
Dcppbor.h61 class Simple; variable
119 virtual const Simple* asSimple() const { return nullptr; } in asSimple()
579 class Simple : public Item {
583 bool operator==(const Simple& other) const&;
588 const Simple* asSimple() const override { return this; } in asSimple()
598 class Bool : public Simple {
630 class Null : public Simple {
657 if constexpr (std::is_base_of_v<Simple, T>) { in downcastItem()
DREADME.md38 * `Simple` corresponds to major type 7. It's an abstract class since
40 * `Bool` is the only currently-implemented subclass of `Simple`.
/hardware/interfaces/identity/support/src/
Dcppbor.cpp136 bool Simple::operator==(const Simple& other) const& { in operator ==()
DIdentityCredentialSupport.cpp1670 const cppbor::Simple* payloadAsSimple = (*array)[2]->asSimple(); in coseCheckEcDsaSignature()
1729 const cppbor::Simple* payloadAsSimple = (*array)[2]->asSimple(); in coseSignGetPayload()
/hardware/interfaces/audio/6.0/
Dtypes.hal128 * Simple processing as constant gain adjustment must be DIRECT.
/hardware/interfaces/audio/5.0/
Dtypes.hal128 * Simple processing as constant gain adjustment must be DIRECT.
/hardware/interfaces/audio/4.0/
Dtypes.hal184 * Simple processing as constant gain adjustment must be DIRECT.
/hardware/interfaces/identity/aidl/default/
DIdentityCredential.cpp451 const cppbor::Simple* simple = innerMapValueItem->asSimple(); in startRetrieval()