Home
last modified time | relevance | path

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

/frameworks/libs/native_bridge_support/libneuralnetworks/
Dstubs_arm.cc49 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksExecution_setLoopTimeout);
117 INIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksExecution_setLoopTimeout); in init_stub_library()
Dstubs_arm64.cc49 DEFINE_INTERCEPTABLE_STUB_FUNCTION(ANeuralNetworksExecution_setLoopTimeout);
117 INIT_INTERCEPTABLE_STUB_FUNCTION("libneuralnetworks.so", ANeuralNetworksExecution_setLoopTimeout); in init_stub_library()
/frameworks/ml/nn/runtime/
Dlibneuralnetworks.map.txt80 ANeuralNetworksExecution_setLoopTimeout; # introduced=30
DNeuralNetworks.cpp1404 int ANeuralNetworksExecution_setLoopTimeout(ANeuralNetworksExecution* execution, in ANeuralNetworksExecution_setLoopTimeout() function
/frameworks/ml/nn/runtime/include/
DNeuralNetworks.h7967 int ANeuralNetworksExecution_setLoopTimeout(ANeuralNetworksExecution* execution, uint64_t duration)
/frameworks/ml/nn/runtime/test/
DTestNeuralNetworksWrapper.h390 return static_cast<Result>(ANeuralNetworksExecution_setLoopTimeout(mExecution, duration)); in setLoopTimeout()
DTestValidation.cpp1238 ASSERT_EQ(ANeuralNetworksExecution_setLoopTimeout(execution, kShortWaitInNanoseconds), in TEST_F()
1333 EXPECT_EQ(ANeuralNetworksExecution_setLoopTimeout(nullptr, kShortWaitInNanoseconds), in TEST_F()
/frameworks/ml/nn/tools/api/
DNeuralNetworks.t2393 int ANeuralNetworksExecution_setLoopTimeout(ANeuralNetworksExecution* execution, uint64_t duration)