/frameworks/base/drm/java/android/drm/ |
DrmStore.java | 140 /* package */ static boolean isValid(int playbackStatus) { 143 switch (playbackStatus) {
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/ |
FwdLockEngine.h | 210 * @param playbackStatus Playback action (Playback::START, Playback::STOP, Playback::PAUSE) 219 int playbackStatus, 224 int playbackStatus,
|
/cts/tests/tests/drm/lib/ |
TestPlugin.h | 59 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position);
|
TestPlugin.cpp | 119 int playbackStatus, int64_t position) {
|
/frameworks/av/drm/libdrmframework/include/ |
DrmManagerService.h | 82 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position);
|
IDrmManagerService.h | 121 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) = 0; 209 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position);
|
DrmManager.h | 95 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position);
|
DrmManagerClientImpl.h | 200 * @param[in] playbackStatus Playback action (Playback::START, Playback::STOP, Playback::PAUSE) 207 int uniqueId, sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position);
|
/frameworks/av/drm/libdrmframework/plugins/common/include/ |
IDrmEngine.h | 220 * @param[in] playbackStatus Playback action (Playback::START, Playback::STOP, Playback::PAUSE) 227 int playbackStatus, int64_t position) = 0;
|
DrmEngineBase.h | 65 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position); 276 * @param[in] playbackStatus Playback action (Playback::START, Playback::STOP, Playback::PAUSE) 283 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) = 0;
|
/frameworks/av/drm/libdrmframework/plugins/passthru/include/ |
DrmPassthruPlugIn.h | 59 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position);
|
/frameworks/av/include/drm/ |
DrmManagerClient.h | 122 * @param[in] playbackStatus Playback action (Playback::START, Playback::STOP, Playback::PAUSE) 129 sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position);
|
/frameworks/av/drm/common/ |
DrmEngineBase.cpp | 87 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) { 88 return onSetPlaybackStatus(uniqueId, decryptHandle, playbackStatus, position);
|
IDrmManagerService.cpp | 431 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) { 440 data.writeInt32(playbackStatus); [all...] |
/frameworks/av/drm/libdrmframework/ |
DrmManagerClient.cpp | 85 sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position) { 87 ->setPlaybackStatus(mUniqueId, decryptHandle, playbackStatus, position);
|
DrmManagerClientImpl.cpp | 182 int playbackStatus, int64_t position) { 186 uniqueId, decryptHandle.get(), playbackStatus, position);
|
/frameworks/av/drm/drmserver/ |
DrmManagerService.cpp | 150 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) { 155 return mDrmManager->setPlaybackStatus(uniqueId, decryptHandle, playbackStatus, position);
|
DrmManager.cpp | 286 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) { 291 result = drmEngine->setPlaybackStatus(uniqueId, decryptHandle, playbackStatus, position);
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/ |
FwdLockEngine.cpp | 370 int playbackStatus, int64_t position) { 373 int playbackStatus, int position) {
|
/frameworks/av/drm/libdrmframework/plugins/passthru/src/ |
DrmPassthruPlugIn.cpp | 191 int playbackStatus, int64_t position) {
|