Home
last modified time | relevance | path

Searched refs:kTimeoutNsDefault (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/include/
H A DControlFlow.h43 constexpr uint64_t kTimeoutNsDefault = variable
H A DCpuExecutor.h199 uint64_t mLoopTimeoutDuration = operation_while::kTimeoutNsDefault;
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestControlFlow.cpp108 ASSERT_EQ(defaultTimeout, operation_while::kTimeoutNsDefault); in TEST_F()
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DTestAssertions.cpp24 nn::operation_while::kTimeoutNsDefault);
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DTestAssertions.cpp29 nn::operation_while::kTimeoutNsDefault);
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DAssertions.cpp263 operation_while::kTimeoutNsDefault);
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionBuilder.h201 uint64_t mLoopTimeoutDuration = operation_while::kTimeoutNsDefault;
H A DNeuralNetworks.cpp1442 return operation_while::kTimeoutNsDefault; in ANeuralNetworks_getDefaultLoopTimeout()