Home | History | Annotate | Download | only in common

Lines Matching defs:drmSupportInfoArray

580             int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) {
592 *drmSupportInfoArray = new DrmSupportInfo[arraySize];
608 (*drmSupportInfoArray)[index] = drmSupportInfo;
1297 DrmSupportInfo* drmSupportInfoArray = NULL;
1299 status_t status = getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray);
1303 DrmSupportInfo drmSupportInfo = drmSupportInfoArray[i];
1319 delete [] drmSupportInfoArray; drmSupportInfoArray = NULL;