Lines Matching +defs:val +defs:key
76 String8 key = String8(pair, eqIdx); in AudioParameter() local
118 status_t AudioParameter::add(const String8& key, const String8& value) in add()
129 status_t AudioParameter::addKey(const String8& key) in addKey()
134 status_t AudioParameter::addInt(const String8& key, const int value) in addInt()
145 status_t AudioParameter::addFloat(const String8& key, const float value) in addFloat()
156 status_t AudioParameter::remove(const String8& key) in remove()
166 status_t AudioParameter::get(const String8& key, String8& value) const in get() argument
176 status_t AudioParameter::getInt(const String8& key, int& value) const in getInt() argument
182 int val; in getInt() local
192 status_t AudioParameter::getFloat(const String8& key, float& value) const in getFloat() argument
198 float val; in getFloat() local
218 status_t AudioParameter::getAt(size_t index, String8& key, String8& value) const in getAt()