Merge "Allow for a NoOp implementation of DrmManagerClientImpl" into klp-modular-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4d9fcae202
@ -233,7 +233,7 @@ static void android_drm_DrmManagerClient_setListeners(
|
|||||||
static void android_drm_DrmManagerClient_release(
|
static void android_drm_DrmManagerClient_release(
|
||||||
JNIEnv* env, jobject thiz, jint uniqueId) {
|
JNIEnv* env, jobject thiz, jint uniqueId) {
|
||||||
ALOGV("release - Enter");
|
ALOGV("release - Enter");
|
||||||
DrmManagerClientImpl::remove(uniqueId);
|
getDrmManagerClientImpl(env, thiz)->remove(uniqueId);
|
||||||
getDrmManagerClientImpl(env, thiz)->setOnInfoListener(uniqueId, NULL);
|
getDrmManagerClientImpl(env, thiz)->setOnInfoListener(uniqueId, NULL);
|
||||||
|
|
||||||
sp<DrmManagerClientImpl> oldClient = setDrmManagerClientImpl(env, thiz, NULL);
|
sp<DrmManagerClientImpl> oldClient = setDrmManagerClientImpl(env, thiz, NULL);
|
||||||
|
Reference in New Issue
Block a user