/frameworks/base/drm/java/android/drm/ |
D | DrmStore.java | 140 /* package */ static boolean isValid(int playbackStatus) { in isValid() argument 143 switch (playbackStatus) { in isValid()
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/ |
D | FwdLockEngine.h | 219 int playbackStatus, 224 int playbackStatus,
|
/frameworks/av/drm/common/ |
D | DrmEngineBase.cpp | 87 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus() argument 88 return onSetPlaybackStatus(uniqueId, decryptHandle, playbackStatus, position); in setPlaybackStatus()
|
D | IDrmManagerService.cpp | 434 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus() argument 443 data.writeInt32(playbackStatus); in setPlaybackStatus() 1154 const int playbackStatus = data.readInt32(); in onTransact() local 1157 = setPlaybackStatus(uniqueId, handle, playbackStatus, position); in onTransact()
|
/frameworks/av/drm/libdrmframework/ |
D | DrmManagerClient.cpp | 85 sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus() argument 87 ->setPlaybackStatus(mUniqueId, decryptHandle, playbackStatus, position); in setPlaybackStatus()
|
D | DrmManagerClientImpl.cpp | 193 int playbackStatus, int64_t position) { in setPlaybackStatus() argument 197 uniqueId, decryptHandle, playbackStatus, position); in setPlaybackStatus()
|
/frameworks/av/drm/common/include/ |
D | DrmEngineBase.h | 66 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus, int64_t position); 285 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus,
|
D | IDrmManagerService.h | 121 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus, 210 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus, int64_t position);
|
D | IDrmEngine.h | 227 int playbackStatus, int64_t position) = 0;
|
/frameworks/av/drm/libdrmframework/plugins/passthru/include/ |
D | DrmPassthruPlugIn.h | 60 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus, int64_t position);
|
/frameworks/av/drm/libdrmframework/include/ |
D | NoOpDrmManagerClientImpl.h | 46 int uniqueId, sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position);
|
D | DrmManagerClientImpl.h | 207 int uniqueId, sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position);
|
/frameworks/av/include/drm/ |
D | DrmManagerClient.h | 129 sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position);
|
/frameworks/av/drm/drmserver/ |
D | DrmManagerService.cpp | 225 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus() argument 230 return mDrmManager->setPlaybackStatus(uniqueId, decryptHandle, playbackStatus, position); in setPlaybackStatus()
|
D | DrmManagerService.h | 102 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus, int64_t position);
|
D | DrmManager.h | 96 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus, int64_t position);
|
D | DrmManager.cpp | 281 int uniqueId, sp<DecryptHandle>& decryptHandle, int playbackStatus, int64_t position) { in setPlaybackStatus() argument 286 result = drmEngine->setPlaybackStatus(uniqueId, decryptHandle, playbackStatus, position); in setPlaybackStatus()
|