Searched refs:notify_1_2 (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/neuralnetworks/1.2/ |
D | IPreparedModelCallback.hal | 30 * 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);
|
D | IExecutionCallback.hal | 29 * 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/ |
D | Callbacks.h | 213 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()
|
D | Callbacks.cpp | 114 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
|