Lines Matching refs:definition
154 const TagDefinition_t* definition = NULL;
158 definition = mTagMaps[i][index];
163 if (definition == NULL) {
164 ALOGE("%s: No definition exists for tag with id %x.", __FUNCTION__, tag);
166 return definition;
188 const TagDefinition_t* definition = lookupDefinition(tag);
190 if (definition == NULL) {
191 ALOGE("%s: No definition exists for tag 0x%x.", __FUNCTION__, tag);
312 const TagDefinition_t* definition = lookupDefinition(tag);
313 if (definition == NULL) {
314 ALOGE("%s: Could not find definition for tag %x", __FUNCTION__, tag);
317 return definition->defaultType;
321 const TagDefinition_t* definition = lookupDefinition(tag);
322 if (definition == NULL) {
323 ALOGE("%s: Could not find definition for tag %x", __FUNCTION__, tag);
326 return definition->fixedCount;
339 const TagDefinition_t* definition = lookupDefinition(tag);
340 if (definition == NULL) {
343 return definition->tagName;