HomeSort by relevance Sort by last modified time
    Searched defs:LegacyExceptionUtils (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyExceptionUtils.java 28 public class LegacyExceptionUtils {
29 private static final String TAG = "LegacyExceptionUtils";
135 private LegacyExceptionUtils() {
SurfaceTextureRenderer.java 252 throws LegacyExceptionUtils.BufferQueueAbandonedException {
262 } catch (LegacyExceptionUtils.BufferQueueAbandonedException e) {
408 } catch (LegacyExceptionUtils.BufferQueueAbandonedException e) {
530 throws LegacyExceptionUtils.BufferQueueAbandonedException {
534 throw new LegacyExceptionUtils.BufferQueueAbandonedException();
558 throws LegacyExceptionUtils.BufferQueueAbandonedException {
574 throw new LegacyExceptionUtils.BufferQueueAbandonedException();
677 } catch (LegacyExceptionUtils.BufferQueueAbandonedException e) {
758 } catch (LegacyExceptionUtils.BufferQueueAbandonedException e) {
775 } catch (LegacyExceptionUtils.BufferQueueAbandonedException e)
    [all...]

Completed in 63 milliseconds