Home
last modified time | relevance | path

Searched defs:array (Results 1 – 25 of 34) sorted by relevance

12

/hardware/interfaces/drm/1.0/default/
DTypeConvert.h57 const hidl_array<T, SIZE> &array) { in toVector()
64 hidl_array<T, SIZE> &array) { in toVector()
/hardware/interfaces/tests/foo/1.0/default/lib/include/hidl-test/
DFooHelper.h41 std::string to_string(const hidl_array<T, SIZE> &array) { in to_string()
46 std::string to_string(const hidl_array<T, SIZE1, SIZE2> &array) { in to_string()
/hardware/qcom/sdm845/media/libstagefrighthw/
DQComOMXPlugin.cpp106 OMX_U8 **array, in freeArrayOfAllocatedMemory()
137 OMX_U8 **array = new OMX_U8 *[numRoles]; in getRolesOfComponent() local
/hardware/qcom/sm7250/media/libstagefrighthw/
DQComOMXPlugin.cpp106 OMX_U8 **array, in freeArrayOfAllocatedMemory()
137 OMX_U8 **array = new OMX_U8 *[numRoles]; in getRolesOfComponent() local
/hardware/qcom/sm8150/media/libstagefrighthw/
DQComOMXPlugin.cpp106 OMX_U8 **array, in freeArrayOfAllocatedMemory()
137 OMX_U8 **array = new OMX_U8 *[numRoles]; in getRolesOfComponent() local
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
Dconfirmationui_utils.h83 array() : data_{} {} in array() function
84 array(const T (&data)[elements]) { std::copy(data, data + elements, data_); } in array() function
85 explicit array(const T& v) { fill(v); } in array() function
/hardware/st/secure_element/ese-spi-driver/utils-lib/
DAtp.cc41 uint16_t Atp_getChecksumValue(uint8_t *array, int checksumStartPosition) { in Atp_getChecksumValue()
DUtils.cc38 int Utils_charArrayToHexString(char* array, int length, char* hexString) { in Utils_charArrayToHexString()
DTpdu.cc199 uint16_t Tpdu_getChecksumValue(uint8_t *array, int checksumStartPosition, in Tpdu_getChecksumValue()
/hardware/qcom/media/msm8998/libstagefrighthw/
DQComOMXPlugin.cpp123 OMX_U8 **array = new OMX_U8 *[numRoles]; in getRolesOfComponent() local
/hardware/qcom/media/msm8996/libstagefrighthw/
DQComOMXPlugin.cpp123 OMX_U8 **array = new OMX_U8 *[numRoles]; in getRolesOfComponent() local
/hardware/qcom/media/msm8974/libstagefrighthw/
DQComOMXPlugin.cpp123 OMX_U8 **array = new OMX_U8 *[numRoles]; in getRolesOfComponent() local
/hardware/interfaces/security/keymint/support/
Dremote_prov_utils_test.cpp86 cppbor::Array array; in TEST() local
/hardware/libhardware/modules/camera/3_4/metadata/
Dtest_common.h87 for (const auto& array : expected) { in ExpectMetadataEq() local
Dmetadata_common.h112 for (const auto& array : val) { in UpdateMetadata() local
/hardware/interfaces/identity/support/src/
DIdentityCredentialSupport.cpp1783 const cppbor::Array* array = item->asArray(); in coseCheckEcDsaSignature() local
1857 const cppbor::Array* array = item->asArray(); in coseSignGetSignature() local
1885 const cppbor::Array* array = item->asArray(); in coseSignGetPayload() local
1922 const cppbor::Array* array = item->asArray(); in coseSignGetAlg() local
1975 const cppbor::Array* array = item->asArray(); in coseSignGetX5Chain() local
2004 const cppbor::Array* array = valueItem->asArray(); in coseSignGetX5Chain() local
2071 cppbor::Array array; in coseMac0() local
2093 cppbor::Array array; in coseMacWithDigest() local
/hardware/interfaces/identity/aidl/default/common/
DIdentityCredential.cpp101 cppbor::Array array = {"ProofOfDeletion", docType_, testCredential_}; in deleteCredentialCommon() local
136 cppbor::Array array; in proveOwnership() local
DWritableIdentityCredential.cpp392 cppbor::Array array; in finishAddingEntries() local
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_vsync.cpp40 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0])) argument
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_vsync.cpp41 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0])) argument
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_vsync.cpp40 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0])) argument
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dmltypes.h144 #define ARRAY_SIZE(array) (sizeof(array)/sizeof((array)[0])) argument
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dmltypes.h144 #define ARRAY_SIZE(array) (sizeof(array)/sizeof((array)[0])) argument
/hardware/interfaces/tests/bar/1.0/default/
DBar.cpp85 const hidl_array<hidl_string, 3> &array, in haveSomeStrings()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c2268 setbit(void *array, uint bit) in setbit()
2275 clrbit(void *array, uint bit) in clrbit()
2282 isset(const void *array, uint bit) in isset()
2289 isclr(const void *array, uint bit) in isclr()

12