am 9e0bb6d5: am 0544d059: Merge "DRM Framework bug fixes."
* commit '9e0bb6d5eef5dfe2da60c50f3aaa39512307d11d': DRM Framework bug fixes.
This commit is contained in:
@@ -81,7 +81,8 @@ status_t DrmManagerClientImpl::setOnInfoListener(
|
||||
int uniqueId, const sp<DrmManagerClient::OnInfoListener>& infoListener) {
|
||||
Mutex::Autolock _l(mLock);
|
||||
mOnInfoListener = infoListener;
|
||||
return getDrmManagerService()->setDrmServiceListener(uniqueId, this);
|
||||
return getDrmManagerService()->setDrmServiceListener(uniqueId,
|
||||
(NULL != infoListener.get()) ? this : NULL);
|
||||
}
|
||||
|
||||
status_t DrmManagerClientImpl::installDrmEngine(int uniqueId, const String8& drmEngineFile) {
|
||||
|
||||
Reference in New Issue
Block a user