Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/shim_and_sl/
DShimUtils.cpp51 case Result::UNAVAILABLE_DEVICE: in convertResultToErrorStatus()
/packages/modules/NeuralNetworks/runtime/test/
DTestExecution.cpp892 std::make_tuple(V1_3::ErrorStatus::DEVICE_UNAVAILABLE, WrapperResult::UNAVAILABLE_DEVICE,
945 std::make_tuple(V1_3::ErrorStatus::DEVICE_UNAVAILABLE, WrapperResult::UNAVAILABLE_DEVICE,
/packages/modules/NeuralNetworks/runtime/
DTelemetryStatsd.cpp137 STATIC_ASSERT_RESULT_CODE_EQ_VALUE(type, UNAVAILABLE_DEVICE); \
/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworksWrapper.h90 UNAVAILABLE_DEVICE = ANEURALNETWORKS_UNAVAILABLE_DEVICE, enumerator