HomeSort by relevance Sort by last modified time
    Searched refs:mTimestamp (Results 76 - 100 of 190) sorted by null

1 2 34 5 6 7 8

  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexServerSession.java 95 private long mTimestamp;
277 values.put(BluetoothShare.TIMESTAMP, mTimestamp);
608 mTimestamp = System.currentTimeMillis();
  /packages/services/Car/car-lib/src/android/car/diagnostic/
CarDiagnosticEvent.java 197 private long mTimestamp = 0;
218 mTimestamp = timestamp;
242 return new CarDiagnosticEvent(mType, mTimestamp, mFloatValues, mIntValues, mDtc);
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3InputStream.cpp 92 mLastTimestamp = bufferItem.mTimestamp;
Camera3StreamSplitter.cpp 329 bufferItem.mTimestamp, bufferItem.mIsAutoTimestamp,
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsState.java 513 proto.write(SettingsOperationProto.TIMESTAMP, operation.mTimestamp);
539 pw.print(TimeUtils.formatForLogging(operation.mTimestamp));
    [all...]
  /frameworks/native/libs/gui/
CpuConsumer.cpp 144 outBuffer->timestamp = item.mTimestamp;
StreamSplitter.cpp 146 bufferItem.mTimestamp, bufferItem.mIsAutoTimestamp,
BufferQueueConsumer.cpp 134 nsecs_t desiredPresent = bufferItem.mTimestamp;
179 nsecs_t desiredPresent = front->mTimestamp;
BufferQueueCore.cpp 128 double timestamp = current->mTimestamp / 1e9;
Surface.cpp 83 mTimestamp = NATIVE_WINDOW_TIMESTAMP_AUTO;
640 if (mTimestamp == NATIVE_WINDOW_TIMESTAMP_AUTO) {
646 timestamp = mTimestamp;
    [all...]
  /test/suite_harness/common/util/src/com/android/compatibility/common/util/
BusinessLogicFactory.java 91 bl.mTimestamp = parseTimestamp(root.getString(TIMESTAMP));
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]
  /frameworks/av/media/ndk/
NdkImage.cpp 37 mTimestamp(timestamp), mWidth(width), mHeight(height), mNumPlanes(numPlanes) {
170 *timestamp = mTimestamp;
NdkImageReader.cpp 450 *image = new AImage(this, mFormat, mUsage, buffer, buffer->mTimestamp,
453 *image = new AImage(this, mFormat, mUsage, buffer, buffer->mTimestamp,
  /frameworks/native/libs/gui/include/gui/
Surface.h 338 // mTimestamp is the timestamp that will be used for the next buffer queue
341 int64_t mTimestamp;
  /frameworks/base/core/java/android/hardware/location/
GeofenceHardwareImpl.java 679 geofenceTransition.mLocation, geofenceTransition.mTimestamp,
    [all...]
  /frameworks/base/media/java/android/media/
MediaCodec.java     [all...]
  /frameworks/base/location/java/android/location/
LocationManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
InstantAppRegistry.java 762 final long elapsedCachingMillis = System.currentTimeMillis() - state.mTimestamp;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java 446 || inputTransaction.mTimestamp > mLastKeyTime + Constants.LONG_PRESS_MILLISECONDS) {
449 mLastKeyTime = inputTransaction.mTimestamp;
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
PanoramaActivity.java 145 private long mTimestamp;
573 mTimestamp = 0;
    [all...]
  /frameworks/base/services/core/java/com/android/server/
BluetoothManagerService.java 171 private long mTimestamp;
177 mTimestamp = timestamp;
181 return timeToLog(mTimestamp) + (mEnable ? " Enabled " : " Disabled ")
    [all...]
  /packages/apps/Email/provider_src/com/android/email/service/
ImapService.java 225 final long mTimestamp;
234 mTimestamp = c.getLong(COLUMN_TIMESTAMP);
    [all...]
  /frameworks/av/media/libstagefright/filters/
MediaFilter.cpp 714 inputInfo->mData->meta()->setInt64("timeUs", item.mTimestamp / 1000);
  /frameworks/native/services/surfaceflinger/
BufferLayerConsumer.cpp 343 mCurrentTimestamp = item.mTimestamp;

Completed in 628 milliseconds

1 2 34 5 6 7 8