Home
last modified time | relevance | path

Searched refs:underlyingType (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/neuralnetworks/1.3/utils/src/
DConversions.cpp63 constexpr std::underlying_type_t<Type> underlyingType(Type value) { in underlyingType() function
248 << underlyingType(memoryPool.getDiscriminator()); in unvalidatedConvert()
286 << underlyingType(optionalTimePoint.getDiscriminator()); in unvalidatedConvert()
300 << underlyingType(optionalTimeoutDuration.getDiscriminator()); in unvalidatedConvert()
317 << "Invalid ErrorStatus " << underlyingType(status); in unvalidatedConvert()
427 ret.token(underlyingType(token)); in makeMemoryPool()
/hardware/interfaces/neuralnetworks/aidl/utils/src/
DConversions.cpp59 constexpr std::underlying_type_t<Type> underlyingType(Type value) { in underlyingType() function
149 VERIFY_NON_NEGATIVE(underlyingType(operandType)) << "Negative operand types are not allowed."; in unvalidatedConvert()
158 VERIFY_NON_NEGATIVE(underlyingType(operationType)) in unvalidatedConvert()
280 << underlyingType(extraParams.getTag()); in unvalidatedConvert()
477 return NN_ERROR() << "Invalid Request::MemoryPool tag " << underlyingType(memoryPool.getTag()); in unvalidatedConvert()
493 return NN_ERROR() << "Invalid ErrorStatus " << underlyingType(status); in unvalidatedConvert()
953 underlyingType(token)); in unvalidatedConvert()
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DConversions.cpp45 constexpr std::underlying_type_t<Type> underlyingType(Type value) { in underlyingType() function
183 << underlyingType(extraParams.getDiscriminator()); in unvalidatedConvert()
411 << "Invalid DeviceType " << underlyingType(deviceType); in unvalidatedConvert()
/hardware/interfaces/neuralnetworks/1.0/utils/src/
DConversions.cpp43 constexpr std::underlying_type_t<Type> underlyingType(Type value) { in underlyingType() function
215 << "Invalid ErrorStatus " << underlyingType(status); in unvalidatedConvert()