OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BufferQueueAbandonedException
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/core/java/android/hardware/camera2/legacy/
LegacyExceptionUtils.java
42
public static class
BufferQueueAbandonedException
extends AndroidException {
43
public
BufferQueueAbandonedException
() {}
45
public
BufferQueueAbandonedException
(String name) {
49
public
BufferQueueAbandonedException
(String name, Throwable cause) {
53
public
BufferQueueAbandonedException
(Exception cause) {
65
* @throws {@link
BufferQueueAbandonedException
} for -ENODEV.
69
public static int throwOnError(int errorFlag) throws
BufferQueueAbandonedException
{
73
throw new
BufferQueueAbandonedException
();
RequestHolder.java
91
throws LegacyExceptionUtils.
BufferQueueAbandonedException
{
109
throws LegacyExceptionUtils.
BufferQueueAbandonedException
{
123
} catch (LegacyExceptionUtils.
BufferQueueAbandonedException
e) {
140
} catch (LegacyExceptionUtils.
BufferQueueAbandonedException
e) {
251
throws LegacyExceptionUtils.
BufferQueueAbandonedException
{
LegacyCameraDevice.java
276
static boolean needsConversion(Surface s) throws
BufferQueueAbandonedException
{
378
} catch (
BufferQueueAbandonedException
e) {
422
} catch (
BufferQueueAbandonedException
e) {
577
* @throws
BufferQueueAbandonedException
if the {@code surface} was invalid
579
public static Size getSurfaceSize(Surface surface) throws
BufferQueueAbandonedException
{
612
} catch(
BufferQueueAbandonedException
e) {
630
} catch(
BufferQueueAbandonedException
e) {
648
public static int detectSurfaceType(Surface surface) throws
BufferQueueAbandonedException
{
665
public static int detectSurfaceDataspace(Surface surface) throws
BufferQueueAbandonedException
{
670
static void connectSurface(Surface surface) throws
BufferQueueAbandonedException
{
[
all
...]
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
...]
RequestThreadManager.java
243
} catch (LegacyExceptionUtils.
BufferQueueAbandonedException
e) {
372
} catch (LegacyExceptionUtils.
BufferQueueAbandonedException
e) {
415
} catch (LegacyExceptionUtils.
BufferQueueAbandonedException
e) {
534
} catch (LegacyExceptionUtils.
BufferQueueAbandonedException
e) {
[
all
...]
CaptureCollector.java
118
} catch (LegacyExceptionUtils.
BufferQueueAbandonedException
e) {
/frameworks/base/core/java/android/hardware/camera2/utils/
SurfaceUtils.java
21
import android.hardware.camera2.legacy.LegacyExceptionUtils.
BufferQueueAbandonedException
;
69
} catch (
BufferQueueAbandonedException
e) {
85
} catch (
BufferQueueAbandonedException
e) {
101
} catch (
BufferQueueAbandonedException
e) {
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 399 milliseconds