Searched refs:mDrmClient (Results 1 – 1 of 1) sorted by relevance
32 private DrmManagerClient mDrmClient; field in DrmConvertSession37 mDrmClient = drmClient; in DrmConvertSession()93 convertedStatus = mDrmClient.convertData(mConvertSessionId, buf); in convert()95 convertedStatus = mDrmClient.convertData(mConvertSessionId, inBuffer); in convert()129 if (mDrmClient != null && mConvertSessionId >= 0) { in close()131 convertedStatus = mDrmClient.closeConvertSession(mConvertSessionId); in close()