Home | History | Annotate | Download | only in common

Lines Matching defs:drmSupportInfoArray

567             int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) {
579 *drmSupportInfoArray = new DrmSupportInfo[arraySize];
595 (*drmSupportInfoArray)[index] = drmSupportInfo;
1243 DrmSupportInfo* drmSupportInfoArray = NULL;
1245 status_t status = getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray);
1249 DrmSupportInfo drmSupportInfo = drmSupportInfoArray[i];
1265 delete [] drmSupportInfoArray; drmSupportInfoArray = NULL;