Home | History | Annotate | Download | only in drm

Lines Matching refs:KeyIterator

68     class KeyIterator {
72 KeyIterator(const DrmInfoRequest* drmInfoRequest)
76 KeyIterator(const KeyIterator& keyIterator);
77 KeyIterator& operator=(const KeyIterator& keyIterator);
78 virtual ~KeyIterator() {}
153 * Returns KeyIterator object to walk through the keys associated with this instance
155 * @return KeyIterator object
157 KeyIterator keyIterator() const;