Searched refs:error (Results 201 - 225 of 524) sorted by relevance

1234567891011>>

/frameworks/base/tools/aapt2/proto/
H A DTableProtoDeserializer.cpp78 mDiag->error(DiagMessage(mSource) << "unknown type '" << pbType.name() << "'");
132 mDiag->error(DiagMessage(mSource) << "invalid configuration");
140 mDiag->error(DiagMessage(mSource) << "duplicate configuration");
214 mDiag->error(DiagMessage(mSource) << "unknown item");
324 mDiag->error(DiagMessage(mSource) << "unknown compound value");
328 mDiag->error(DiagMessage(mSource) << "unknown value");
355 mDiag->error(DiagMessage(mSource) << "invalid reference name '"
398 diag->error(DiagMessage(source) << "no string pool found");
406 diag->error(DiagMessage(source) << "invalid string pool");
415 diag->error(DiagMessag
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcRects.cpp365 bool error; local
384 rect.displayFrame = hwcTestParseHwcRect(in, error);
385 if (error) {
453 rect.color = hwcTestParseColor(in, error);
454 if (error) {
466 rect.sourceDim = hwcTestParseDim(in, error);
467 if (error) {
473 rect.sourceCrop = hwcTestParseHwcRect(in, error);
474 if (error) {
H A DhwcTestLib.h129 ColorFract hwcTestParseColor(std::istringstream& in, bool& error);
130 struct hwc_rect hwcTestParseHwcRect(std::istringstream& in, bool& error);
131 HwcTestDim hwcTestParseDim(std::istringstream& in, bool& error);
/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsUt.java533 private void sendFailureReport(Message result, ImsReasonInfo error) { argument
534 if (result == null || error == null) {
539 // If ImsReasonInfo object does not have a String error code, use a
540 // default error string.
541 if (error.mExtraMessage == null) {
545 errorString = new String(error.mExtraMessage);
547 AsyncResult.forMessage(result, null, new ImsException(errorString, error.mCode));
599 public void utConfigurationUpdateFailed(IImsUt ut, int id, ImsReasonInfo error) { argument
603 sendFailureReport(mPendingCmds.get(key), error);
622 public void utConfigurationQueryFailed(IImsUt ut, int id, ImsReasonInfo error) { argument
[all...]
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCameraDeviceState.java65 * error has occurred.
91 * @param error the error to set. Should be one of the error codes defined in
94 public synchronized void setError(int error) { argument
95 mCurrentError = error;
107 * @return {@code false} if an error has occurred.
122 * @return {@code false} if an error has occurred.
139 * @param captureError Report a recoverable error for a single request using a valid
140 * error cod
236 doStateTransition(int newState, final long timestamp, final int error) argument
[all...]
/frameworks/base/core/java/android/printservice/
H A DPrintJob.java176 * not successfully printed due to an error. This is a final state.
271 * @param error The human readable, short, and translated reason
280 public boolean fail(@Nullable String error) { argument
283 return setState(PrintJobInfo.STATE_FAILED, error);
465 private boolean setState(int state, @Nullable String error) { argument
467 if (mPrintServiceClient.setPrintJobState(mCachedInfo.getId(), state, error)) {
472 mCachedInfo.setStatus(error);
H A DIPrintServiceClient.aidl35 boolean setPrintJobState(in PrintJobId printJobId, int state, String error);
/frameworks/native/cmds/dumpsys/
H A Ddumpsys.cpp221 bool error = false; local
234 error = true;
246 error = true;
256 error = true;
265 if (timed_out || error) {
/frameworks/rs/cpp/
H A DRenderScript.cpp106 goto error;
122 goto error;
131 error:
197 void RS::throwError(RSError error, const char *errMsg) { argument
199 mCurrentError = error;
200 ALOGE("RS CPP error: %s", errMsg);
202 ALOGE("RS CPP error (masked by previous error): %s", errMsg);
232 ALOGE("RS::message handler realloc error %zu", rbuf_size);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java125 CharSequence error = mCurrentCommand.getError();
129 notifyUpdateFailed(error);
159 public void onUpdateFailed(CharSequence error); argument
345 throw new IllegalStateException("No update error to clear");
395 private void notifyUpdateFailed(CharSequence error) { argument
399 mUpdateCallbacks.onUpdateFailed(error);
661 protected final void failed(CharSequence error) { argument
667 mError = error;
803 private void handleOnLayoutFailed(CharSequence error, int sequence) { argument
814 failed(error);
957 onLayoutFailed(CharSequence error, int sequence) argument
1112 handleOnWriteFailed(CharSequence error, int sequence) argument
1240 onWriteFailed(CharSequence error, int sequence) argument
[all...]
/frameworks/rs/api/
H A DSpecification.cpp165 scanner->error(lineNumber) << "Should have a name.\n";
171 scanner->error(lineNumber) << "Should have a name.\n";
188 scanner->error(lineNumber) << "Incorrect range " << testOption << "\n";
196 scanner->error(lineNumber) << "Incorrect testOption " << testOption << "\n";
203 scanner->error(lineNumber) << "Incorrect testOption " << testOption << "\n";
210 scanner->error(lineNumber) << "Unrecognized testOption " << testOption << "\n";
222 scanner->error(lineNumber) << "range(,) is only supported for floating point\n";
237 scanner->error() << "Minimum version must >= 9\n";
243 scanner->error() << "Maximum version must >= 9\n";
289 scanner->error() << "deprecate
[all...]
/frameworks/base/drm/java/android/drm/
H A DDrmManagerClient.java50 * Indicates that a request was successful or that no error occurred.
54 * Indicates that an error occurred and the reason is not known.
109 * Called when the DRM framework sends error information.
112 * @param event The {@link DrmErrorEvent} instance that wraps the error type and message.
137 DrmErrorEvent error = null;
153 error = new DrmErrorEvent(mUniqueId,
162 error = new DrmErrorEvent(mUniqueId,
174 if (null != mOnErrorListener && null != error) {
175 mOnErrorListener.onError(DrmManagerClient.this, error);
203 DrmErrorEvent error
[all...]
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DSystemAudioAction.java98 public void onSendCompleted(int error) {
99 if (error != Constants.SEND_RESULT_SUCCESS) {
100 HdmiLogger.debug("Failed to send <System Audio Mode Request>:" + error);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DGLToolbox.java118 // For some devices, "pixels" being null causes system error.
174 int error;
175 while ((error = GLES20.glGetError()) != GLES20.GL_NO_ERROR) {
176 throw new RuntimeException("GL Operation '" + operation + "' caused error "
177 + Integer.toHexString(error) + "!");
/frameworks/base/tools/aapt2/dump/
H A DDump.cpp66 context->getDiagnostics()->error(DiagMessage(filePath)
73 context->getDiagnostics()->error(DiagMessage(filePath)
91 context->getDiagnostics()->error(DiagMessage(filePath) << err);
/frameworks/base/tools/aapt2/flatten/
H A DArchive.cpp39 diag->error(DiagMessage() << "directory " << mOutDir << " does not exist");
42 diag->error(DiagMessage() << mOutDir << " is not a directory");
102 diag->error(DiagMessage() << "failed to open " << path << ": " << strerror(errno));
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DNinePatch_Delegate.java87 Bridge.getLog().error(null, "Failed to serialize NinePatchChunk.", e, null /*data*/);
128 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
132 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
/frameworks/compile/libbcc/lib/Support/
H A DCompilerConfig.cpp88 std::string error; local
89 mTarget = llvm::TargetRegistry::lookupTarget(mTriple, error);
94 mTriple.c_str(), error.c_str());
/frameworks/native/opengl/libs/EGL/
H A Degl.cpp64 char const* const error = "call to OpenGL ES API with " local
67 ALOGE(error);
69 LOG_ALWAYS_FATAL(error);
155 // implementation too, so we don't have to generate a GL error here
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DAndroid.mk25 # We need this because the current asm generates the following link error:
/frameworks/base/core/jni/
H A Dandroid_util_Log.cpp41 jint error; member in struct:android::levels_t
141 levels.error = env->GetStaticIntField(clazz, GetStaticFieldIDOrDie(env, clazz, "ERROR", "I"));
/frameworks/base/media/java/android/media/tv/
H A DITvInputClient.aidl50 void onError(int error, int seq);
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DPipeManager.java84 } catch (IOException error) {
107 } catch (IOException error) {
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
H A DPipeManagerTest.java102 } catch (Throwable error) {
103 assertTrue(error instanceof IOException);
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DClientMonitor.java132 * Called when we get notification from fingerprintd that an error has occurred with the
134 * @param error
137 public boolean onError(int error) { argument
140 mReceiver.onError(getHalDeviceId(), error);

Completed in 600 milliseconds

1234567891011>>