Home
last modified time | relevance | path

Searched refs:elementCount (Results 1 – 3 of 3) sorted by relevance

/system/libhidl/base/include/hidl/
DHidlSupport.h747 for (size_t i = 0; i < elementCount(); ++i) {
776 for (size_t i = 0; i < elementCount(); ++i) {
794 static constexpr size_t elementCount() {
803 T mBuffer[elementCount()];
818 for (size_t i = 0; i < elementCount(); ++i) {
842 for (size_t i = 0; i < elementCount(); ++i) {
855 static constexpr size_t elementCount() { return SIZE1; }
/system/tools/hidl/
DEnumType.cpp334 size_t elementCount = 0; in emitIteratorDeclaration() local
336 elementCount += type->mValues.size(); in emitIteratorDeclaration()
344 out << "template<> inline constexpr std::array<" << getCppStackType() << ", " << elementCount in emitIteratorDeclaration()
/system/security/keystore2/src/km_compat/
Dkm_compat.cpp877 std::copy(params.nonce.data(), params.nonce.data() + params.nonce.elementCount(), in getSharedSecretParameters()