Searched refs:drmInfo (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/media/src/android/media/cts/ |
D | MediaPlayerDrmTestBase.java | 358 DrmInfo drmInfo = mMediaPlayer.getDrmInfo(); in preparePlayerAndDrm_V0_syncDrmSetup() local 359 if (drmInfo != null) { in preparePlayerAndDrm_V0_syncDrmSetup() 360 setupDrm(drmInfo, true /* prepareDrm */, true /* synchronousNetworking */, in preparePlayerAndDrm_V0_syncDrmSetup() 372 public void onDrmInfo(MediaPlayer mp, DrmInfo drmInfo) { in preparePlayerAndDrm_V1_asyncDrmSetup() 373 Log.v(TAG, "preparePlayerAndDrm_V1: onDrmInfo" + drmInfo); in preparePlayerAndDrm_V1_asyncDrmSetup() 377 setupDrm(drmInfo, true /* prepareDrm */, true /* synchronousNetworking */, in preparePlayerAndDrm_V1_asyncDrmSetup() 435 DrmInfo drmInfo = mMediaPlayer.getDrmInfo(); in preparePlayerAndDrm_V2_syncDrmSetupPlusConfig() local 436 if (drmInfo != null) { in preparePlayerAndDrm_V2_syncDrmSetupPlusConfig() 437 setupDrm(drmInfo, true /* prepareDrm */, true /* synchronousNetworking */, in preparePlayerAndDrm_V2_syncDrmSetupPlusConfig() 450 public void onDrmInfo(MediaPlayer mp, DrmInfo drmInfo) { in preparePlayerAndDrm_V3_asyncDrmSetupPlusDrmPreparedListener() [all …]
|
/cts/tests/tests/drm/src/android/drm/cts/ |
D | DRMTest.java | 85 DrmInfo drmInfo = executeAcquireDrmInfo(DrmInfoRequest.TYPE_REGISTRATION_INFO, in register() local 88 executeProcessDrmInfo(drmInfo, config); in register() 92 DrmInfo drmInfo = executeAcquireDrmInfo(DrmInfoRequest.TYPE_RIGHTS_ACQUISITION_INFO, in acquireRights() local 95 executeProcessDrmInfo(drmInfo, config); in acquireRights() 99 DrmInfo drmInfo = executeAcquireDrmInfo(DrmInfoRequest.TYPE_UNREGISTRATION_INFO, in deregister() local 102 executeProcessDrmInfo(drmInfo, config); in deregister() 207 private void executeProcessDrmInfo(DrmInfo drmInfo, Config config) throws Exception { in executeProcessDrmInfo() argument 208 if (drmInfo == null) { in executeProcessDrmInfo() 213 drmInfo.put(DrmInfoRequest.ACCOUNT_ID, config.getAccountId()); in executeProcessDrmInfo() 215 DrmManagerClient.ERROR_NONE, mDrmManagerClient.processDrmInfo(drmInfo)); in executeProcessDrmInfo()
|
/cts/tests/tests/drm/lib/ |
D | TestPlugin.h | 43 DrmInfoStatus* onProcessDrmInfo(int uniqueId, const DrmInfo* drmInfo);
|
D | TestPlugin.cpp | 64 DrmInfoStatus* TestPlugIn::onProcessDrmInfo(int uniqueId, const DrmInfo* drmInfo) { in onProcessDrmInfo() argument
|