Home | History | Annotate | Download | only in drm

Lines Matching defs:key

68      * Iterator for key
119 String8 key = keyIt.next();
120 const char* value = this->getAsByteArray(&key);
137 * Adds constraint information as <key, value> pair to this instance
139 * @param[in] key Key to add
143 status_t put(const String8* key, const char* value);
146 * Retrieves the value of given key
148 * @param key Key whose value to be retrieved
151 String8 get(const String8& key) const;
154 * Retrieves the value as byte array of given key
155 * @param key Key whose value to be retrieved as byte array
158 const char* getAsByteArray(const String8* key) const;
174 const char* getValue(const String8* key) const;