Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodec.java2189 public class IncompatibleWithBlockModelException extends RuntimeException { class in MediaCodec
2190 IncompatibleWithBlockModelException() { } in IncompatibleWithBlockModelException() method in MediaCodec.IncompatibleWithBlockModelException
2192 IncompatibleWithBlockModelException(String message) { in IncompatibleWithBlockModelException() method in MediaCodec.IncompatibleWithBlockModelException
2196 IncompatibleWithBlockModelException(String message, Throwable cause) { in IncompatibleWithBlockModelException() method in MediaCodec.IncompatibleWithBlockModelException
2200 IncompatibleWithBlockModelException(Throwable cause) { in IncompatibleWithBlockModelException() method in MediaCodec.IncompatibleWithBlockModelException