Lines Matching refs:hidl_vec

59     MemoryAccessVerifier(const hardware::hidl_vec<hardware::hidl_memory>& pools)  in MemoryAccessVerifier()
65 MemoryAccessVerifier(const hardware::hidl_vec<V1_3::Request::MemoryPool>& pools) in MemoryAccessVerifier()
168 static bool validateOperands(const hardware::hidl_vec<VersionedOperand>& operands, in validateOperands()
169 const hardware::hidl_vec<uint8_t>& operandValues, in validateOperands()
170 const hardware::hidl_vec<hardware::hidl_memory>& pools, in validateOperands()
171 const hardware::hidl_vec<V1_3::Subgraph>& subgraphs, in validateOperands()
451 static bool validateOperations(const hardware::hidl_vec<VersionedOperation>& operations, in validateOperations()
452 const hardware::hidl_vec<V1_3::Operand>& operands, in validateOperations()
453 const hardware::hidl_vec<V1_3::Subgraph>& subgraphs, in validateOperations()
551 static bool validatePools(const hardware::hidl_vec<T_MemoryPool>& pools, HalVersion ver) { in validatePools()
556 static bool validateModelInputOutputs(const hardware::hidl_vec<uint32_t> indexes, in validateModelInputOutputs()
557 const hardware::hidl_vec<V1_3::Operand>& operands, in validateModelInputOutputs()
709 const hardware::hidl_vec<V1_3::Operand> latestVersionOperands = convertToV1_3(model.operands); in validateModel()
751 const hardware::hidl_vec<V1_0::RequestArgument>& requestArguments, in validateRequestArguments()
752 const hardware::hidl_vec<uint32_t>& operandIndexes, in validateRequestArguments()
753 const hardware::hidl_vec<V1_3::Operand>& operands, const MemoryAccessVerifier& poolVerifier, in validateRequestArguments()
871 const hardware::hidl_vec<sp<V1_3::IPreparedModel>>& preparedModels, in validateMemoryDesc()
872 const hardware::hidl_vec<V1_3::BufferRole>& inputRoles, in validateMemoryDesc()
873 const hardware::hidl_vec<V1_3::BufferRole>& outputRoles, in validateMemoryDesc()