/hardware/interfaces/drm/1.0/default/ |
D | TypeConvert.h | 57 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/ |
D | FooHelper.h | 41 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/ |
D | QComOMXPlugin.cpp | 106 OMX_U8 **array, in freeArrayOfAllocatedMemory() 137 OMX_U8 **array = new OMX_U8 *[numRoles]; in getRolesOfComponent() local
|
/hardware/qcom/sm7250/media/libstagefrighthw/ |
D | QComOMXPlugin.cpp | 106 OMX_U8 **array, in freeArrayOfAllocatedMemory() 137 OMX_U8 **array = new OMX_U8 *[numRoles]; in getRolesOfComponent() local
|
/hardware/qcom/sm8150/media/libstagefrighthw/ |
D | QComOMXPlugin.cpp | 106 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/ |
D | confirmationui_utils.h | 83 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/ |
D | Atp.cc | 41 uint16_t Atp_getChecksumValue(uint8_t *array, int checksumStartPosition) { in Atp_getChecksumValue()
|
D | Utils.cc | 38 int Utils_charArrayToHexString(char* array, int length, char* hexString) { in Utils_charArrayToHexString()
|
D | Tpdu.cc | 199 uint16_t Tpdu_getChecksumValue(uint8_t *array, int checksumStartPosition, in Tpdu_getChecksumValue()
|
/hardware/qcom/media/msm8998/libstagefrighthw/ |
D | QComOMXPlugin.cpp | 123 OMX_U8 **array = new OMX_U8 *[numRoles]; in getRolesOfComponent() local
|
/hardware/qcom/media/msm8996/libstagefrighthw/ |
D | QComOMXPlugin.cpp | 123 OMX_U8 **array = new OMX_U8 *[numRoles]; in getRolesOfComponent() local
|
/hardware/qcom/media/msm8974/libstagefrighthw/ |
D | QComOMXPlugin.cpp | 123 OMX_U8 **array = new OMX_U8 *[numRoles]; in getRolesOfComponent() local
|
/hardware/interfaces/security/keymint/support/ |
D | remote_prov_utils_test.cpp | 86 cppbor::Array array; in TEST() local
|
/hardware/libhardware/modules/camera/3_4/metadata/ |
D | test_common.h | 87 for (const auto& array : expected) { in ExpectMetadataEq() local
|
D | metadata_common.h | 112 for (const auto& array : val) { in UpdateMetadata() local
|
/hardware/interfaces/identity/support/src/ |
D | IdentityCredentialSupport.cpp | 1783 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/ |
D | IdentityCredential.cpp | 101 cppbor::Array array = {"ProofOfDeletion", docType_, testCredential_}; in deleteCredentialCommon() local 136 cppbor::Array array; in proveOwnership() local
|
D | WritableIdentityCredential.cpp | 392 cppbor::Array array; in finishAddingEntries() local
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_vsync.cpp | 40 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0])) argument
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_vsync.cpp | 41 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0])) argument
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_vsync.cpp | 40 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0])) argument
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | mltypes.h | 144 #define ARRAY_SIZE(array) (sizeof(array)/sizeof((array)[0])) argument
|
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
D | mltypes.h | 144 #define ARRAY_SIZE(array) (sizeof(array)/sizeof((array)[0])) argument
|
/hardware/interfaces/tests/bar/1.0/default/ |
D | Bar.cpp | 85 const hidl_array<hidl_string, 3> &array, in haveSomeStrings()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 2268 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()
|