Searched refs:mDrmClient (Results 1 – 2 of 2) sorted by relevance
31 private DrmManagerClient mDrmClient; field in DrmConvertSession36 mDrmClient = drmClient; in DrmConvertSession()91 convertedStatus = mDrmClient.convertData(mConvertSessionId, buf); in convert()93 convertedStatus = mDrmClient.convertData(mConvertSessionId, inBuffer); in convert()127 if (mDrmClient != null && mConvertSessionId >= 0) { in close()129 convertedStatus = mDrmClient.closeConvertSession(mConvertSessionId); in close()
52 sp<IDrmClient> mDrmClient; member