Home
last modified time | relevance | path

Searched refs:ARRAY (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
Dcbor.h43 ARRAY = 4, enumerator
313 wState = writeHeader(wState, Type::ARRAY, arr.size());
/hardware/interfaces/identity/support/src/
Dcppbor_parse.cpp240 case ARRAY: in parseRecursively()
320 if (parent->type() == ARRAY) { in appendToLastParent()
Dcppbor.cpp118 case ARRAY: in operator ==()
DIdentityCredentialSupport.cpp152 if (compoundItem->type() == cppbor::ARRAY) { in cborAreAllElementsNonCompound()
157 case cppbor::ARRAY: in cborAreAllElementsNonCompound()
169 case cppbor::ARRAY: in cborAreAllElementsNonCompound()
176 case cppbor::ARRAY: in cborAreAllElementsNonCompound()
241 case cppbor::ARRAY: { in cborPrettyPrintInternal()
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhw_ar3k.c464 #define ARRAY 'A' macro
492 if (type == ARRAY || sub_type == ARRAY) in get_input_format()
/hardware/qcom/bt/msm8909w_3100/libbt-vendor/src/
Dhw_ar3k.c462 #define ARRAY 'A' macro
490 if (type == ARRAY || sub_type == ARRAY) in get_input_format()
/hardware/qcom/sdm845/bt/libbt-vendor/src/
Dhw_ar3k.c464 #define ARRAY 'A' macro
492 if (type == ARRAY || sub_type == ARRAY) in get_input_format()
/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dhw_ar3k.c460 #define ARRAY 'A' macro
488 if (type == ARRAY || sub_type == ARRAY) in get_input_format()
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dhw_ar3k.c460 #define ARRAY 'A' macro
488 if (type == ARRAY || sub_type == ARRAY) in get_input_format()
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dhw_ar3k.c466 #define ARRAY 'A' macro
494 if (type == ARRAY || sub_type == ARRAY) in get_input_format()
/hardware/interfaces/identity/support/include/cppbor/
Dcppbor.h34 ARRAY = 4 << 5, enumerator
421 static constexpr MajorType kMajorType = ARRAY;
DREADME.md163 encodeHeader(ARRAY, 2 /* # of array entries */, iter);
/hardware/interfaces/identity/support/tests/
Dcppbor_test.cpp658 EXPECT_EQ(ARRAY, item->type()); in TEST()
689 return arg->type() == ARRAY && arg->asArray()->size() == value;