Searched refs:notifyInternal (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | Callbacks.cpp | 35 Return<void> PreparedModelCallback::notifyInternal(ErrorStatus errorStatus, in notifyInternal() function in android::hardware::neuralnetworks::V1_3::implementation::PreparedModelCallback 57 return notifyInternal(static_cast<ErrorStatus>(errorStatus), preparedModel); in notify() 62 return notifyInternal(static_cast<ErrorStatus>(errorStatus), preparedModel); in notify_1_2() 67 return notifyInternal(errorStatus, preparedModel); in notify_1_3() 88 return notifyInternal(static_cast<ErrorStatus>(errorStatus), {}, kNoTiming); in notify() 94 return notifyInternal(static_cast<ErrorStatus>(errorStatus), outputShapes, timing); in notify_1_2() 100 return notifyInternal(errorStatus, outputShapes, timing); in notify_1_3() 123 Return<void> ExecutionCallback::notifyInternal(ErrorStatus errorStatus, in notifyInternal() function in android::hardware::neuralnetworks::V1_3::implementation::ExecutionCallback
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | Callbacks.cpp | 77 notifyInternal(errorStatus, {}, kNoTiming); in notify() 88 notifyInternal(ErrorStatus::GENERAL_FAILURE, {}, kNoTiming); in notify_1_2() 96 notifyInternal(ErrorStatus::GENERAL_FAILURE, {}, kNoTiming); in notify_1_2() 100 notifyInternal(errorStatus, outputShapes, timing); in notify_1_2() 124 void ExecutionCallback::notifyInternal(ErrorStatus errorStatus, in notifyInternal() function in android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/include/1.3/ |
D | Callbacks.h | 179 Return<void> notifyInternal(ErrorStatus status, const sp<V1_0::IPreparedModel>& preparedModel); 377 Return<void> notifyInternal(V1_3::ErrorStatus errorStatus,
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/include/1.2/ |
D | Callbacks.h | 311 void notifyInternal(V1_0::ErrorStatus errorStatus, const hidl_vec<OutputShape>& outputShapes,
|