Loading drm/common/DrmInfoEvent.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ using namespace android; DrmInfoEvent::DrmInfoEvent(int uniqueId, int infoType, const String8 message) DrmInfoEvent::DrmInfoEvent(int uniqueId, int infoType, const String8 &message) : mUniqueId(uniqueId), mInfoType(infoType), mMessage(message) { Loading drm/drmserver/DrmManager.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -413,7 +413,7 @@ DecryptHandle* DrmManager::openDecryptSession( handle->decryptId = mDecryptSessionId + 1; for (size_t index = 0; index < plugInIdList.size(); index++) { String8 plugInId = plugInIdList.itemAt(index); const String8& plugInId = plugInIdList.itemAt(index); IDrmEngine& rDrmEngine = mPlugInManager.getPlugIn(plugInId); result = rDrmEngine.openDecryptSession(uniqueId, handle, fd, offset, length, mime); Loading Loading @@ -441,7 +441,7 @@ DecryptHandle* DrmManager::openDecryptSession( handle->decryptId = mDecryptSessionId + 1; for (size_t index = 0; index < plugInIdList.size(); index++) { String8 plugInId = plugInIdList.itemAt(index); const String8& plugInId = plugInIdList.itemAt(index); IDrmEngine& rDrmEngine = mPlugInManager.getPlugIn(plugInId); result = rDrmEngine.openDecryptSession(uniqueId, handle, uri, mime); Loading Loading @@ -470,7 +470,7 @@ DecryptHandle* DrmManager::openDecryptSession( handle->decryptId = mDecryptSessionId + 1; for (size_t index = 0; index < plugInIdList.size(); index++) { String8 plugInId = plugInIdList.itemAt(index); const String8& plugInId = plugInIdList.itemAt(index); IDrmEngine& rDrmEngine = mPlugInManager.getPlugIn(plugInId); result = rDrmEngine.openDecryptSession(uniqueId, handle, buf, mimeType); Loading drm/libdrmframework/include/IDrmManagerService.h +1 −1 Original line number Diff line number Diff line Loading @@ -169,7 +169,7 @@ public: class BpDrmManagerService: public BpInterface<IDrmManagerService> { public: BpDrmManagerService(const sp<IBinder>& impl) explicit BpDrmManagerService(const sp<IBinder>& impl) : BpInterface<IDrmManagerService>(impl) {} virtual int addUniqueId(bool isNative); Loading drm/libdrmframework/include/IDrmServiceListener.h +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ public: class BpDrmServiceListener: public BpInterface<IDrmServiceListener> { public: BpDrmServiceListener(const sp<IBinder>& impl) explicit BpDrmServiceListener(const sp<IBinder>& impl) : BpInterface<IDrmServiceListener>(impl) {} virtual status_t notify(const DrmInfoEvent& event); Loading drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/FwdLockEngine.h +1 −1 Original line number Diff line number Diff line Loading @@ -539,7 +539,7 @@ class DecodeSession { offset = 0; } DecodeSession(int fd) { explicit DecodeSession(int fd) { fileDesc = fd; offset = 0; } Loading Loading
drm/common/DrmInfoEvent.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ using namespace android; DrmInfoEvent::DrmInfoEvent(int uniqueId, int infoType, const String8 message) DrmInfoEvent::DrmInfoEvent(int uniqueId, int infoType, const String8 &message) : mUniqueId(uniqueId), mInfoType(infoType), mMessage(message) { Loading
drm/drmserver/DrmManager.cpp +3 −3 Original line number Diff line number Diff line Loading @@ -413,7 +413,7 @@ DecryptHandle* DrmManager::openDecryptSession( handle->decryptId = mDecryptSessionId + 1; for (size_t index = 0; index < plugInIdList.size(); index++) { String8 plugInId = plugInIdList.itemAt(index); const String8& plugInId = plugInIdList.itemAt(index); IDrmEngine& rDrmEngine = mPlugInManager.getPlugIn(plugInId); result = rDrmEngine.openDecryptSession(uniqueId, handle, fd, offset, length, mime); Loading Loading @@ -441,7 +441,7 @@ DecryptHandle* DrmManager::openDecryptSession( handle->decryptId = mDecryptSessionId + 1; for (size_t index = 0; index < plugInIdList.size(); index++) { String8 plugInId = plugInIdList.itemAt(index); const String8& plugInId = plugInIdList.itemAt(index); IDrmEngine& rDrmEngine = mPlugInManager.getPlugIn(plugInId); result = rDrmEngine.openDecryptSession(uniqueId, handle, uri, mime); Loading Loading @@ -470,7 +470,7 @@ DecryptHandle* DrmManager::openDecryptSession( handle->decryptId = mDecryptSessionId + 1; for (size_t index = 0; index < plugInIdList.size(); index++) { String8 plugInId = plugInIdList.itemAt(index); const String8& plugInId = plugInIdList.itemAt(index); IDrmEngine& rDrmEngine = mPlugInManager.getPlugIn(plugInId); result = rDrmEngine.openDecryptSession(uniqueId, handle, buf, mimeType); Loading
drm/libdrmframework/include/IDrmManagerService.h +1 −1 Original line number Diff line number Diff line Loading @@ -169,7 +169,7 @@ public: class BpDrmManagerService: public BpInterface<IDrmManagerService> { public: BpDrmManagerService(const sp<IBinder>& impl) explicit BpDrmManagerService(const sp<IBinder>& impl) : BpInterface<IDrmManagerService>(impl) {} virtual int addUniqueId(bool isNative); Loading
drm/libdrmframework/include/IDrmServiceListener.h +1 −1 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ public: class BpDrmServiceListener: public BpInterface<IDrmServiceListener> { public: BpDrmServiceListener(const sp<IBinder>& impl) explicit BpDrmServiceListener(const sp<IBinder>& impl) : BpInterface<IDrmServiceListener>(impl) {} virtual status_t notify(const DrmInfoEvent& event); Loading
drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/FwdLockEngine.h +1 −1 Original line number Diff line number Diff line Loading @@ -539,7 +539,7 @@ class DecodeSession { offset = 0; } DecodeSession(int fd) { explicit DecodeSession(int fd) { fileDesc = fd; offset = 0; } Loading