Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/
H A DMediaCodec.java2043 public class IncompatibleWithBlockModelException extends RuntimeException { class in MediaCodec
2044 IncompatibleWithBlockModelException() { } in IncompatibleWithBlockModelException() method in MediaCodec.IncompatibleWithBlockModelException
2046 IncompatibleWithBlockModelException(String message) { in IncompatibleWithBlockModelException() method in MediaCodec.IncompatibleWithBlockModelException
2050 IncompatibleWithBlockModelException(String message, Throwable cause) { in IncompatibleWithBlockModelException() method in MediaCodec.IncompatibleWithBlockModelException
2054 IncompatibleWithBlockModelException(Throwable cause) { in IncompatibleWithBlockModelException() method in MediaCodec.IncompatibleWithBlockModelException