Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.2/
DIPreparedModelCallback.hal30 * Either notify_1_2 or notify must be invoked immediately after the asynchronous
32 * successfully prepared, either notify_1_2 or notify must be invoked with
34 * successfully prepared, either notify_1_2 or notify must be invoked with the
37 * IDevice::prepareModel is invalid, either notify_1_2 or notify must be invoked
54 oneway notify_1_2(ErrorStatus status, IPreparedModel preparedModel);
DIExecutionCallback.hal29 * Either notify_1_2 or notify must be invoked immediately after the asynchronous
30 * task has finished performing the execution. Either notify_1_2 or notify must be
32 * not launched, either notify_1_2 or notify must be invoked with the appropriate
58 oneway notify_1_2(ErrorStatus status, vec<OutputShape> outputShapes, Timing timing);
/hardware/interfaces/neuralnetworks/1.0/vts/functional/
DCallbacks.h213 Return<void> notify_1_2(ErrorStatus status,
317 Return<void> notify_1_2(ErrorStatus status, const hidl_vec<OutputShape>& outputShapes,
323 return notify_1_2(status, outputShapes, timing); in notify()
DCallbacks.cpp114 Return<void> PreparedModelCallback::notify_1_2(ErrorStatus errorStatus, in notify_1_2() function in android::hardware::neuralnetworks::V1_2::implementation::PreparedModelCallback
144 Return<void> ExecutionCallback::notify_1_2(ErrorStatus errorStatus, in notify_1_2() function in android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback