Home
last modified time | relevance | path

Searched refs:MAP (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
Dcbor.h44 MAP = 5, enumerator
306 wState = writeHeader(wState, Type::MAP, map.size());
/hardware/interfaces/identity/support/src/
Dcppbor_parse.cpp244 case MAP: in parseRecursively()
322 } else if (parent->type() == MAP) { in appendToLastParent()
Dcppbor.cpp120 case MAP: in operator ==()
DIdentityCredentialSupport.cpp158 case cppbor::MAP: in cborAreAllElementsNonCompound()
170 case cppbor::MAP: in cborAreAllElementsNonCompound()
177 case cppbor::MAP: in cborAreAllElementsNonCompound()
269 case cppbor::MAP: { in cborPrettyPrintInternal()
/hardware/interfaces/identity/support/include/cppbor/
DREADME.md159 encodeHeader(MAP, 2 /* # of map entries */, iter);
198 discover the type of the parsed item (e.g. MAP), and then use the
Dcppbor.h35 MAP = 5 << 5, enumerator
466 static constexpr MajorType kMajorType = MAP;
/hardware/interfaces/identity/support/tests/
Dcppbor_test.cpp642 EXPECT_EQ(MAP, item->type()); in TEST()
693 return arg->type() == MAP && arg->asMap()->size() == value;
/hardware/interfaces/identity/aidl/default/
DIdentityCredential.cpp426 valueItem->type() == cppbor::MAP) { in startRetrieval()
/hardware/qcom/camera/msm8998/QCamera2/HAL/
DQCameraParameters.cpp882 #define PARAM_MAP_SIZE(MAP) (sizeof(MAP)/sizeof(MAP[0])) argument
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
DQCamera3HWI.cpp108 #define METADATA_MAP_SIZE(MAP) (sizeof(MAP)/sizeof(MAP[0])) argument