Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/
H A 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
2823 throw new IncompatibleWithBlockModelException("queueInputBuffer() "
4160 throw new IncompatibleWithBlockModelException("getInputBuffers() " in getInputBuffers()
4239 throw new IncompatibleWithBlockModelException("getInputBuffer() " in getInputBuffer()
4276 throw new IncompatibleWithBlockModelException("getInputImage() " in getInputImage()
4313 throw new IncompatibleWithBlockModelException("getOutputBuffer() " in getOutputBuffer()
[all …]
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes5046 android.media.MediaCodec$IncompatibleWithBlockModelException
H A Dboot-image-profile.txt27830 Landroid/media/MediaCodec$IncompatibleWithBlockModelException;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes5050 android.media.MediaCodec$IncompatibleWithBlockModelException
H A Dboot-image-profile.txt37937 Landroid/media/MediaCodec$IncompatibleWithBlockModelException;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt22670 public class MediaCodec.IncompatibleWithBlockModelException extends java.lang.RuntimeException {