Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/
DMediaCodec.java2082 public class IncompatibleWithBlockModelException extends RuntimeException { class in MediaCodec
2083 IncompatibleWithBlockModelException() { } in IncompatibleWithBlockModelException() method in MediaCodec.IncompatibleWithBlockModelException
2085 IncompatibleWithBlockModelException(String message) { in IncompatibleWithBlockModelException() method in MediaCodec.IncompatibleWithBlockModelException
2089 IncompatibleWithBlockModelException(String message, Throwable cause) { in IncompatibleWithBlockModelException() method in MediaCodec.IncompatibleWithBlockModelException
2093 IncompatibleWithBlockModelException(Throwable cause) { in IncompatibleWithBlockModelException() method in MediaCodec.IncompatibleWithBlockModelException
2663 throw new IncompatibleWithBlockModelException("queueInputBuffer() "
2933 throw new IncompatibleWithBlockModelException("queueSecureInputBuffer() " in queueSecureInputBuffer()
2970 throw new IncompatibleWithBlockModelException("dequeueInputBuffer() " in dequeueInputBuffer()
3567 throw new IncompatibleWithBlockModelException("dequeueOutputBuffer() " in dequeueOutputBuffer()
3991 throw new IncompatibleWithBlockModelException("getInputBuffers() " in getInputBuffers()
[all …]
/frameworks/base/boot/
Dpreloaded-classes4772 android.media.MediaCodec$IncompatibleWithBlockModelException
Dboot-image-profile.txt27238 Landroid/media/MediaCodec$IncompatibleWithBlockModelException;
/frameworks/base/config/
Dpreloaded-classes4776 android.media.MediaCodec$IncompatibleWithBlockModelException
Dboot-image-profile.txt37206 Landroid/media/MediaCodec$IncompatibleWithBlockModelException;
/frameworks/base/core/api/
Dcurrent.txt21336 public class MediaCodec.IncompatibleWithBlockModelException extends java.lang.RuntimeException {