Searched refs:getTimestamp (Results 1 - 25 of 34) sorted by relevance

12

/packages/apps/Camera2/src/com/android/camera/burst/
H A DBurstMediaItem.java42 public long getTimestamp(); method in interface:BurstMediaItem
H A DRingBuffer.java54 long timestamp = image.getTimestamp();
99 mImages.put(image.getTimestamp(), image);
H A DBurstResultsSaver.java152 artifactType, artifactIndex, index, mediaItem.getTimestamp());
/packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
H A DForwardingImageProxy.java80 * @see {@link android.media.Image#getTimestamp}
83 public long getTimestamp() { method in class:ForwardingImageProxy
84 return mImpl.getTimestamp();
106 .add("timestamp", getTimestamp())
124 otherImage.getTimestamp() == getTimestamp();
129 return Objects.hashCode(getFormat(), getWidth(), getHeight(), getTimestamp());
H A DAndroidImageProxy.java108 mTimestamp = mImage.getTimestamp();
179 * @see {@link android.media.Image#getTimestamp}
182 public long getTimestamp() { method in class:AndroidImageProxy
208 .add("timestamp", getTimestamp())
226 otherImage.getTimestamp() == getTimestamp();
231 return Objects.hashCode(getFormat(), getWidth(), getHeight(), getTimestamp());
H A DImageProxy.java92 * @see {@link android.media.Image#getTimestamp}
94 public long getTimestamp(); method in interface:ImageProxy
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
H A Ddynamic_language_model_probability_utils.h44 const int elapsedTime = TimeKeeper::peekCurrentTime() - historicalInfo.getTimestamp();
56 const int elapsedTime = TimeKeeper::peekCurrentTime() - historicalInfo.getTimestamp();
63 return historicalInfo.getTimestamp();
H A Dprobability_entry.h104 | static_cast<uint32_t>(mHistoricalInfo.getTimestamp());
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
H A Dver4_patricia_trie_writing_helper.h96 int getTimestamp() const { function in class:latinime::backward::v402::Ver4PatriciaTrieWritingHelper::DictProbability
115 if (left.getTimestamp() != right.getTimestamp()) {
116 return left.getTimestamp() < right.getTimestamp();
/packages/apps/Camera2/src/com/android/camera/one/v2/imagesaver/
H A DMostRecentImageSaver.java49 mThumbnails.put(imageProxy.getTimestamp(), imageProxy);
56 mFullSizeImages.put(imageProxy.getTimestamp(), new MetadataImage(imageProxy, metadata));
67 mFullSizeImages.remove(fullSize.getTimestamp());
72 ImageProxy thumbnail = getThumbnail(fullSize.getTimestamp());
76 mThumbnails.remove(thumbnail.getTimestamp());
124 long timestamp = image.getTimestamp();
144 if (lastImage == null || image.getTimestamp() > lastImage.getTimestamp()) {
/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/
H A Dhistorical_info.h37 int getTimestamp() const { function in class:latinime::HistoricalInfo
/packages/inputmethods/LatinIME/native/jni/tests/dictionary/structure/v4/content/
H A Dprobability_entry_test.cpp53 EXPECT_EQ(timestamp, decodedEntry.getHistoricalInfo()->getTimestamp());
H A Dlanguage_model_dict_content_test.cpp62 EXPECT_EQ(timestamp, entry.getHistoricalInfo()->getTimestamp());
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dforgetting_curve_utils.cpp49 const int timestamp = newHistoricalInfo->getTimestamp();
88 const int elapsedTimeStepCount = getElapsedTimeStepCount(historicalInfo->getTimestamp(),
99 || getElapsedTimeStepCount(historicalInfo->getTimestamp(),
107 if (originalHistoricalInfo->getTimestamp() == NOT_A_TIMESTAMP) {
112 originalHistoricalInfo->getTimestamp(), durationToLevelDownInSeconds);
121 const int adjustedTimestampInSeconds = originalHistoricalInfo->getTimestamp() +
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/metadatasynchronizer/
H A DMetadataReleasingImageQueue.java43 long timestamp = getTimestamp();
/packages/inputmethods/LatinIME/native/jni/src/utils/
H A Djni_data_utils.cpp43 int probabilityInfo[] = {unigramProperty.getProbability(), historicalInfo.getTimestamp(),
88 ngramHistoricalInfo.getTimestamp(), ngramHistoricalInfo.getLevel(),
/packages/apps/Camera2/src/com/android/camera/one/v2/photo/zsl/
H A DZslImageCaptureCommand.java109 long mostRecentTimestamp = images.get(images.size() - 1).getTimestamp();
112 if (image.getTimestamp() > timestampThreshold) {
130 mZslMetadataPool.removeMetadataFuture(image.getTimestamp());
/packages/services/Car/service/src/com/android/car/hal/
H A DSensorHalService.java123 return CarSensorEventFactory.createBooleanEvent(sensorType, v.getTimestamp(),
133 return CarSensorEventFactory.createIntEvent(sensorType, v.getTimestamp(),
142 return CarSensorEventFactory.createFloatEvent(sensorType, v.getTimestamp(),
/packages/apps/Camera2/src/com/android/camera/one/v2/sharedimagereader/imagedistributor/
H A DImageDistributorImpl.java98 final long timestamp = image.getTimestamp();
/packages/apps/Messaging/src/com/android/messaging/util/
H A DDates.java122 return getTimestamp(time, System.currentTimeMillis(), abbreviated,
127 public static CharSequence getTimestamp(final long time, final long now, method in class:Dates
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
H A Dbigram_dict_content.cpp88 if (!bigramListBuffer->writeUintAndAdvancePosition(historicalInfo->getTimestamp(),
91 historicalInfo->getTimestamp());
H A Dprobability_dict_content.cpp149 if (!bufferToWrite->writeUintAndAdvancePosition(historicalInfo->getTimestamp(),
/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DImageCaptureManager.java224 return mImage.getTimestamp();
492 return mCapturedImageBuffer.swapLeast(newImage.getTimestamp(),
533 long timestamp = img.getTimestamp();
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
H A DImageProcessorProxyListener.java115 mImageFilter.put(listener, image.getTimestamp());
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
H A DDataStatus.java97 public long getTimestamp() { method in class:DataStatus

Completed in 532 milliseconds

12