Home
last modified time | relevance | path

Searched refs:fieldName (Results 1 – 1 of 1) sorted by relevance

/hardware/google/av/media/sfplugin/
DReflectedParamUpdater.cpp149 C2String fieldName = path + "." + it->name(); in addParamStructDesc() local
152 ALOGD("ignored struct field %s", fieldName.c_str()); in addParamStructDesc()
158 ALOGD("Could not describe structure of %s", fieldName.c_str()); in addParamStructDesc()
161 addParamStructDesc(desc, fieldName, offset + _C2ParamInspector::GetOffset(*it), in addParamStructDesc()
176 ALOGD("extent() != 1 for single value type: %s", fieldName.c_str()); in addParamStructDesc()
185 ALOGD("Unrecognized type: %s", fieldName.c_str()); in addParamStructDesc()
189 ALOGV("%s registered", fieldName.c_str()); in addParamStructDesc()
192 mMap.emplace(fieldName, FieldDesc { in addParamStructDesc()