Home
last modified time | relevance | path

Searched refs:NoDrmSchemeException (Results 1 – 8 of 8) sorted by relevance

/frameworks/support/media/src/main/java/androidx/media/
DMediaPlayer2.java1598 public abstract void releaseDrm() throws NoDrmSchemeException; in releaseDrm()
1642 throws NoDrmSchemeException; in getDrmKeyRequest()
1666 throws NoDrmSchemeException, DeniedByServerException; in provideDrmKeyResponse()
1676 throws NoDrmSchemeException; in restoreDrmKeys()
1690 throws NoDrmSchemeException; in getDrmPropertyString()
1705 throws NoDrmSchemeException; in setDrmPropertyString()
1728 public static class NoDrmSchemeException extends MediaDrmException { class in MediaPlayer2
1729 public NoDrmSchemeException(String detailMessage) { in NoDrmSchemeException() method in MediaPlayer2.NoDrmSchemeException
DMediaPlayer2Impl.java1298 public void releaseDrm() throws NoDrmSchemeException { in releaseDrm()
1301 } catch (MediaPlayer.NoDrmSchemeException e) { in releaseDrm()
1302 throw new NoDrmSchemeException(e.getMessage()); in releaseDrm()
1349 throws NoDrmSchemeException { in getDrmKeyRequest()
1352 } catch (MediaPlayer.NoDrmSchemeException e) { in getDrmKeyRequest()
1353 throw new NoDrmSchemeException(e.getMessage()); in getDrmKeyRequest()
1379 throws NoDrmSchemeException, DeniedByServerException { in provideDrmKeyResponse()
1382 } catch (MediaPlayer.NoDrmSchemeException e) { in provideDrmKeyResponse()
1383 throw new NoDrmSchemeException(e.getMessage()); in provideDrmKeyResponse()
1396 throws NoDrmSchemeException { in restoreDrmKeys()
[all …]
/frameworks/base/media/java/android/media/
DMediaPlayer2.java2434 public abstract void releaseDrm() throws NoDrmSchemeException; in releaseDrm()
2478 throws NoDrmSchemeException; in getDrmKeyRequest()
2502 throws NoDrmSchemeException, DeniedByServerException; in provideDrmKeyResponse()
2512 throws NoDrmSchemeException; in restoreDrmKeys()
2526 throws NoDrmSchemeException; in getDrmPropertyString()
2541 throws NoDrmSchemeException; in setDrmPropertyString()
2564 public abstract static class NoDrmSchemeException extends MediaDrmException { class in MediaPlayer2
2565 protected NoDrmSchemeException(String detailMessage) { in NoDrmSchemeException() method in MediaPlayer2.NoDrmSchemeException
DMediaPlayer.java4769 throws NoDrmSchemeException in releaseDrm()
4776 throw new NoDrmSchemeException("releaseDrm: No active DRM scheme to release."); in releaseDrm()
4841 throws NoDrmSchemeException in getKeyRequest()
4850 throw new NoDrmSchemeException("getKeyRequest: Has to set a DRM scheme first."); in getKeyRequest()
4902 throws NoDrmSchemeException, DeniedByServerException in provideKeyResponse()
4910 throw new NoDrmSchemeException("getKeyRequest: Has to set a DRM scheme first."); in provideKeyResponse()
4946 throws NoDrmSchemeException in restoreKeys()
4954 throw new NoDrmSchemeException("restoreKeys: Has to set a DRM scheme first."); in restoreKeys()
4979 throws NoDrmSchemeException in getDrmPropertyString()
4988 throw new NoDrmSchemeException("getDrmPropertyString: Has to prepareDrm() first."); in getDrmPropertyString()
[all …]
DMediaPlayer2Impl.java3523 throws NoDrmSchemeException in releaseDrm()
3527 void process() throws NoDrmSchemeException { in releaseDrm()
3603 throws NoDrmSchemeException in getDrmKeyRequest()
3666 throws NoDrmSchemeException, DeniedByServerException in provideDrmKeyResponse()
3712 throws NoDrmSchemeException in restoreDrmKeys()
3716 void process() throws NoDrmSchemeException { in restoreDrmKeys()
3752 throws NoDrmSchemeException in getDrmPropertyString()
3792 throws NoDrmSchemeException in setDrmPropertyString()
3958 public static final class NoDrmSchemeExceptionImpl extends NoDrmSchemeException {
4746 abstract void process() throws IOException, NoDrmSchemeException; in process()
[all …]
/frameworks/support/media/api/
Dcurrent.txt898 …l.Map<java.lang.String, java.lang.String>) throws androidx.media.MediaPlayer2.NoDrmSchemeException;
899 …ing getDrmPropertyString(java.lang.String) throws androidx.media.MediaPlayer2.NoDrmSchemeException;
921 …[]) throws android.media.DeniedByServerException, androidx.media.MediaPlayer2.NoDrmSchemeException;
922 … method public abstract void releaseDrm() throws androidx.media.MediaPlayer2.NoDrmSchemeException;
924 …ublic abstract void restoreDrmKeys(byte[]) throws androidx.media.MediaPlayer2.NoDrmSchemeException;
933 …String(java.lang.String, java.lang.String) throws androidx.media.MediaPlayer2.NoDrmSchemeException;
1048 public static class MediaPlayer2.NoDrmSchemeException extends android.media.MediaDrmException {
1049 ctor public MediaPlayer2.NoDrmSchemeException(java.lang.String);
/frameworks/base/api/
Dcurrent.txt23962 …tring getDrmPropertyString(java.lang.String) throws android.media.MediaPlayer.NoDrmSchemeException;
23964 …til.Map<java.lang.String, java.lang.String>) throws android.media.MediaPlayer.NoDrmSchemeException;
23981 …te[]) throws android.media.DeniedByServerException, android.media.MediaPlayer.NoDrmSchemeException;
23983 method public void releaseDrm() throws android.media.MediaPlayer.NoDrmSchemeException;
23986 method public void restoreKeys(byte[]) throws android.media.MediaPlayer.NoDrmSchemeException;
24003 …tyString(java.lang.String, java.lang.String) throws android.media.MediaPlayer.NoDrmSchemeException;
24087 …public static final class MediaPlayer.NoDrmSchemeException extends android.media.MediaDrmException…
24088 ctor public MediaPlayer.NoDrmSchemeException(java.lang.String);
/frameworks/base/config/
Dhiddenapi-public-dex.txt23063 Landroid/media/MediaPlayer$NoDrmSchemeException;
23064 Landroid/media/MediaPlayer$NoDrmSchemeException;-><init>(Ljava/lang/String;)V