/frameworks/base/media/java/android/media/ |
ImageReader.java | 592 return mTimestamp; 703 private long mTimestamp;
|
/frameworks/opt/net/voip/src/jni/rtp/ |
AudioGroup.cpp | 138 uint32_t mTimestamp; 194 read(gRandom, &mTimestamp, sizeof(mTimestamp)); 230 mDtmfStart = mTimestamp + mSampleCount; 271 mTimestamp += skipped * mSampleCount; 278 mTimestamp += mSampleCount; 282 int duration = mTimestamp - mDtmfStart; 349 buffer[1] = htonl(mTimestamp);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
BackingStore.java | 56 private long mTimestamp = Frame.TIMESTAMP_NOT_SET; 168 mTimestamp = store.mTimestamp; 175 return mTimestamp; 182 mTimestamp = timestamp;
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppService.java | 586 Log.v(TAG, "TIMESTAMP : " + info.mTimestamp); 646 int i = findBatchWithTimeStamp(info.mTimestamp); 721 info.mTimestamp = cursor.getInt(cursor.getColumnIndexOrThrow(BluetoothShare.TIMESTAMP)); 727 int i = findBatchWithTimeStamp(info.mTimestamp); 735 int i = findBatchWithTimeStamp(info.mTimestamp); [all...] |
BluetoothOppObexServerSession.java | 90 private long mTimestamp; 275 values.put(BluetoothShare.TIMESTAMP, mTimestamp); 576 mTimestamp = System.currentTimeMillis();
|
BluetoothOppTransfer.java | 105 private long mTimestamp;
|
/frameworks/av/media/libstagefright/omx/ |
GraphicBufferSource.cpp | 464 item.mTimestamp = mRepeatLastFrameTimestamp; 479 mRepeatLastFrameTimestamp = item.mTimestamp + mRepeatAfterUs * 1000; 508 mRepeatLastFrameTimestamp = item.mTimestamp + mRepeatAfterUs * 1000; 549 int64_t timeUs = item.mTimestamp / 1000;
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
ZslProcessor.cpp | 374 if (mZslQueue[i].buffer.mTimestamp != 0) { 464 ALOGVV(" Acquired buffer, timestamp %lld", queueHead.buffer.mTimestamp); 475 nsecs_t bufferTimestamp = queueEntry.buffer.mTimestamp; 532 nsecs_t bufferTimestamp = queueEntry.buffer.mTimestamp;
|
ZslProcessor3.cpp | 347 nsecs_t bufferTimestamp = queueEntry.buffer.mTimestamp;
|
/frameworks/native/include/gui/ |
Surface.h | 194 // mTimestamp is the timestamp that will be used for the next buffer queue 197 int64_t mTimestamp;
|
/frameworks/native/libs/gui/ |
IGraphicBufferConsumer.cpp | 45 mTimestamp(0), 59 sizeof(mTimestamp) + 129 FlattenableUtils::write(buffer, size, mTimestamp); 171 FlattenableUtils::read(buffer, size, mTimestamp);
|
BufferQueue.cpp | 563 item.mTimestamp = timestamp; 782 i->mCrop.bottom, i->mTransform, i->mTimestamp, [all...] |
CpuConsumer.cpp | 160 nativeBuffer->timestamp = b.mTimestamp;
|
Surface.cpp | 64 mTimestamp = NATIVE_WINDOW_TIMESTAMP_AUTO; 266 if (mTimestamp == NATIVE_WINDOW_TIMESTAMP_AUTO) { 272 timestamp = mTimestamp; 654 mTimestamp = timestamp;
|
/frameworks/base/core/java/android/hardware/location/ |
GeofenceHardwareImpl.java | 613 geofenceTransition.mLocation, geofenceTransition.mTimestamp, 738 private long mTimestamp; 752 mTimestamp = timestamp; [all...] |
/frameworks/base/media/jni/ |
android_media_ImageReader.cpp | 40 #define ANDROID_MEDIA_SURFACEIMAGE_TS_JNI_ID "mTimestamp" 63 jfieldID mTimestamp; 578 gSurfaceImageClassInfo.mTimestamp = env->GetFieldID( 580 LOG_ALWAYS_FATAL_IF(gSurfaceImageClassInfo.mTimestamp == NULL, 786 env->SetLongField(image, gSurfaceImageClassInfo.mTimestamp,
|
/frameworks/rs/ |
rsGrallocConsumer.cpp | 130 mAlloc->mHal.state.timestamp = b.mTimestamp;
|
/hardware/ti/omap4xxx/camera/inc/ |
CameraHal.h | 260 mTimestamp(0), 280 mTimestamp(frame.mTimestamp), 298 nsecs_t mTimestamp; [all...] |
/frameworks/base/location/java/android/location/ |
LocationManager.java | [all...] |
/hardware/ti/omap4xxx/camera/V4LCameraAdapter/ |
V4LCameraAdapter.cpp | 554 frame.mTimestamp = systemTime(SYSTEM_TIME_MONOTONIC);;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
SMSDispatcher.java | [all...] |
/packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
PanoramaActivity.java | 145 private long mTimestamp; 573 mTimestamp = 0; [all...] |
/packages/apps/Mms/src/com/android/mms/ui/ |
MessageListItem.java | 211 mDateView.setText(buildTimestampLine(msgSizeText + " " + mMessageItem.mTimestamp)); 366 mMessageItem.mTimestamp)); [all...] |
/packages/apps/Email/src/com/android/email/service/ |
ImapService.java | 190 final long mTimestamp; 199 mTimestamp = c.getLong(COLUMN_TIMESTAMP); 638 if (info.mTimestamp >= endDate && !remoteUidMap.containsKey(info.mServerId)) { [all...] |
/frameworks/av/services/audioflinger/ |
Threads.h | 639 AudioTimestamp mTimestamp; [all...] |