Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/aidl/utils/src/
DUtils.cpp95 return (NN_ERROR() << "Unrecognized Memory::Tag: " << underlyingType(memory.getTag())) in clone()
110 return (NN_ERROR() << "Unrecognized request pool tag: " << underlyingType(requestPool.getTag())) in clone()
DConversions.cpp69 using ::aidl::android::hardware::neuralnetworks::utils::underlyingType;
139 VERIFY_NON_NEGATIVE(underlyingType(operandType)) << "Negative operand types are not allowed."; in unvalidatedConvert()
148 VERIFY_NON_NEGATIVE(underlyingType(operationType)) in unvalidatedConvert()
283 << underlyingType(extraParams.getTag()); in unvalidatedConvert()
430 return NN_ERROR() << "Unrecognized Memory::Tag: " << underlyingType(memory.getTag()); in unvalidatedConvert()
504 return NN_ERROR() << "Invalid Request::MemoryPool tag " << underlyingType(memoryPool.getTag()); in unvalidatedConvert()
520 return NN_ERROR() << "Invalid ErrorStatus " << underlyingType(status); in unvalidatedConvert()
1080 underlyingType(token)); in unvalidatedConvert()
/hardware/interfaces/neuralnetworks/aidl/utils/include/nnapi/hal/aidl/
DUtils.h86 constexpr std::underlying_type_t<Type> underlyingType(Type value) { in underlyingType() function
/hardware/interfaces/neuralnetworks/1.3/utils/src/
DConversions.cpp62 constexpr std::underlying_type_t<Type> underlyingType(Type value) { in underlyingType() function
266 << underlyingType(memoryPool.getDiscriminator()); in unvalidatedConvert()
304 << underlyingType(optionalTimePoint.getDiscriminator()); in unvalidatedConvert()
318 << underlyingType(optionalTimeoutDuration.getDiscriminator()); in unvalidatedConvert()
335 << "Invalid ErrorStatus " << underlyingType(status); in unvalidatedConvert()
445 ret.token(underlyingType(token)); in makeMemoryPool()
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DConversions.cpp44 constexpr std::underlying_type_t<Type> underlyingType(Type value) { in underlyingType() function
188 << underlyingType(extraParams.getDiscriminator()); in unvalidatedConvert()
417 << "Invalid DeviceType " << underlyingType(deviceType); in unvalidatedConvert()
/hardware/interfaces/neuralnetworks/1.0/utils/src/
DConversions.cpp48 constexpr std::underlying_type_t<Type> underlyingType(Type value) { in underlyingType() function
360 << "Invalid ErrorStatus " << underlyingType(status); in unvalidatedConvert()