Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 25 of 129) sorted by relevance

123456

/frameworks/base/docs/html/
Djd_extras.js151 "timestamp": 1194884220000, property
244 "timestamp": 1004884220000, property
258 "timestamp": 1194884220000, property
271 "timestamp": 1194884220000, property
284 "timestamp": 1194884220000, property
297 "timestamp": 1194884220000, property
310 "timestamp": 1194884220000, property
323 "timestamp": 1194884220000, property
336 "timestamp": 1194884220000, property
349 "timestamp": 1194884220000, property
[all …]
/frameworks/av/camera/
DICameraRecordingProxyListener.cpp38 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) in dataCallbackTimestamp()
61 nsecs_t timestamp = data.readInt64(); in onTransact() local
DICameraClient.cpp70 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) in dataCallbackTimestamp()
118 nsecs_t timestamp = data.readInt64(); in onTransact() local
/frameworks/av/media/libnbaio/
DAudioStreamOutSink.cpp69 status_t AudioStreamOutSink::getNextWriteTimestamp(int64_t *timestamp) { in getNextWriteTimestamp()
81 status_t AudioStreamOutSink::getTimestamp(AudioTimestamp& timestamp) in getTimestamp()
DMonoPipe.cpp226 status_t MonoPipe::getNextWriteTimestamp(int64_t *timestamp) in getNextWriteTimestamp()
334 status_t MonoPipe::getTimestamp(AudioTimestamp& timestamp) in getTimestamp()
DMonoPipeReader.cpp89 void MonoPipeReader::onTimestamp(const AudioTimestamp& timestamp) in onTimestamp()
DSourceAudioBufferProvider.cpp110 void SourceAudioBufferProvider::onTimestamp(const AudioTimestamp& timestamp) in onTimestamp()
/frameworks/base/core/java/android/hardware/camera2/legacy/
DCaptureCollector.java123 public void setJpegTimestamp(long timestamp) { in setJpegTimestamp()
182 public void setPreviewTimestamp(long timestamp) { in setPreviewTimestamp()
425 MutableLong timestamp) in waitForRequestCompleted()
443 private boolean removeRequestIfCompleted(RequestHolder holder, MutableLong timestamp) { in removeRequestIfCompleted()
463 public RequestHolder jpegCaptured(long timestamp) { in jpegCaptured()
521 public Pair<RequestHolder, Long> previewCaptured(long timestamp) { in previewCaptured()
DCameraDeviceState.java77 void onCaptureStarted(RequestHolder holder, long timestamp); in onCaptureStarted()
143 public synchronized boolean setCaptureStart(final RequestHolder request, long timestamp, in setCaptureStart()
213 private void doStateTransition(int newState, final long timestamp, final int error) { in doStateTransition()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3DummyStream.cpp47 nsecs_t timestamp) { in returnBufferLocked()
55 nsecs_t timestamp, in returnBufferCheckedLocked()
DCamera3OutputStream.cpp131 nsecs_t timestamp) { in returnBufferLocked()
147 nsecs_t timestamp, in returnBufferCheckedLocked()
/frameworks/av/include/media/
DExtendedAudioBufferProvider.h34 virtual void onTimestamp(const AudioTimestamp& timestamp) { } in onTimestamp()
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
DBandwidthTestUtil.java82 String timestamp) { in buildDownloadUrl()
126 public static boolean postFileToServer(String server, String deviceId, String timestamp, in postFileToServer()
/frameworks/base/core/java/android/hardware/
DTriggerEvent.java57 public long timestamp; field in TriggerEvent
DSensorEvent.java502 public long timestamp; field in SensorEvent
/frameworks/av/camera/camera2/
DICameraDeviceCallbacks.cpp71 void onCaptureStarted(const CaptureResultExtras& result, int64_t timestamp) in onCaptureStarted()
139 int64_t timestamp = data.readInt64(); in onTransact() local
/frameworks/av/include/media/nbaio/
DNBAIO.h231 virtual status_t getTimestamp(AudioTimestamp& timestamp) { return INVALID_OPERATION; } in getTimestamp()
322 virtual void onTimestamp(const AudioTimestamp& timestamp) { } in onTimestamp()
/frameworks/base/core/java/android/hardware/camera2/
DICameraDeviceCallbacks.aidl31 oneway void onCaptureStarted(in CaptureResultExtras resultExtras, long timestamp); in onCaptureStarted()
/frameworks/base/core/java/android/gesture/
DGesturePoint.java30 public final long timestamp; field in GesturePoint
/frameworks/base/location/java/android/location/
DIGpsStatusListener.aidl32 void onNmeaReceived(long timestamp, String nmea); in onNmeaReceived()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DGLEnvironment.java141 public void setSurfaceTimestamp(long timestamp) { in setSurfaceTimestamp()
183 private native boolean nativeSetSurfaceTimestamp(long timestamp); in nativeSetSurfaceTimestamp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DInboundSmsTracker.java74 InboundSmsTracker(byte[] pdu, long timestamp, int destPort, boolean is3gpp2, in InboundSmsTracker()
105 public InboundSmsTracker(byte[] pdu, long timestamp, int destPort, boolean is3gpp2, in InboundSmsTracker()
/frameworks/base/core/java/android/hardware/location/
DIGeofenceHardwareCallback.aidl24 long timestamp, int monitoringType); in onGeofenceTransition()
DGeofenceHardwareCallback.java42 long timestamp, int monitoringType) { in onGeofenceTransition()
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
DConnectivityManagerMobileTest.java95 long timestamp = SystemClock.uptimeMillis(); in test3GToWifiNotification() local

123456