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 571 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) {
583 *drmSupportInfoArray = new DrmSupportInfo[arraySize];
599 (*drmSupportInfoArray)[index] = drmSupportInfo;
    [all...]
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 339 DrmSupportInfo* drmSupportInfoArray = NULL;
342 getDrmManagerClientImpl(env, thiz)->getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray);
349 DrmSupportInfo info = drmSupportInfoArray[i];
378 delete [] drmSupportInfoArray; drmSupportInfoArray = NULL;

Completed in 2763 milliseconds