HomeSort by relevance Sort by last modified time
    Searched defs:drmSupportInfoArray (Results 1 - 2 of 2) sorted by null

  /frameworks/av/drm/common/
IDrmManagerService.cpp 567 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) {
579 *drmSupportInfoArray = new DrmSupportInfo[arraySize];
595 (*drmSupportInfoArray)[index] = drmSupportInfo;
    [all...]
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 331 DrmSupportInfo* drmSupportInfoArray = NULL;
334 getDrmManagerClientImpl(env, thiz)->getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray);
341 DrmSupportInfo info = drmSupportInfoArray[i];
370 delete [] drmSupportInfoArray; drmSupportInfoArray = NULL;

Completed in 29 milliseconds