Searched refs:lastEntry (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/services/camera/libcameraservice/utils/ |
D | TagMonitor.cpp | 147 camera_metadata_entry lastEntry = lastValues.find(tag); in monitorSingleMetadata() local 151 if (lastEntry.count > 0) { in monitorSingleMetadata() 153 if (lastEntry.type == entry.type && in monitorSingleMetadata() 154 lastEntry.count == entry.count) { in monitorSingleMetadata() 156 size_t bytesPerValue = camera_metadata_type_size[lastEntry.type]; in monitorSingleMetadata() 157 size_t entryBytes = bytesPerValue * lastEntry.count; in monitorSingleMetadata() 158 int cmp = memcmp(entry.data.u8, lastEntry.data.u8, entryBytes); in monitorSingleMetadata() 178 } else if (lastEntry.count > 0) { in monitorSingleMetadata()
|
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3Device.cpp | 5323 camera_metadata_entry lastEntry = updatedParams.find(tag); in updateSessionParameters() local 5327 if (lastEntry.count > 0) { in updateSessionParameters() 5329 if (lastEntry.type == entry.type && in updateSessionParameters() 5330 lastEntry.count == entry.count) { in updateSessionParameters() 5332 size_t bytesPerValue = camera_metadata_type_size[lastEntry.type]; in updateSessionParameters() 5333 size_t entryBytes = bytesPerValue * lastEntry.count; in updateSessionParameters() 5334 int cmp = memcmp(entry.data.u8, lastEntry.data.u8, entryBytes); in updateSessionParameters() 5349 if (!skipHFRTargetFPSUpdate(tag, entry, lastEntry)) { in updateSessionParameters() 5354 } else if (lastEntry.count > 0) { in updateSessionParameters()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 48540 method public abstract java.util.Map.Entry<K, V> lastEntry(); 48951 method public java.util.Map.Entry<K, V> lastEntry(); 49252 method public java.util.Map.Entry<K, V> lastEntry();
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 71567 method @Nullable public java.util.Map.Entry<K,V> lastEntry(); 72209 method @Nullable public java.util.Map.Entry<K,V> lastEntry(); 72650 method public java.util.Map.Entry<K,V> lastEntry();
|
/frameworks/base/api/ |
D | current.txt | 71711 method @Nullable public java.util.Map.Entry<K,V> lastEntry(); 72353 method @Nullable public java.util.Map.Entry<K,V> lastEntry(); 72794 method public java.util.Map.Entry<K,V> lastEntry();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 43673 HSPLjava/util/TreeMap;->lastEntry()Ljava/util/Map$Entry;
|