Searched refs:notifyInternal (Results 1 – 2 of 2) sorted by relevance
/frameworks/ml/nn/runtime/ |
D | Callbacks.cpp | 35 Return<void> PreparedModelCallback::notifyInternal(bool deadObject, ErrorStatus errorStatus, in notifyInternal() function in android::nn::PreparedModelCallback 58 return notifyInternal(false, static_cast<ErrorStatus>(errorStatus), preparedModel); in notify() 63 return notifyInternal(false, static_cast<ErrorStatus>(errorStatus), preparedModel); in notify_1_2() 68 return notifyInternal(false, errorStatus, preparedModel); in notify_1_3() 72 notifyInternal(true, ErrorStatus::GENERAL_FAILURE, nullptr); in notifyAsDeadObject() 98 return notifyInternal(false, static_cast<ErrorStatus>(errorStatus), {}, kNoTiming); in notify() 104 return notifyInternal(false, static_cast<ErrorStatus>(errorStatus), outputShapes, timing); in notify_1_2() 110 return notifyInternal(false, errorStatus, outputShapes, timing); in notify_1_3() 114 notifyInternal(true, ErrorStatus::GENERAL_FAILURE, {}, kNoTiming); in notifyAsDeadObject() 202 Return<void> ExecutionCallback::notifyInternal(bool deadObject, ErrorStatus errorStatus, in notifyInternal() function in android::nn::ExecutionCallback
|
D | Callbacks.h | 194 hal::Return<void> notifyInternal(bool deadObject, hal::ErrorStatus errorStatus, 464 hal::Return<void> notifyInternal(bool deadObject, hal::ErrorStatus errorStatus,
|