Searched refs:rawEntry (Results 1 – 1 of 1) sorted by relevance
167 camera_metadata_ro_entry rawEntry = mData.find(tag); in getConstEntry() local168 if (rawEntry.count == 0) { in getConstEntry()173 entry->type = rawEntry.type; in getConstEntry()174 entry->count = rawEntry.count; in getConstEntry()175 entry->data.u8 = rawEntry.data.u8; in getConstEntry()