/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/ |
H A D | MostRecentImageSaver.java | 49 mThumbnails.put(imageProxy.getTimestamp(), imageProxy); in addThumbnail() 56 mFullSizeImages.put(imageProxy.getTimestamp(), new MetadataImage(imageProxy, metadata)); in addFullSizeImage() 67 mFullSizeImages.remove(fullSize.getTimestamp()); in close() 72 ImageProxy thumbnail = getThumbnail(fullSize.getTimestamp()); in close() 76 mThumbnails.remove(thumbnail.getTimestamp()); in close() 124 long timestamp = image.getTimestamp(); in getMostRecentFullSizeImageTimestamp() 144 if (lastImage == null || image.getTimestamp() > lastImage.getTimestamp()) { in getLastImage()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/ |
H A D | ForwardingImageProxy.java | 84 public long getTimestamp() { in getTimestamp() method in ForwardingImageProxy 85 return mImpl.getTimestamp(); in getTimestamp() 107 .add("timestamp", getTimestamp()) in toString() 125 otherImage.getTimestamp() == getTimestamp(); in equals() 130 return Objects.hashCode(getFormat(), getWidth(), getHeight(), getTimestamp()); in hashCode()
|
H A D | AndroidImageProxy.java | 109 mTimestamp = mImage.getTimestamp(); in AndroidImageProxy() 183 public long getTimestamp() { in getTimestamp() method in AndroidImageProxy 209 .add("timestamp", getTimestamp()) in toString() 227 otherImage.getTimestamp() == getTimestamp(); in equals() 232 return Objects.hashCode(getFormat(), getWidth(), getHeight(), getTimestamp()); in hashCode()
|
/aosp12/frameworks/base/services/people/java/com/android/server/people/data/ |
H A D | EventList.java | 37 int index = firstIndexOnOrAfter(event.getTimestamp()); in add() 39 && mEvents.get(index).getTimestamp() == event.getTimestamp() in add() 133 if (mEvents.get(mid).getTimestamp() >= timestamp) { in firstIndexOnOrAfter() 150 while (index < size && mEvents.get(index).getTimestamp() <= event.getTimestamp()) { in isDuplicate()
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/ |
H A D | ver4_patricia_trie_writing_helper.h | 96 int getTimestamp() const { in getTimestamp() function 115 if (left.getTimestamp() != right.getTimestamp()) { in operator() 116 return left.getTimestamp() < right.getTimestamp(); in operator()
|
/aosp12/hardware/invensense/65xx/libsensors_iio/ |
H A D | MPLSensor.cpp | 3328 getTimestamp()); in update_delay() 4442 getTimestamp()); in getDmpRate() 4449 getTimestamp()); in getDmpRate() 4456 getTimestamp()); in getDmpRate() 5683 getTimestamp()); in batch() 5716 getTimestamp()); in batch() 6260 getTimestamp()); in setBatchDataRates() 6269 getTimestamp()); in setBatchDataRates() 6346 getTimestamp()); in resetDataRates() 6353 getTimestamp()); in resetDataRates() [all …]
|
H A D | CompassSensor.IIO.primary.cpp | 105 compassSysFs.compass_orient, getTimestamp()); in CompassSensor() 150 1, compassSysFs.in_timestamp_en, getTimestamp()); in enable_iio_sysfs() 154 IIO_BUFFER_LENGTH, compassSysFs.buffer_length, getTimestamp()); in enable_iio_sysfs() 258 en, compassSysFs.compass_x_fifo_enable, getTimestamp()); in enable() 261 en, compassSysFs.compass_y_fifo_enable, getTimestamp()); in enable() 264 en, compassSysFs.compass_z_fifo_enable, getTimestamp()); in enable() 280 en, compassSysFs.chip_enable, getTimestamp()); in masterEnable() 295 1000000000.f / ns, compassSysFs.compass_rate, getTimestamp()); in setDelay() 350 compassSysFs.compass_scale, getTimestamp()); in getSensitivity()
|
H A D | CompassSensor.IIO.9150.cpp | 88 compassSysFs.compass_orient, getTimestamp()); in CompassSensor() 156 1000000000.f / ns, compassSysFs.compass_rate, getTimestamp()); in setDelay() 172 0, compassSysFs.compass_fifo_enable, getTimestamp()); in turnOffCompassFifo() 181 1, compassSysFs.compass_fifo_enable, getTimestamp()); in turnOnCompassFifo() 233 compassSysFs.compass_scale, getTimestamp()); in getSensitivity()
|
/aosp12/hardware/invensense/6515/libsensors_iio/ |
H A D | CompassSensor.IIO.primary.cpp | 105 compassSysFs.compass_orient, getTimestamp()); in CompassSensor() 150 1, compassSysFs.in_timestamp_en, getTimestamp()); in enable_iio_sysfs() 154 IIO_BUFFER_LENGTH, compassSysFs.buffer_length, getTimestamp()); in enable_iio_sysfs() 258 en, compassSysFs.compass_x_fifo_enable, getTimestamp()); in enable() 261 en, compassSysFs.compass_y_fifo_enable, getTimestamp()); in enable() 264 en, compassSysFs.compass_z_fifo_enable, getTimestamp()); in enable() 280 en, compassSysFs.chip_enable, getTimestamp()); in masterEnable() 295 1000000000.f / ns, compassSysFs.compass_rate, getTimestamp()); in setDelay() 350 compassSysFs.compass_scale, getTimestamp()); in getSensitivity()
|
H A D | MPLSensor.cpp | 1564 getTimestamp()); in setPedQuaternionRate() 1708 getTimestamp()); in set6AxisQuaternionRate() 1786 getTimestamp()); in setQuaternionRate() 3674 getTimestamp()); 3686 getTimestamp()); 3695 getTimestamp()); 6830 getTimestamp()); 6840 getTimestamp()); 6959 getTimestamp()); 6967 getTimestamp()); [all …]
|
H A D | CompassSensor.IIO.9150.cpp | 88 compassSysFs.compass_orient, getTimestamp()); in CompassSensor() 146 en, compassSysFs.compass_enable, getTimestamp()); in enable() 158 1000000000.f / ns, compassSysFs.compass_rate, getTimestamp()); in setDelay() 174 0, compassSysFs.compass_fifo_enable, getTimestamp()); in turnOffCompassFifo() 183 1, compassSysFs.compass_fifo_enable, getTimestamp()); in turnOnCompassFifo() 235 compassSysFs.compass_scale, getTimestamp()); in getSensitivity()
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
H A D | forgetting_curve_utils.cpp | 49 const int timestamp = newHistoricalInfo->getTimestamp(); in createUpdatedHistoricalInfo() 88 const int elapsedTimeStepCount = getElapsedTimeStepCount(historicalInfo->getTimestamp(), in decodeProbability() 99 || getElapsedTimeStepCount(historicalInfo->getTimestamp(), in needsToKeep() 107 if (originalHistoricalInfo->getTimestamp() == NOT_A_TIMESTAMP) { in createHistoricalInfoToSave() 112 originalHistoricalInfo->getTimestamp(), durationToLevelDownInSeconds); in createHistoricalInfoToSave() 121 const int adjustedTimestampInSeconds = originalHistoricalInfo->getTimestamp() + in createHistoricalInfoToSave()
|
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/ |
H A D | dynamic_language_model_probability_utils.h | 44 const int elapsedTime = TimeKeeper::peekCurrentTime() - historicalInfo.getTimestamp(); in getDecayedProbability() 56 const int elapsedTime = TimeKeeper::peekCurrentTime() - historicalInfo.getTimestamp(); in shouldRemoveEntryDuringGC() 63 return historicalInfo.getTimestamp(); in getPriorityToPreventFromEviction()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
H A D | CallLogQueryHelperTest.java | 94 assertEquals(100L, events.get(0).getTimestamp()); in testQueryIncomingCall() 110 assertEquals(100L, events.get(0).getTimestamp()); in testQueryOutgoingCall() 126 assertEquals(100L, events.get(0).getTimestamp()); in testQueryMissedCall() 145 assertEquals(100L, events.get(0).getTimestamp()); in testQueryMultipleCalls() 147 assertEquals(110L, events.get(1).getTimestamp()); in testQueryMultipleCalls()
|
H A D | SmsQueryHelperTest.java | 95 assertEquals(100L, events.get(0).getTimestamp()); in testQueryIncomingMessage() 110 assertEquals(100L, events.get(0).getTimestamp()); in testQueryOutgoingMessage() 128 assertEquals(100L, events.get(0).getTimestamp()); in testQueryMultipleMessages() 130 assertEquals(110L, events.get(1).getTimestamp()); in testQueryMultipleMessages()
|
H A D | MmsQueryHelperTest.java | 104 assertEquals(100_000L, events.get(0).getTimestamp()); in testQueryIncomingMessage() 122 assertEquals(100_000L, events.get(0).getTimestamp()); in testQueryOutgoingMessage() 146 assertEquals(100_000L, events.get(0).getTimestamp()); in testQueryMultipleMessages() 148 assertEquals(110_000L, events.get(1).getTimestamp()); in testQueryMultipleMessages()
|
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/impl/datamodels/util/ |
H A D | MessageUtils.java | 67 messages.sort(comparingLong(Message::getTimestamp).reversed()); in getMessages() 86 unreadMessages.sort(comparingLong(Conversation.Message::getTimestamp)); in getUnreadMessages() 111 if (lastReply.get() < message.getTimestamp()) { in getReadMessagesAndReplyTimestamp() 112 lastReply.set(message.getTimestamp()); in getReadMessagesAndReplyTimestamp() 125 readMessages.sort(comparingLong(Message::getTimestamp)); in getReadMessagesAndReplyTimestamp()
|
/aosp12/frameworks/base/core/java/com/android/internal/midi/ |
H A D | EventScheduler.java | 104 public long getTimestamp() { in getTimestamp() method in EventScheduler.SchedulableEvent 153 FastEventQueue list = mEventBuffer.get(event.getTimestamp()); in add() 158 mEventBuffer.put(event.getTimestamp(), list); in add() 161 if (event.getTimestamp() < lowestTime) { in add()
|
/aosp12/packages/services/Car/service/src/com/android/car/ |
H A D | CarNightService.java | 94 && value.getTimestamp() > mLastSensorEventTime) { in onNightModeCarPropertyEventLocked() 95 mLastSensorEventTime = value.getTimestamp(); in onNightModeCarPropertyEventLocked() 175 if (propertyValue != null && propertyValue.getTimestamp() != 0) { in init() 176 mLastSensorEventTime = propertyValue.getTimestamp(); in init()
|
/aosp12/packages/services/Car/car-lib/src/android/car/storagemonitoring/ |
H A D | IoStats.java | 103 public long getTimestamp() { in getTimestamp() method in IoStats 202 return delta.getTimestamp() == getTimestamp() in equals() 214 return "timestamp = " + getTimestamp() + ", stats = " + stringJoiner.toString(); in toString()
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | Frame.java | 91 public final long getTimestamp() { in getTimestamp() method in Frame 92 return mBackingStore.getTimestamp(); in getTimestamp() 99 return mBackingStore.getTimestamp() / 1000000L; in getTimestampMillis()
|
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/core/util/ |
H A D | ConversationUtil.java | 49 long lastMessageTimestamp = lastMessage == null ? 0L : lastMessage.getTimestamp(); in getConversationTimestamp() 62 lastMessageTimestamp = lastMessageGroup.getTimestamp(); in isReplied() 126 extras.putLong(LAST_REPLY_TIMESTAMP_EXTRA, lastReply.getTimestamp()); in setReplyAsAnExtra()
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | NetworkEventTest.java | 167 assertThat(unparceledEvent.getTimestamp()).isEqualTo(event.getTimestamp()); in testConnectEventParceling() 192 assertThat(unparceledEvent.getTimestamp()).isEqualTo(event.getTimestamp()); in testDnsEventParceling()
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/incident/ |
H A D | PendingList.java | 161 long val = a.report.getTimestamp() - b.report.getTimestamp(); in updateState() 264 .setWhen(rec.report.getTimestamp()) in showNotifications() 267 .setSortKey(getSortKey(rec.report.getTimestamp())) in showNotifications()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/burst/ |
H A D | RingBuffer.java | 54 long timestamp = image.getTimestamp(); in insertImage() 99 mImages.put(image.getTimestamp(), image); in addImage()
|