Home
last modified time | relevance | path

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

/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp205 const cppbor::Bstr* bstr = item->asBstr(); in cborPrettyPrintInternal() local
206 const vector<uint8_t>& value = bstr->value(); in cborPrettyPrintInternal()
1780 const cppbor::Bstr* bstr = valueItem->asBstr(); in coseSignGetX5Chain() local
1781 if (bstr != nullptr) { in coseSignGetX5Chain()
1782 return bstr->value(); in coseSignGetX5Chain()
1788 const cppbor::Bstr* bstr = ((*array)[m])->asBstr(); in coseSignGetX5Chain() local
1789 if (bstr == nullptr) { in coseSignGetX5Chain()
1793 const vector<uint8_t>& certValue = bstr->value(); in coseSignGetX5Chain()
/hardware/google/av/codec2/tests/
DC2Param_test.cpp1129 C2NumberStruct bstr; in TEST_F() local
1133 bstr.mNumber = 100; in TEST_F()
1734 C2NumbersStruct bstr; in TEST_F() local
1737 (void)&bstr.mNumbers[0]; in TEST_F()