Searched refs:error (Results 226 - 250 of 745) sorted by relevance

1234567891011>>

/frameworks/av/media/libaaudio/tests/
H A Dtest_bad_disconnect.cpp34 aaudio_result_t error);
129 aaudio_result_t error) {
130 if (error == AAUDIO_ERROR_DISCONNECTED) {
126 s_myErrorCallbackProc( AAudioStream *stream __unused, void *userData __unused, aaudio_result_t error) argument
/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/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/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/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;
H A DTableMerger.cpp48 bool error = false; local
59 error |= !DoMerge(src, table, package.get(), false /*mangle*/, overlay, allow_new);
62 return !error;
69 bool error = false; local
79 error |= !DoMerge(src, table, package.get(), mangle, false /*overlay*/, true /*allow_new*/);
81 return !error;
203 bool error = false; local
208 error = true;
233 error = true;
238 error
[all...]
/frameworks/native/services/surfaceflinger/
H A DBufferLayer.cpp627 auto error = hwcLayer->setVisibleRegion(visible); local
628 if (error != HWC2::Error::None) {
630 to_string(error).c_str(), static_cast<int32_t>(error));
634 error = hwcLayer->setSurfaceDamage(surfaceDamageRegion);
635 if (error != HWC2::Error::None) {
637 to_string(error).c_str(), static_cast<int32_t>(error));
645 error = hwcLayer->setSidebandStream(getBE().compositionInfo.hwc.sidebandStream->handle());
646 if (error !
[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/libaaudio/src/binding/
H A DSharedMemoryParcelable.cpp67 if (status != NO_ERROR) goto error;
75 goto error;
82 if (status != NO_ERROR) goto error;
87 error:
/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/base/core/java/android/net/
H A DKeepalivePacketData.java84 public final int error; field in class:KeepalivePacketData.InvalidPacketException
85 public InvalidPacketException(int error) { argument
86 this.error = error;
/frameworks/base/core/java/android/webkit/
H A DWebViewClient.java241 /** Generic error */
265 /** Generic file error */
294 * Report an error to the host application. These errors are unrecoverable
298 * @param errorCode The error code corresponding to an ERROR_* value.
299 * @param description A String describing the error.
310 * Report web resource loading error to the host application. These errors usually indicate
316 * @param error Information about the error occurred.
318 public void onReceivedError(WebView view, WebResourceRequest request, WebResourceError error) { argument
321 error
386 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.java135 } catch (SQLiteDiskIOException error) {
137 Log.e(TAG, "Failed to clean database.", error);
323 } catch (FileNotFoundException | RuntimeException error) {
324 Log.e(MtpDocumentsProvider.TAG, "openDocument", error);
325 throw error;
326 } catch (IOException error) {
327 Log.e(MtpDocumentsProvider.TAG, "openDocument", error);
328 throw new IllegalStateException(error);
344 } catch (IOException error) {
345 Log.e(MtpDocumentsProvider.TAG, "openDocumentThumbnail", error);
[all...]
/frameworks/base/tools/aapt2/java/
H A DManifestClassGenerator.cpp101 bool error = false; local
106 error |= !WriteSymbol(res->file.source, diag, child_el, permission_class.get());
108 error |= !WriteSymbol(res->file.source, diag, child_el, permission_group_class.get());
113 if (error) {
/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/include/binder/
H A DActivityManager.h70 #error "This header is not visible to vendors"
H A DPermissionController.h66 #error "This header is not visible to vendors"
/frameworks/native/include/ui/
H A DGralloc2.h119 Error error = mMapper.createDescriptor(descriptorInfo, &descriptor); local
120 if (error == Error::NONE) {
121 error = allocate(descriptor, count, outStride, outBufferHandles);
123 return error;
/frameworks/native/libs/binder/include/binder/
H A DActivityManager.h70 #error "This header is not visible to vendors"
H A DPermissionController.h66 #error "This header is not visible to vendors"
/frameworks/native/libs/ui/include/ui/
H A DGralloc2.h119 Error error = mMapper.createDescriptor(descriptorInfo, &descriptor); local
120 if (error == Error::NONE) {
121 error = allocate(descriptor, count, outStride, outBufferHandles);
123 return error;
/frameworks/native/libs/ui/include_vndk/ui/
H A DGralloc2.h119 Error error = mMapper.createDescriptor(descriptorInfo, &descriptor); local
120 if (error == Error::NONE) {
121 error = allocate(descriptor, count, outStride, outBufferHandles);
123 return 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.h31 explicit PerformanceClient(int* error);

Completed in 480 milliseconds

1234567891011>>