Home
last modified time | relevance | path

Searched defs:IncompatibleWithBlockModelException (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
DMediaCodec.java1994 public class IncompatibleWithBlockModelException extends RuntimeException { class in MediaCodec
1995 IncompatibleWithBlockModelException() { } in IncompatibleWithBlockModelException() method in MediaCodec.IncompatibleWithBlockModelException
1997 IncompatibleWithBlockModelException(String message) { in IncompatibleWithBlockModelException() method in MediaCodec.IncompatibleWithBlockModelException
2001 IncompatibleWithBlockModelException(String message, Throwable cause) { in IncompatibleWithBlockModelException() method in MediaCodec.IncompatibleWithBlockModelException
2005 IncompatibleWithBlockModelException(Throwable cause) { in IncompatibleWithBlockModelException() method in MediaCodec.IncompatibleWithBlockModelException