HomeSort by relevance Sort by last modified time
    Searched refs:throwExceptionIfNeeded (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/java/android/media/
MediaCasException.java 29 static void throwExceptionIfNeeded(int error) throws MediaCasException {
41 MediaCasStateException.throwExceptionIfNeeded(error);
MediaCasStateException.java 37 static void throwExceptionIfNeeded(int err) {
38 throwExceptionIfNeeded(err, null /* msg */);
41 static void throwExceptionIfNeeded(int err, @Nullable String msg) {
MediaCas.java 238 MediaCasException.throwExceptionIfNeeded(
262 MediaCasException.throwExceptionIfNeeded(
295 MediaCasStateException.throwExceptionIfNeeded(
444 MediaCasException.throwExceptionIfNeeded(
476 MediaCasException.throwExceptionIfNeeded(cb.mStatus);
500 MediaCasException.throwExceptionIfNeeded(
539 MediaCasException.throwExceptionIfNeeded(
561 MediaCasException.throwExceptionIfNeeded(
583 MediaCasException.throwExceptionIfNeeded(
MediaDescrambler.java 120 MediaCasStateException.throwExceptionIfNeeded(
219 MediaCasStateException.throwExceptionIfNeeded(e.errorCode, e.getMessage());

Completed in 83 milliseconds