Searched defs:MimeTypeIterator (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/include/drm/
H A DDrmSupportInfo.h37 class MimeTypeIterator { class in class:android::DrmSupportInfo
40 MimeTypeIterator(DrmSupportInfo* drmSupportInfo) function in class:android::DrmSupportInfo::MimeTypeIterator
43 MimeTypeIterator(const MimeTypeIterator& iterator);
44 MimeTypeIterator& operator=(const MimeTypeIterator& iterator);
45 virtual ~MimeTypeIterator() {}
108 * Returns MimeTypeIterator object to walk through mimetype values
111 * @return MimeTypeIterator object
113 MimeTypeIterator getMimeTypeIterato
[all...]
/frameworks/av/drm/common/
H A DDrmSupportInfo.cpp109 DrmSupportInfo::MimeTypeIterator DrmSupportInfo::getMimeTypeIterator() {
110 return MimeTypeIterator(this);
137 DrmSupportInfo::MimeTypeIterator::MimeTypeIterator( function in class:DrmSupportInfo::MimeTypeIterator
138 const DrmSupportInfo::MimeTypeIterator& iterator) :
144 DrmSupportInfo::MimeTypeIterator& DrmSupportInfo::MimeTypeIterator::operator=(
145 const DrmSupportInfo::MimeTypeIterator& iterator) {
151 bool DrmSupportInfo::MimeTypeIterator::hasNext() {
155 String8& DrmSupportInfo::MimeTypeIterator
[all...]

Completed in 58 milliseconds