Home
last modified time | relevance | path

Searched refs:simpleValue (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/identity/aidl/default/libeic/
DEicCbor.c144 void eicCborAppendSimple(EicCbor* cbor, uint8_t simpleValue) { in eicCborAppendSimple() argument
145 eicCborBegin(cbor, EIC_CBOR_MAJOR_TYPE_SIMPLE, simpleValue); in eicCborAppendSimple()
149 uint8_t simpleValue = value ? EIC_CBOR_SIMPLE_VALUE_TRUE : EIC_CBOR_SIMPLE_VALUE_FALSE; in eicCborAppendBool() local
150 eicCborAppendSimple(cbor, simpleValue); in eicCborAppendBool()
DEicCbor.h117 void eicCborAppendSimple(EicCbor* cbor, uint8_t simpleValue);