HomeSort by relevance Sort by last modified time
    Searched refs:playbackStatus (Results 1 - 18 of 18) 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,
  /frameworks/av/drm/libdrmframework/include/
DrmManagerService.h 84 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position);
IDrmManagerService.h 123 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) = 0;
213 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position);
DrmManager.h 97 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 443 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) {
452 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 191 int playbackStatus, int64_t position) {
195 uniqueId, decryptHandle.get(), playbackStatus, position);
  /frameworks/av/drm/drmserver/
DrmManagerService.cpp 155 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) {
160 return mDrmManager->setPlaybackStatus(uniqueId, decryptHandle, playbackStatus, position);
DrmManager.cpp 301 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) {
306 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) {

Completed in 1023 milliseconds