Home | History | Annotate | Download | only in src

Lines Matching full:definition

155     const TagDefinition_t* definition = NULL;
159 definition = mTagMaps[i][index];
164 if (definition == NULL) {
165 ALOGE("%s: No definition exists for tag with id %x.", __FUNCTION__, tag);
167 return definition;
189 const TagDefinition_t* definition = lookupDefinition(tag);
191 if (definition == NULL) {
192 ALOGE("%s: No definition exists for tag 0x%x.", __FUNCTION__, tag);
313 const TagDefinition_t* definition = lookupDefinition(tag);
314 if (definition == NULL) {
315 ALOGE("%s: Could not find definition for tag %x", __FUNCTION__, tag);
318 return definition->defaultType;
322 const TagDefinition_t* definition = lookupDefinition(tag);
323 if (definition == NULL) {
324 ALOGE("%s: Could not find definition for tag %x", __FUNCTION__, tag);
327 return definition->fixedCount;
340 const TagDefinition_t* definition = lookupDefinition(tag);
341 if (definition == NULL) {
344 return definition->tagName;