Searched refs:provideDrmKeyResponse (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/media/src/main/java/androidx/media/
H A DMediaPlayer2.java1611 * {@link #provideDrmKeyResponse}.
1646 * provided to the DRM engine plugin using provideDrmKeyResponse. When the
1664 public abstract byte[] provideDrmKeyResponse( method in class:MediaPlayer2
1670 * keys to load, obtained from a prior call to {@link #provideDrmKeyResponse}.
H A DMediaPlayer2Impl.java1318 * {@link #provideDrmKeyResponse}.
1360 * provided to the DRM engine plugin using provideDrmKeyResponse. When the
1378 public byte[] provideDrmKeyResponse(@Nullable byte[] keySetId, @NonNull byte[] response) method in class:MediaPlayer2Impl
1390 * keys to load, obtained from a prior call to {@link #provideDrmKeyResponse}.
/frameworks/base/media/java/android/media/
H A DMediaPlayer2.java2447 * {@link #provideDrmKeyResponse}.
2482 * provided to the DRM engine plugin using provideDrmKeyResponse. When the
2500 public abstract byte[] provideDrmKeyResponse( method in class:MediaPlayer2
2506 * keys to load, obtained from a prior call to {@link #provideDrmKeyResponse}.
H A DMediaPlayer2Impl.java3572 * {@link #provideDrmKeyResponse}.
3647 * provided to the DRM engine plugin using provideDrmKeyResponse. When the
3665 public byte[] provideDrmKeyResponse(@Nullable byte[] keySetId, @NonNull byte[] response) method in class:MediaPlayer2Impl
3668 Log.v(TAG, "provideDrmKeyResponse: keySetId: " + keySetId + " response: " + response);
3685 Log.v(TAG, "provideDrmKeyResponse: keySetId: " + keySetId + " response: " + response
3692 Log.w(TAG, "provideDrmKeyResponse NotProvisionedException: " +
3694 throw new IllegalStateException("provideDrmKeyResponse: " +
3697 Log.w(TAG, "provideDrmKeyResponse Exception " + e);
3706 * keys to load, obtained from a prior call to {@link #provideDrmKeyResponse}.
4012 // at prepareDrm/openSession rather than getDrmKeyRequest/provideDrmKeyResponse
[all...]

Completed in 114 milliseconds