Searched refs:playbackStatus (Results 1 - 17 of 17) sorted by last modified time

/frameworks/base/drm/java/android/drm/
H A DDrmStore.java140 /* package */ static boolean isValid(int playbackStatus) { argument
143 switch (playbackStatus) {
/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.cpp434 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) {
443 data.writeInt32(playbackStatus);
1154 const int playbackStatus = data.readInt32(); local
1157 = setPlaybackStatus(uniqueId, &handle, playbackStatus, position);
433 setPlaybackStatus( int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) argument
/frameworks/av/drm/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;
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/drmserver/
H A DDrmManager.cpp281 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) {
286 result = drmEngine->setPlaybackStatus(uniqueId, decryptHandle, playbackStatus, position);
280 setPlaybackStatus( int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) argument
H A DDrmManager.h95 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position);
H A DDrmManagerService.cpp218 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) {
223 return mDrmManager->setPlaybackStatus(uniqueId, decryptHandle, playbackStatus, position);
217 setPlaybackStatus( int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position) argument
H A DDrmManagerService.h101 int uniqueId, DecryptHandle* decryptHandle, int playbackStatus, int64_t position);
/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 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/include/
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 DNoOpDrmManagerClientImpl.h46 int uniqueId, sp<DecryptHandle> &decryptHandle, int playbackStatus, int64_t position);
/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/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);

Completed in 73 milliseconds