Searched refs:error (Results 176 - 200 of 622) sorted by relevance

1234567891011>>

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Daacenc.c42 int error; local
56 error = 0;
85 error = 1;
88 if(!error)
94 error = 1;
98 if (!error) {
100 error = (PsyNew(&hAacEnc->psyKernel, MAX_CHANNELS, pMemOP) ||
104 if (!error) {
106 error = QCOutNew(&hAacEnc->qcOut,MAX_CHANNELS, pMemOP);
109 if (!error) {
[all...]
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
H A DTestCaseCollector.java114 mTestCases.add(error(clazz, "InstantiationException: could not instantiate " +
117 mTestCases.add(error(clazz, "IllegalAccessException: could not instantiate " +
122 private UiAutomatorTestCase error(Class<?> clazz, final String message) { method in class:TestCaseCollector
/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfUtils.cpp42 // Check if the last pdfium command failed and if so, forward the error to java via an exception. If
45 long error = FPDF_GetLastError(); local
46 switch (error) {
63 jniThrowException(env, "java/io/IOException", "page not found or content error");
67 jniThrowException(env, "java/lang/Exception", "load XFA error");
70 jniThrowException(env, "java/lang/Exception", "layout XFA error");
75 jniThrowExceptionFmt(env, "java/lang/Exception", "unknown error %d", error);
/frameworks/base/opengl/java/android/opengl/
H A DGLUtils.java80 * error.
163 * error.
220 * Return a string for the EGL error code, or the hex representation
221 * if the error is unknown.
223 * @param error The EGL error to convert into a String.
225 * @return An error string corresponding to the EGL error code.
227 public static String getEGLErrorString(int error) { argument
228 switch (error) {
[all...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DOSUResponse.java53 OSUError error = null;
57 error = OMAConstants.mapError(child.getAttributeValue("errorCode"));
61 mError = error;
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DRenderer.java163 protected void pushOnError(int type, int extra, Bundle extras, Throwable error) { argument
165 listener.onError(type, extra, extras, error);
199 * When an error occurs onError will be called but not onStateChanged.
200 * The Manager will remain in the error state until
204 Throwable error);
208 * transitions except to an error state.
203 onError(int type, int extra, Bundle extras, Throwable error) argument
/frameworks/base/tools/aapt2/
H A DLoadedApk.cpp31 std::string error; local
32 std::unique_ptr<io::ZipFileCollection> apk = io::ZipFileCollection::Create(path, &error);
34 context->GetDiagnostics()->Error(DiagMessage(source) << error);
H A DResourceParser.cpp131 bool error = false; local
133 error |= !AddResourcesToTable(table, diag, &child);
135 return !error;
263 bool error = false; local
278 error |= !ParseResources(parser);
284 << "xml parser error: " << parser->error());
287 return !error;
293 bool error = false; local
307 error
770 bool error = false; local
952 bool error = false; local
1139 bool error = false; local
1207 bool error = false; local
1250 bool error = false; local
1343 bool error = false; local
[all...]
/frameworks/base/tools/aapt2/link/
H A DProductFilter.cpp84 bool error = false; local
103 // An error occurred, we could not pick a product.
104 error = true;
120 return !error;
/frameworks/rs/rsov/compiler/
H A DRSSPIRVWriter.cpp142 int error; local
143 auto wordsOut = spiritPasses.run(words, &error);
145 if (error != 0) {
/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/av/include/media/
H A DIRemoteDisplayClient.h42 // Error: An unknown / generic error occurred.
57 // It is currently an error for the display to disconnect for any other reason.
61 // or an unrecoverable error occurred and the connection was severed.
62 virtual void onDisplayError(int32_t error) = 0; // one-way
/frameworks/av/media/libmedia/include/media/
H A DIRemoteDisplayClient.h42 // Error: An unknown / generic error occurred.
57 // It is currently an error for the display to disconnect for any other reason.
61 // or an unrecoverable error occurred and the connection was severed.
62 virtual void onDisplayError(int32_t error) = 0; // one-way
/frameworks/av/media/mtp/
H A DAsyncIO.h50 int error; member in struct:aiocb
/frameworks/base/core/java/android/webkit/
H A DWebViewClient.java207 /** Generic error */
231 /** Generic file error */
241 * Report an error to the host application. These errors are unrecoverable
245 * @param errorCode The error code corresponding to an ERROR_* value.
246 * @param description A String describing the error.
257 * Report web resource loading error to the host application. These errors usually indicate
263 * @param error Information about the error occured.
265 public void onReceivedError(WebView view, WebResourceRequest request, WebResourceError error) { argument
268 error
324 onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) argument
[all...]
/frameworks/base/libs/hwui/debug/
H A DGlesDriver.h20 #error Wrapping wasn't enabled, can't use this!
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDocumentsProvider.java131 } catch (SQLiteDiskIOException error) {
133 Log.e(TAG, "Failed to clean database.", error);
319 } catch (FileNotFoundException | RuntimeException error) {
320 Log.e(MtpDocumentsProvider.TAG, "openDocument", error);
321 throw error;
322 } catch (IOException error) {
323 Log.e(MtpDocumentsProvider.TAG, "openDocument", error);
324 throw new IllegalStateException(error);
340 } catch (IOException error) {
341 Log.e(MtpDocumentsProvider.TAG, "openDocumentThumbnail", error);
[all...]
/frameworks/base/tools/aapt2/java/
H A DManifestClassGenerator.cpp107 bool error = false; local
112 error |= !WriteSymbol(res->file.source, diag, child_el,
115 error |= !WriteSymbol(res->file.source, diag, child_el,
121 if (error) {
/frameworks/base/tools/layoutlib/bridge/src/android/text/
H A DAndroidBidi_Delegate.java52 // Invalid code. Log error, assume LEVEL_DEFAULT_LTR and continue.
53 Bridge.getLog().error(LayoutLog.TAG_BROKEN, "Invalid direction flag", null);
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingCameraManager.java68 * Returns the error code {@link ERROR_DISCONNECTED} if disconnected, or one of
69 * {@code CameraDevice.StateCallback#ERROR_*} if there was another error.
71 * @return int Disconnect/error code
78 * Thrown when camera device enters error state during open, or if
252 public void onError(CameraDevice camera, int error) { argument
257 if (error <= 0) {
258 throw new AssertionError("Expected error to be a positive number");
264 mError = error;
274 if (mProxy != null) mProxy.onError(camera, error);
319 "Failed to open camera device: error cod
[all...]
/frameworks/native/libs/vr/libdvr/
H A Ddvr_buffer_queue.cpp122 ALOGE_IF(buffer_status.error() != ETIMEDOUT,
125 return -buffer_status.error();
193 ALOGE_IF(buffer_status.error() != ETIMEDOUT,
196 return -buffer_status.error();
H A Ddvr_surface.cpp91 return -status.error();
128 return -status.error();
152 return -status.error();
176 return -status.error();
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dargument_encoder.h98 // ErrorType error = decoder.DecodeReturn(&return_value);
113 ArgsTupleType DecodeArguments(ErrorType* error) { argument
115 *error = Deserialize(&value, reader_);
134 ArgsTupleType DecodeArguments(ErrorType* error) { argument
136 *error = Deserialize(&value, reader_);
/frameworks/native/libs/vr/libperformance/include/private/dvr/
H A Dperformance_client.h27 explicit PerformanceClient(int* error);
/frameworks/native/opengl/include/EGL/
H A Deglplatform.h106 #error "Platform not recognized"

Completed in 1687 milliseconds

1234567891011>>