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 580 int uniqueId, int* length, DrmSupportInfo** drmSupportInfoArray) {
592 *drmSupportInfoArray = new DrmSupportInfo[arraySize];
608 (*drmSupportInfoArray)[index] = drmSupportInfo;
    [all...]
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 337 DrmSupportInfo* drmSupportInfoArray = NULL;
340 getDrmManagerClientImpl(env, thiz)->getAllSupportInfo(uniqueId, &length, &drmSupportInfoArray);
347 DrmSupportInfo info = drmSupportInfoArray[i];
376 delete [] drmSupportInfoArray; drmSupportInfoArray = NULL;

Completed in 71 milliseconds