Searched defs:error (Results 276 - 293 of 293) sorted by relevance

<<1112

/frameworks/native/services/surfaceflinger/
H A DLayer.cpp621 auto error = hwcLayer->setBlendMode(blendMode); local
622 ALOGE_IF(error != HWC2::Error::None, "[%s] Failed to set blend mode %s:"
624 to_string(error).c_str(), static_cast<int32_t>(error));
679 error = hwcLayer->setDisplayFrame(transformedFrame);
680 if (error != HWC2::Error::None) {
684 to_string(error).c_str(), static_cast<int32_t>(error));
690 error = hwcLayer->setSourceCrop(sourceCrop);
691 if (error !
774 auto error = hwcLayer->setTransform(transform); local
808 auto error = hwcLayer->setVisibleRegion(visible); local
950 auto error = mHwcLayers[hwcId].layer->setCursorPosition(position.left, local
1223 auto error = hwcLayer->setCompositionType(type); local
[all...]
/frameworks/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java931 public void setError(AccessibilityNodeInfo info, CharSequence error) { argument
1490 public void setError(AccessibilityNodeInfo info, CharSequence error) { argument
1491 info.setError(error);
3207 * Sets the error text of this node.
3214 * @param error The error text.
3218 public void setError(CharSequence error) { argument
3219 IMPL.setError(mInfo, error);
3223 * Gets the error text of this node.
3225 * @return The error tex
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java1887 * @param error A localized error message which may be shown to the user, or null
1888 * if the cause of the error is unclear.
1892 public void onError(String error, Bundle data) { argument
2071 // initialized but it is good to check for the error in case there
2086 // initialized but it is good to check for the error in case there
/frameworks/base/core/java/android/hardware/
H A DCamera.java457 throw new RuntimeException("Unknown camera error");
492 * the detailed error code if open fails instead of
497 * @return a detailed errno error code, or {@code NO_ERROR} on success
515 throw new RuntimeException("Unknown camera error");
1826 * Unspecified camera error.
1845 * Callback interface for camera error notification.
1857 * @param error error code:
1864 void onError(int error, Camera camera); argument
1868 * Registers a callback to be invoked when an error occur
[all...]
/frameworks/base/core/java/android/net/
H A DConnectivityManager.java340 * failed. Use {@link #getLastTetherError} to find the error code
1486 /** An error occurred. */
1487 public void onError(int error) {} argument
1497 * {@code onStarted} method will be called. If an error occurs, {@code onError} will be called,
1501 * the operation was successfull or {@code onError} if an error occurred.
1532 /** The hardware returned an error. */
1570 int error = message.arg2;
1572 if (error == SUCCESS) {
1583 mCallback.onError(error);
1586 Log.e(TAG, "Exception in keepalive callback(" + error
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java60 * made immutable and calling a state mutation method generates an error.
2511 * Sets the error text of this node.
2518 * @param error The error text.
2522 public void setError(CharSequence error) { argument
2524 mError = (error == null) ? null : error.subSequence(0, error.length());
2528 * Gets the error text of this node.
2530 * @return The error tex
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLLogWrapper.java253 public static String getErrorString(int error) { argument
254 switch (error) {
270 return getHex(error);
/frameworks/base/tools/aapt/
H A DResource.cpp1074 String8 error; local
1075 int32_t versionCode = AaptXml::getIntegerAttribute(tree, VERSION_CODE_ATTR, &error);
1076 if (error != "") {
1085 String8 versionName = AaptXml::getAttribute(tree, VERSION_NAME_ATTR, &error);
1086 if (error != "") {
1491 // Only verify IDs if there was no error and the file is non-empty.
1819 SourcePos().error("%s has no definition for density split '%s'",
1827 def.source.error("%s has definition for %s",
1832 SourcePos().error("and %d more ...", (int) (defs.size() - defCount));
2978 String8 error; local
[all...]
H A DResourceTable.cpp357 attr.sourcePos.error("A 'name' attribute is required for <attr>\n");
369 attr.sourcePos.error("Tag <attr> 'format' attribute value \"%s\" not valid\n",
386 attr.sourcePos.error("Tag <attr> 'min' attribute must be a number, not \"%s\"\n",
404 attr.sourcePos.error("Tag <attr> 'max' attribute must be a number, not \"%s\"\n",
417 attr.sourcePos.error("Tag <attr> must have format=integer attribute if using max or min\n");
424 bool error; local
425 uint32_t l10n_required = parse_flags(str, len, l10nRequiredFlags, &error);
426 if (error) {
427 attr.sourcePos.error("Tag <attr> 'localization' attribute value \"%s\" not valid\n",
454 .error("Ta
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java246 onError(int error, Object ret) { argument
249 ex = CommandException.fromRilErrno(error);
253 + " error: " + ex + " ret=" + RIL.retToString(mRequest, ret));
3773 int error = responseInfo.error;
3796 + " error: " + error);
3832 if (error != RadioError.NONE) {
3865 * It takes care of sending error response, logging, decrementing wakelock if needed, and
3872 if (responseInfo.error
4055 clearRequestList(int error, boolean loggable) argument
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/av/media/libstagefright/
H A DACodec.cpp88 // returns true if err is a recognized OMX error code.
89 // as OMX error is OMX_S32, this is an int32_t type
94 // converts an OMX error to a status_t
99 return NAME_NOT_FOUND; // can trigger illegal argument error for provided names.
1098 // XXX: Currently this error is logged, but not fatal.
1282 // If an error occurred while dequeuing we need to cancel any buffers
1295 status_t error = cancelBufferToNativeWindow(info); local
1297 err = error;
1469 ALOGW("not dequeuing from native window due to fatal error");
1872 err = OK; // ignore error fo
5311 signalError(OMX_ERRORTYPE error, status_t internalError) argument
[all...]
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java1750 final String error = validateName(packageName, true, true);
1751 if (error != null) {
1753 "Invalid manifest package: " + error);
1762 final String error = validateName(splitName, false, false);
1763 if (error != null) {
1765 "Invalid manifest split: " + error);
1890 * @param outError Human readable error if parsing fails
1944 // If we got null then error was set during child parsing
1967 * @param outError Human readable error message
1968 * @return Parsed package or null on error
7412 public final int error; field in class:PackageParser.PackageParserException
7414 PackageParserException(int error, String detailMessage) argument
7419 PackageParserException(int error, String detailMessage, Throwable throwable) argument
[all...]
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4143 ALOGW("Failure getting entry for 0x%08x (t=%d e=%d) (error %d)\n",
4629 printf("Identifier for name: error=%d\n", mError);
5007 bool error = false; local
5008 while (i < len && !error) {
5009 val = (val*16) + get_hex(s[i], &error);
5016 if (error) {
5357 bool error = false; local
5361 color |= get_hex(s[1], &error) << 20;
5362 color |= get_hex(s[1], &error) << 16;
5363 color |= get_hex(s[2], &error) << 1
[all...]
/frameworks/base/core/java/android/widget/
H A DEditor.java230 * This flag is set if the TextView tries to display an error before it
232 * It causes the error to be shown later, when onAttachedToWindow()
495 public void setError(CharSequence error, Drawable icon) { argument
496 mError = TextUtils.stringOrSpannedString(error);
540 * Returns the X offset to make the pointy top of the error point
541 * at the middle of the error icon.
571 * Returns the Y offset to make the pointy top of the error point
572 * at the bottom of the error icon.
H A DTextView.java3300 // From a developer's perspective, the error drawable isn't
5045 ss.error = getError();
5107 if (ss.error != null) {
5108 final CharSequence error = ss.error;
5109 // Display the error later, after the first layout pass
5113 setError(error);
6076 * Returns the error message that was set to be displayed with
6077 * {@link #setError}, or <code>null</code> if no error was set
6078 * or if it the error wa
6093 setError(CharSequence error) argument
6114 setError(CharSequence error, Drawable icon) argument
11572 CharSequence error; field in class:TextView.SavedState
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 444 milliseconds

<<1112