HomeSort by relevance Sort by last modified time
    Searched refs:playbackStatus (Results 1 - 25 of 25) sorted by null

  /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/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;
IDrmManagerService.h 121 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) = 0;
209 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position);
  /frameworks/av/drm/libdrmframework/include/
NoOpDrmManagerClientImpl.h 46 int uniqueId, sp<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/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 434 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) {
443 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 193 int playbackStatus, int64_t position) {
197 uniqueId, decryptHandle.get(), playbackStatus, position);
  /frameworks/av/drm/drmserver/
DrmManager.h 95 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position);
DrmManagerService.h 101 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position);
DrmManagerService.cpp 218 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) {
223 return mDrmManager->setPlaybackStatus(uniqueId, decryptHandle, playbackStatus, position);
DrmManager.cpp 281 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) {
286 result = drmEngine->setPlaybackStatus(uniqueId, decryptHandle, playbackStatus, position);
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 186 milliseconds