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 261 } catch (LegacyExceptionUtils.BufferQueueAbandonedException e) {
407 } catch (LegacyExceptionUtils.BufferQueueAbandonedException e) {
529 throws LegacyExceptionUtils.BufferQueueAbandonedException {
533 throw new LegacyExceptionUtils.BufferQueueAbandonedException();
654 } catch (LegacyExceptionUtils.BufferQueueAbandonedException e) {
735 } catch (LegacyExceptionUtils.BufferQueueAbandonedException e) {
752 } catch (LegacyExceptionUtils.BufferQueueAbandonedException e) {
777 } catch (LegacyExceptionUtils.BufferQueueAbandonedException e) {

Completed in 257 milliseconds