/frameworks/av/services/camera/libcameraservice/gui/ |
RingBufferConsumer.h | 98 // mTimestamp is the current timestamp for this buffer slot. This gets 100 int64_t mTimestamp;
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
ConversationListItemData.java | 46 private long mTimestamp; 84 mTimestamp = cursor.getLong(INDEX_SORT_TIMESTAMP); 142 return Dates.getConversationTimeString(mTimestamp).toString(); 146 return mTimestamp; 276 DeleteConversationAction.deleteConversation(mConversationId, mTimestamp);
|
/frameworks/base/media/jni/ |
android_media_ImageReader.cpp | 42 #define ANDROID_MEDIA_SURFACEIMAGE_TS_JNI_ID "mTimestamp" 62 jfieldID mTimestamp; 297 gSurfaceImageClassInfo.mTimestamp = env->GetFieldID( 299 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mTimestamp == NULL, 578 env->SetLongField(image, gSurfaceImageClassInfo.mTimestamp, 579 static_cast<jlong>(buffer->mTimestamp)); 667 image->timestamp = buffer->mTimestamp;
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
UserUsageStatsService.java | 156 + "[" + event.mTimeStamp + "]: " 160 if (event.mTimeStamp >= mDailyExpiryDate.getTimeInMillis()) { 162 rolloverStats(event.mTimeStamp); 180 currentDailyStats.events.put(event.mTimeStamp, event); 185 stats.updateConfigurationStats(newFullConfig, event.mTimeStamp); 187 stats.update(event.mPackage, event.mTimeStamp, event.mEventType); 543 pw.printPair("time", formatDateTime(event.mTimeStamp, prettyDates));
|
UsageStatsService.java | 594 event.mTimeStamp = Math.max(0, event.mTimeStamp - mRealTimeSnapshot) + mSystemTimeSnapshot; [all...] |
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
FrameManager.java | 237 private int mTimestamp = 0; 246 ++mTimestamp; 247 backing.cachePriority = mTimestamp;
|
BackingStore.java | 56 private long mTimestamp = Frame.TIMESTAMP_NOT_SET; 168 mTimestamp = store.mTimestamp; 175 return mTimestamp; 182 mTimestamp = timestamp;
|
/packages/apps/Email/tests/src/com/android/email/provider/ |
ProviderTestUtils.java | 166 message.mTimeStamp = 100 + name.length(); 382 assertEquals(caller + " mTimeStamp", expect.mTimeStamp, actual.mTimeStamp);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
CombinedFormatUtils.java | 97 builder.append(probabilityInfo.mTimestamp);
|
/external/doclava/src/com/google/doclava/ |
PageMetadata.java | 675 private String mTimestamp; // optional timestamp eg 1447452827 689 mTimestamp = builder.mTimestamp; 693 private String mLabel, mCategory, mSummary, mLink, mGroup, mImage, mLang, mType, mTimestamp; 712 public Builder setTimestamp(String mTimestamp) {this.mTimestamp = mTimestamp; return this;} 786 if (!"".equals(list.get(i).mTimestamp)) { 787 buf.append(" \"timestamp\":\"" + list.get(i).mTimestamp + "\",\n"); [all...] |
/frameworks/av/media/libstagefright/ |
CameraSourceTimeLapse.cpp | 320 int64_t timestampUs = buffer.mTimestamp / 1000; 322 buffer.mTimestamp = timestampUs * 1000;
|
MediaSync.cpp | 556 int64_t itemMediaUs = bufferItem->mTimestamp / 1000; 566 (long long)bufferItem->mTimestamp / 1000, (long long)itemRealUs); 567 bufferItem->mTimestamp = itemRealUs * 1000; 674 bufferItem.mTimestamp,
|
/frameworks/opt/net/voip/src/jni/rtp/ |
AudioGroup.cpp | 140 uint32_t mTimestamp; 196 read(gRandom, &mTimestamp, sizeof(mTimestamp)); 232 mDtmfStart = mTimestamp + mSampleCount; 273 mTimestamp += skipped * mSampleCount; 280 mTimestamp += mSampleCount; 284 int duration = mTimestamp - mDtmfStart; 351 buffer[1] = htonl(mTimestamp);
|
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/ |
CombinedInputOutput.java | 128 probabilityInfo.mTimestamp, probabilityInfo.mLevel, 180 bigramProbabilityInfo.mTimestamp, bigramProbabilityInfo.mLevel,
|
/frameworks/av/media/libstagefright/omx/ |
GraphicBufferSource.cpp | 630 if (mSkipFramesBeforeNs < 0ll || item.mTimestamp >= mSkipFramesBeforeNs) { 633 item.mTimestamp -= mSkipFramesBeforeNs; 636 int64_t timeUs = item.mTimestamp / 1000; 693 item.mTimestamp = mRepeatLastFrameTimestamp; 709 mRepeatLastFrameTimestamp = item.mTimestamp + mRepeatAfterUs * 1000; 735 mRepeatLastFrameTimestamp = item.mTimestamp + mRepeatAfterUs * 1000; 777 int64_t timeUs = item.mTimestamp / 1000; [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppService.java | 601 Log.v(TAG, "TIMESTAMP : " + info.mTimestamp); 661 int i = findBatchWithTimeStamp(info.mTimestamp); 736 info.mTimestamp = cursor.getLong(cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP)); [all...] |
BluetoothOppObexServerSession.java | 92 private long mTimestamp; 273 values.put(BluetoothShare.TIMESTAMP, mTimestamp); 568 mTimestamp = System.currentTimeMillis();
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
DatabaseMessages.java | 876 private final long mTimestamp; 885 mTimestamp = timestamp; [all...] |
/frameworks/native/libs/gui/ |
BufferItem.cpp | 32 mTimestamp(0),
|
CpuConsumer.cpp | 193 nativeBuffer->timestamp = b.mTimestamp;
|
StreamSplitter.cpp | 144 bufferItem.mTimestamp, bufferItem.mIsAutoTimestamp,
|
Surface.cpp | 74 mTimestamp = NATIVE_WINDOW_TIMESTAMP_AUTO; 407 if (mTimestamp == NATIVE_WINDOW_TIMESTAMP_AUTO) { 413 timestamp = mTimestamp; [all...] |
/device/htc/flounder/sensor_hub/libsensors/ |
CwMcuSensor.cpp | 1052 uint64_t mtimestamp; local [all...] |
/frameworks/native/include/gui/ |
Surface.h | 276 // mTimestamp is the timestamp that will be used for the next buffer queue 279 int64_t mTimestamp;
|
/frameworks/av/include/private/media/ |
AudioTrackShared.h | 329 (void) mTimestampObserver.poll(mTimestamp); 330 *timestamp = mTimestamp; 335 mTimestamp.clear(); 348 ExtendedTimestamp mTimestamp; // initialized by constructor
|