/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestExecution.cpp | 84 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 D | PreparedModelCallback.cpp | 33 mErrorStatus = errorStatus; in notifyInternal() 68 return mErrorStatus; in getStatus()
|
H A D | PreparedModelCallback.h | 203 ErrorStatus mErrorStatus = ErrorStatus::GENERAL_FAILURE; variable
|
/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
H A D | Callbacks.cpp | 38 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 D | ExecutionCallback.cpp | 56 return mErrorStatus; in getStatus() 149 mErrorStatus = errorStatus; in notifyInternal() 155 ErrorStatus status = mOnFinish(mErrorStatus, mOutputShapes); in notifyInternal() 158 mErrorStatus = status; in notifyInternal()
|
H A D | ExecutionCallback.h | 217 ErrorStatus mErrorStatus = ErrorStatus::GENERAL_FAILURE; variable
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
H A D | Callbacks.cpp | 45 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 D | Callbacks.cpp | 46 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 D | Callbacks.cpp | 36 mErrorStatus = errorStatus; in notify() 51 return mErrorStatus; in getStatus()
|
H A D | Callbacks.h | 125 ErrorStatus mErrorStatus = ErrorStatus::GENERAL_FAILURE; variable
|
/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/include/1.0/ |
H A D | Callbacks.h | 124 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 D | Callbacks.h | 154 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 D | Callbacks.h | 184 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 D | FLACDecoder.h | 90 FLAC__StreamDecoderErrorStatus mErrorStatus; variable
|
H A D | FLACDecoder.cpp | 118 mErrorStatus = status; in errorCallback() 181 mErrorStatus((FLAC__StreamDecoderErrorStatus) -1) { in FLACDecoder()
|
/aosp12/frameworks/av/media/extractors/flac/ |
H A D | FLACExtractor.cpp | 168 FLAC__StreamDecoderErrorStatus mErrorStatus; member in android::FLACParser 400 mErrorStatus = status; in errorCallback() 464 mErrorStatus((FLAC__StreamDecoderErrorStatus) -1) in FLACParser()
|