Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/identity/aidl/default/libeic/
H A DEicCbor.c141 void eicCborAppendSimple(EicCbor* cbor, uint8_t simpleValue) { in eicCborAppendSimple()
146 uint8_t simpleValue = value ? EIC_CBOR_SIMPLE_VALUE_TRUE : EIC_CBOR_SIMPLE_VALUE_FALSE; in eicCborAppendBool() local