Home
last modified time | relevance | path

Searched refs:getExecutionInfo (Results 1 – 18 of 18) sorted by relevance

/aosp12/hardware/interfaces/neuralnetworks/aidl/android/hardware/neuralnetworks/
H A DIFencedExecutionCallback.aidl54 ErrorStatus getExecutionInfo(out Timing timingLaunched, out Timing timingFenced); in getExecutionInfo() method
/aosp12/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/1/android/hardware/neuralnetworks/
H A DIFencedExecutionCallback.aidl37 …android.hardware.neuralnetworks.ErrorStatus getExecutionInfo(out android.hardware.neuralnetworks.T… in getExecutionInfo() method
/aosp12/hardware/interfaces/neuralnetworks/aidl/aidl_api/android.hardware.neuralnetworks/current/android/hardware/neuralnetworks/
H A DIFencedExecutionCallback.aidl37 …android.hardware.neuralnetworks.ErrorStatus getExecutionInfo(out android.hardware.neuralnetworks.T… in getExecutionInfo() method
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/test/
H A DMockFencedExecutionCallback.h32 MOCK_METHOD(Return<void>, getExecutionInfo, (IFencedExecutionCallback::getExecutionInfo_cb cb),
H A DPreparedModelTest.cpp360 EXPECT_CALL(*mockCallback, getExecutionInfo(_)) in TEST()
390 EXPECT_CALL(*mockCallback, getExecutionInfo(_)) in TEST()
695 EXPECT_CALL(*mockCallback, getExecutionInfo(_)) in TEST()
732 EXPECT_CALL(*mockCallback, getExecutionInfo(_)) in TEST()
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/test/
H A DMockFencedExecutionCallback.h34 MOCK_METHOD(ndk::ScopedAStatus, getExecutionInfo,
H A DPreparedModelTest.cpp155 EXPECT_CALL(*mockCallback, getExecutionInfo(_, _, _)) in TEST()
184 EXPECT_CALL(*mockCallback, getExecutionInfo(_, _, _)) in TEST()
352 EXPECT_CALL(*mockCallback, getExecutionInfo(_, _, _)) in TEST()
387 EXPECT_CALL(*mockCallback, getExecutionInfo(_, _, _)) in TEST()
/aosp12/hardware/interfaces/neuralnetworks/1.3/
H A DIFencedExecutionCallback.hal29 * The getExecutionInfo method is used by the clients to query error status
60 getExecutionInfo() generates (ErrorStatus status, Timing timingLaunched, Timing timingFenced);
/aosp12/packages/modules/NeuralNetworks/driver/sample_aidl/
H A DSampleDriver.h146 ndk::ScopedAStatus getExecutionInfo(aidl_hal::Timing* timingLaunched, in getExecutionInfo() function
/aosp12/hardware/interfaces/neuralnetworks/aidl/utils/src/
H A DPreparedModel.cpp187 const auto ret = callback->getExecutionInfo(&timingLaunched, &timingFenced, &errorStatus); in executeFencedInternal()
/aosp12/packages/modules/NeuralNetworks/driver/sample/
H A DSampleDriver.h192 hardware::Return<void> getExecutionInfo(getExecutionInfo_cb callback) override { in getExecutionInfo() function
/aosp12/hardware/interfaces/neuralnetworks/1.3/utils/src/
H A DPreparedModel.cpp78 const auto ret = callback->getExecutionInfo(cb); in fencedExecutionCallback()
/aosp12/packages/modules/NeuralNetworks/shim_and_sl/
H A DShimPreparedModel.cpp159 ndk::ScopedAStatus getExecutionInfo(Timing* timingLaunched, Timing* timingFenced, in getExecutionInfo() function in aidl::android::hardware::neuralnetworks::ShimFencedExecutionCallback
/aosp12/hardware/interfaces/neuralnetworks/utils/adapter/src/
H A DPreparedModel.cpp67 Return<void> getExecutionInfo(getExecutionInfo_cb cb) override { in getExecutionInfo() function in android::hardware::neuralnetworks::adapter::__anon43952b6a0110::FencedExecutionCallback
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DGeneratedTestHarness.cpp683 Return<void> ret = fencedCallback->getExecutionInfo( in EvaluatePreparedModel()
H A DMemoryDomainTests.cpp945 ret = fencedCallback->getExecutionInfo( in executeFenced()
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DGeneratedTestHarness.cpp660 auto ret = executionResult.callback->getExecutionInfo(&timing, &timingFenced, in EvaluatePreparedModel()
H A DMemoryDomainTests.cpp940 executionResult.callback->getExecutionInfo(&time, &timeFenced, &executionStatus); in executeFenced()