Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestExecution.cpp84 mErrorStatus(errorStatus) {} in TestPreparedModelLatest()
91 if (mErrorStatus == V1_3::ErrorStatus::NONE) { in execute()
147 if (mErrorStatus == V1_3::ErrorStatus::NONE) { in executeSynchronously()
166 if (mErrorStatus == V1_3::ErrorStatus::NONE) { in executeSynchronously_1_3()
171 cb(mErrorStatus, {shape}, kBadTiming); in executeSynchronously_1_3()
174 cb(mErrorStatus, {}, kBadTiming); in executeSynchronously_1_3()
188 if (mErrorStatus == V1_3::ErrorStatus::NONE) { in configureExecutionBurst()
196 cb(convertToV1_0(mErrorStatus), nullptr); in configureExecutionBurst()
217 if (mErrorStatus == V1_3::ErrorStatus::NONE) { in executeFenced()
256 V1_3::ErrorStatus mErrorStatus; member in android::__anon64cf91bb0110::TestPreparedModelLatest
[all …]
H A DPreparedModelCallback.cpp33 mErrorStatus = errorStatus; in notifyInternal()
68 return mErrorStatus; in getStatus()
H A DPreparedModelCallback.h203 ErrorStatus mErrorStatus = ErrorStatus::GENERAL_FAILURE; variable
/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/
H A DCallbacks.cpp38 mErrorStatus = errorStatus; in notify()
54 return mErrorStatus; in getStatus()
73 mErrorStatus = errorStatus; in notify()
88 return mErrorStatus; in getStatus()
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionCallback.cpp56 return mErrorStatus; in getStatus()
149 mErrorStatus = errorStatus; in notifyInternal()
155 ErrorStatus status = mOnFinish(mErrorStatus, mOutputShapes); in notifyInternal()
158 mErrorStatus = status; in notifyInternal()
H A DExecutionCallback.h217 ErrorStatus mErrorStatus = ErrorStatus::GENERAL_FAILURE; variable
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A DCallbacks.cpp45 mErrorStatus = errorStatus; in notify()
66 return mErrorStatus; in getStatus()
111 return mErrorStatus; in getStatus()
135 mErrorStatus = errorStatus; in notifyInternal()
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DCallbacks.cpp46 mErrorStatus = errorStatus; in notifyInternal()
77 return mErrorStatus; in getStatus()
110 return mErrorStatus; in getStatus()
154 mErrorStatus = errorStatus; in notifyInternal()
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DCallbacks.cpp36 mErrorStatus = errorStatus; in notify()
51 return mErrorStatus; in getStatus()
H A DCallbacks.h125 ErrorStatus mErrorStatus = ErrorStatus::GENERAL_FAILURE; variable
/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/include/1.0/
H A DCallbacks.h124 ErrorStatus mErrorStatus = ErrorStatus::GENERAL_FAILURE; variable
198 ErrorStatus mErrorStatus = ErrorStatus::GENERAL_FAILURE; variable
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/include/1.2/
H A DCallbacks.h154 V1_0::ErrorStatus mErrorStatus = V1_0::ErrorStatus::GENERAL_FAILURE; variable
318 V1_0::ErrorStatus mErrorStatus = V1_0::ErrorStatus::GENERAL_FAILURE; variable
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/include/1.3/
H A DCallbacks.h184 ErrorStatus mErrorStatus = ErrorStatus::GENERAL_FAILURE; variable
384 V1_3::ErrorStatus mErrorStatus = V1_3::ErrorStatus::GENERAL_FAILURE; variable
/aosp12/frameworks/av/media/libstagefright/flac/dec/
H A DFLACDecoder.h90 FLAC__StreamDecoderErrorStatus mErrorStatus; variable
H A DFLACDecoder.cpp118 mErrorStatus = status; in errorCallback()
181 mErrorStatus((FLAC__StreamDecoderErrorStatus) -1) { in FLACDecoder()
/aosp12/frameworks/av/media/extractors/flac/
H A DFLACExtractor.cpp168 FLAC__StreamDecoderErrorStatus mErrorStatus; member in android::FLACParser
400 mErrorStatus = status; in errorCallback()
464 mErrorStatus((FLAC__StreamDecoderErrorStatus) -1) in FLACParser()