Home | History | Annotate | Download | only in common

Lines Matching refs:drmSupportInfoArray

567             int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) {
579 *drmSupportInfoArray = new DrmSupportInfo[arraySize];
595 (*drmSupportInfoArray)[index] = drmSupportInfo;
1231 DrmSupportInfo* drmSupportInfoArray = NULL;
1233 status_t status = getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray);
1237 DrmSupportInfo drmSupportInfo = drmSupportInfoArray[i];
1253 delete [] drmSupportInfoArray; drmSupportInfoArray = NULL;