Searched refs:playbackStatus (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/drm/java/android/drm/
H A DDrmStore.java140 /* package */ static boolean isValid(int playbackStatus) { argument
143 switch (playbackStatus) {
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h210 * @param playbackStatus Playback action (Playback::START, Playback::STOP, Playback::PAUSE)
219 int playbackStatus,
224 int playbackStatus,
/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerService.h82 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position);
H A DNoOpDrmManagerClientImpl.h46 int uniqueId, sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position);
H A DDrmManager.h95 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position);
H A DDrmManagerClientImpl.h200 * @param[in] playbackStatus Playback action (Playback::START, Playback::STOP, Playback::PAUSE)
207 int uniqueId, sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position);
H A DIDrmManagerService.h121 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) = 0;
209 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position);
/frameworks/av/drm/libdrmframework/plugins/passthru/include/
H A DDrmPassthruPlugIn.h59 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position);
/frameworks/av/include/drm/
H A DDrmManagerClient.h122 * @param[in] playbackStatus Playback action (Playback::START, Playback::STOP, Playback::PAUSE)
129 sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position);
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp87 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) {
88 return onSetPlaybackStatus(uniqueId, decryptHandle, playbackStatus, position);
86 setPlaybackStatus( int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) argument
H A DIDrmManagerService.cpp431 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) {
440 data.writeInt32(playbackStatus);
1136 const int playbackStatus = data.readInt32(); local
1139 = setPlaybackStatus(uniqueId, &handle, playbackStatus, position);
430 setPlaybackStatus( int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) argument
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClient.cpp85 sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position) {
87 ->setPlaybackStatus(mUniqueId, decryptHandle, playbackStatus, position);
84 setPlaybackStatus( sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position) argument
H A DNoOpDrmManagerClientImpl.cpp77 int uniqueId, sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position) {
76 setPlaybackStatus( int uniqueId, sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position) argument
H A DDrmManagerClientImpl.cpp193 int playbackStatus, int64_t position) {
197 uniqueId, decryptHandle.get(), playbackStatus, position);
191 setPlaybackStatus( int uniqueId, sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position) argument
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DDrmEngineBase.h65 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;
H A DIDrmEngine.h220 * @param[in] playbackStatus Playback action (Playback::START, Playback::STOP, Playback::PAUSE)
227 int playbackStatus, int64_t position) = 0;
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp161 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) {
166 return mDrmManager->setPlaybackStatus(uniqueId, decryptHandle, playbackStatus, position);
160 setPlaybackStatus( int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) argument
H A DDrmManager.cpp286 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) {
291 result = drmEngine->setPlaybackStatus(uniqueId, decryptHandle, playbackStatus, position);
285 setPlaybackStatus( int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) argument
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DGenericSource.h159 void setDrmPlaybackStatusIfNeeded(int playbackStatus, int64_t position);
H A DGenericSource.cpp575 void NuPlayer::GenericSource::setDrmPlaybackStatusIfNeeded(int playbackStatus, int64_t position) { argument
577 mDrmManagerClient->setPlaybackStatus(mDecryptHandle, playbackStatus, position);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp371 int playbackStatus, int64_t position) {
374 int playbackStatus, int position) {
370 onSetPlaybackStatus(int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) argument
/frameworks/av/drm/libdrmframework/plugins/passthru/src/
H A DDrmPassthruPlugIn.cpp191 int playbackStatus, int64_t position) {
190 onSetPlaybackStatus(int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) argument

Completed in 240 milliseconds