Searched refs:LegacyExceptionUtils (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DRequestHolder.java91 throws LegacyExceptionUtils.BufferQueueAbandonedException {
109 throws LegacyExceptionUtils.BufferQueueAbandonedException {
123 } catch (LegacyExceptionUtils.BufferQueueAbandonedException e) {
140 } catch (LegacyExceptionUtils.BufferQueueAbandonedException e) {
251 throws LegacyExceptionUtils.BufferQueueAbandonedException {
H A DLegacyExceptionUtils.java28 public class LegacyExceptionUtils { class
29 private static final String TAG = "LegacyExceptionUtils";
135 private LegacyExceptionUtils() { method in class:LegacyExceptionUtils
H A DLegacyCameraDevice.java48 import static android.hardware.camera2.legacy.LegacyExceptionUtils.*;
418 return LegacyExceptionUtils.INVALID_OPERATION;
420 return LegacyExceptionUtils.NO_ERROR;
606 LegacyExceptionUtils.throwOnError(nativeDetectSurfaceDimens(surface, /*out*/dimens));
682 return LegacyExceptionUtils.throwOnError(surfaceType);
690 return LegacyExceptionUtils.throwOnError(nativeDetectSurfaceDataspace(surface));
696 LegacyExceptionUtils.throwOnError(nativeConnectSurface(surface));
702 LegacyExceptionUtils.throwOnError(nativeDisconnectSurface(surface));
713 LegacyExceptionUtils.throwOnError(nativeProduceFrame(surface, pixelBuffer, width, height,
721 LegacyExceptionUtils
[all...]
H A DSurfaceTextureRenderer.java252 throws LegacyExceptionUtils.BufferQueueAbandonedException {
262 } catch (LegacyExceptionUtils.BufferQueueAbandonedException e) {
408 } catch (LegacyExceptionUtils.BufferQueueAbandonedException e) {
530 throws LegacyExceptionUtils.BufferQueueAbandonedException {
552 throw new LegacyExceptionUtils.BufferQueueAbandonedException();
576 throws LegacyExceptionUtils.BufferQueueAbandonedException {
592 throw new LegacyExceptionUtils.BufferQueueAbandonedException();
695 } catch (LegacyExceptionUtils.BufferQueueAbandonedException e) {
776 } catch (LegacyExceptionUtils.BufferQueueAbandonedException e) {
793 } catch (LegacyExceptionUtils
[all...]
H A DRequestThreadManager.java248 } catch (LegacyExceptionUtils.BufferQueueAbandonedException e) {
377 } catch (LegacyExceptionUtils.BufferQueueAbandonedException e) {
420 } catch (LegacyExceptionUtils.BufferQueueAbandonedException e) {
516 } catch (LegacyExceptionUtils.BufferQueueAbandonedException e) {
548 } catch (LegacyExceptionUtils.BufferQueueAbandonedException e) {
H A DCaptureCollector.java118 } catch (LegacyExceptionUtils.BufferQueueAbandonedException e) {
H A DCameraDeviceUserShim.java378 LegacyExceptionUtils.throwOnServiceError(initErrors);
/frameworks/base/core/java/android/hardware/camera2/utils/
H A DSurfaceUtils.java21 import android.hardware.camera2.legacy.LegacyExceptionUtils.BufferQueueAbandonedException;
/frameworks/base/config/
H A Dpreloaded-classes1313 android.hardware.camera2.legacy.LegacyExceptionUtils$BufferQueueAbandonedException
H A Dboot-image-profile.txt2495 HPLandroid/hardware/camera2/legacy/LegacyExceptionUtils;->throwOnError(I)I
[all...]

Completed in 91 milliseconds