Searched defs:playbackStatus (Results 1 - 7 of 7) 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/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/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/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 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

Completed in 84 milliseconds