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

  /frameworks/av/drm/common/
DrmSupportInfo.cpp 115 mDrmSupportInfo(iterator.mDrmSupportInfo),
122 mDrmSupportInfo = iterator.mDrmSupportInfo;
128 return mIndex < mDrmSupportInfo->mFileSuffixVector.size();
132 String8& value = mDrmSupportInfo->mFileSuffixVector.editItemAt(mIndex);
139 mDrmSupportInfo(iterator.mDrmSupportInfo),
146 mDrmSupportInfo = iterator.mDrmSupportInfo;
    [all...]
  /frameworks/av/include/drm/
DrmSupportInfo.h 41 : mDrmSupportInfo(drmSupportInfo), mIndex(0) {}
52 DrmSupportInfo* mDrmSupportInfo;
64 : mDrmSupportInfo(drmSupportInfo), mIndex(0) {}
75 DrmSupportInfo* mDrmSupportInfo;

Completed in 50 milliseconds