Home
last modified time | relevance | path

Searched refs:IExecutionCallback (Results 1 – 16 of 16) sorted by relevance

/hardware/interfaces/neuralnetworks/1.3/
DIExecutionCallback.hal19 import @1.2::IExecutionCallback;
24 * IExecutionCallback must be used to return the error status result from an
27 interface IExecutionCallback extends @1.2::IExecutionCallback {
30 * There are three notify methods declared for the IExecutionCallback
DAndroid.bp10 "IExecutionCallback.hal",
DIPreparedModel.hal27 import IExecutionCallback;
119 OptionalTimeoutDuration loopTimeoutDuration, IExecutionCallback callback)
/hardware/interfaces/neuralnetworks/1.2/
DIExecutionCallback.hal20 import @1.0::IExecutionCallback;
23 * IExecutionCallback must be used to return the error status result from an
26 interface IExecutionCallback extends @1.0::IExecutionCallback {
DAndroid.bp11 "IExecutionCallback.hal",
DIPreparedModel.hal24 import IExecutionCallback;
89 execute_1_2(Request request, MeasureTiming measure, IExecutionCallback callback)
/hardware/qcom/neuralnetworks/hvxservice/1.0/
DPreparedModel.cpp38 const sp<IExecutionCallback>& callback) { in asyncExecute()
48 const sp<IExecutionCallback>& callback) { in execute()
DPreparedModel.h56 const sp<IExecutionCallback>& callback) override;
/hardware/interfaces/neuralnetworks/1.0/
DAndroid.bp9 "IExecutionCallback.hal",
DIExecutionCallback.hal20 * IExecutionCallback must be used to return the error status result from an
23 interface IExecutionCallback {
DIPreparedModel.hal19 import IExecutionCallback;
79 execute(Request request, IExecutionCallback callback)
/hardware/interfaces/neuralnetworks/1.0/vts/functional/include/1.0/
DCallbacks.h141 class ExecutionCallback : public IExecutionCallback {
/hardware/interfaces/neuralnetworks/1.2/vts/functional/include/1.2/
DCallbacks.h172 class ExecutionCallback : public IExecutionCallback {
/hardware/interfaces/neuralnetworks/1.3/vts/functional/include/1.3/
DCallbacks.h202 class ExecutionCallback : public IExecutionCallback {
/hardware/interfaces/
Dcurrent.txt249 …dcce678cd7e3da2262124befb460b1c9aea9492813b android.hardware.neuralnetworks@1.0::IExecutionCallback
271 …f1b438021938e2396139e85db2ed65783b08800aa52 android.hardware.neuralnetworks@1.0::IExecutionCallback
533 …302b41c7cc93d2636d8364a44bd0f85be0c92927ff8 android.hardware.neuralnetworks@1.2::IExecutionCallback
641 …a8f441b59eaf1c68d7f03f577833e1824de75a36b17 android.hardware.neuralnetworks@1.3::IExecutionCallback
/hardware/interfaces/neuralnetworks/1.3/vts/functional/
DMemoryDomainTests.cpp195 const sp<V1_0::IExecutionCallback>&) override { in execute() argument
199 const sp<V1_2::IExecutionCallback>&) override { in execute_1_2() argument
205 const sp<V1_3::IExecutionCallback>&) override { in execute_1_3() argument