Searched refs:mDrmClient (Results 1 – 1 of 1) sorted by relevance
31 private DrmManagerClient mDrmClient; field in DrmConvertSession43 mDrmClient = drmClient; in DrmConvertSession()100 convertedStatus = mDrmClient.convertData(mConvertSessionId, buf); in convert()102 convertedStatus = mDrmClient.convertData(mConvertSessionId, inBuffer); in convert()137 if (mDrmClient != null && mConvertSessionId >= 0) { in close()139 convertedStatus = mDrmClient.closeConvertSession(mConvertSessionId); in close()