Searched refs:tag2 (Results 1 - 2 of 2) sorted by relevance

/system/core/liblog/
H A Devent_tag_map.c396 const EventTag* tag2 = (const EventTag*) v2; local
398 return tag1->tagIndex - tag2->tagIndex;
/system/media/camera/src/
H A Dcamera_metadata.c360 uint32_t tag2 = ((camera_metadata_buffer_entry_t*)p2)->tag; local
361 return tag1 < tag2 ? -1 :
362 tag1 == tag2 ? 0 :

Completed in 301 milliseconds