Home
last modified time | relevance | path

Searched refs:throwExceptionIfNeeded (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/
H A DMediaCas.java609 MediaCasException.throwExceptionIfNeeded( in setPrivateData()
643 MediaCasException.throwExceptionIfNeeded( in processEcm()
698 MediaCasException.throwExceptionIfNeeded( in sendSessionEvent()
733 MediaCasStateException.throwExceptionIfNeeded( in close()
1058 MediaCasException.throwExceptionIfNeeded(se.errorCode); in setPrivateData()
1061 MediaCasException.throwExceptionIfNeeded( in setPrivateData()
1164 MediaCasException.throwExceptionIfNeeded(cb.mStatus); in openSession()
1230 MediaCasException.throwExceptionIfNeeded(cb.mStatus); in openSession()
1270 MediaCasException.throwExceptionIfNeeded( in processEmm()
1320 MediaCasException.throwExceptionIfNeeded( in sendEvent()
[all …]
H A DMediaCasStateException.java36 static void throwExceptionIfNeeded(int err) { in throwExceptionIfNeeded() method in MediaCasStateException
37 throwExceptionIfNeeded(err, null /* msg */); in throwExceptionIfNeeded()
40 static void throwExceptionIfNeeded(int err, @Nullable String msg) { in throwExceptionIfNeeded() method in MediaCasStateException
H A DMediaCasException.java29 static void throwExceptionIfNeeded(int error) throws MediaCasException { in throwExceptionIfNeeded() method in MediaCasException
41 MediaCasStateException.throwExceptionIfNeeded(error); in throwExceptionIfNeeded()
H A DMediaDescrambler.java147 MediaCasStateException.throwExceptionIfNeeded(e.errorCode, e.getMessage()); in descramble()
171 MediaCasStateException.throwExceptionIfNeeded( in setMediaCasSession()
373 MediaCasStateException.throwExceptionIfNeeded(e.errorCode, e.getMessage()); in descramble()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt26759 Landroid/media/MediaCasException;->throwExceptionIfNeeded(I)V
26764 Landroid/media/MediaCasStateException;->throwExceptionIfNeeded(I)V
26765 Landroid/media/MediaCasStateException;->throwExceptionIfNeeded(ILjava/lang/String;)V