Home
last modified time | relevance | path

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

123456

/frameworks/base/docs/html/
Djd_extras.js432 "timestamp": 1194884220000, property
525 "timestamp": 1004884220000, property
539 "timestamp": 1194884220000, property
552 "timestamp": 1194884220000, property
565 "timestamp": 1194884220000, property
578 "timestamp": 1194884220000, property
591 "timestamp": 1194884220000, property
604 "timestamp": 1194884220000, property
617 "timestamp": 1194884220000, property
630 "timestamp": 1194884220000, property
[all …]
/frameworks/base/core/java/com/android/internal/midi/
DMidiEventScheduler.java39 public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend()
62 private MidiEvent(byte[] msg, int offset, int count, long timestamp) { in MidiEvent()
83 long timestamp) { in createScheduledEvent()
DMidiDispatcher.java68 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { in onSend()
DEventScheduler.java97 public SchedulableEvent(long timestamp) { in SchedulableEvent()
112 public void setTimestamp(long timestamp) { in setTimestamp()
/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()
/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/base/media/java/android/media/midi/
DMidiReceiver.java61 abstract public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend()
123 public void send(byte[] msg, int offset, int count, long timestamp) in send()
DMidiPortImpl.java65 public static int packData(byte[] message, int offset, int size, long timestamp, in packData()
126 long timestamp = 0; in getPacketTimestamp() local
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3DummyStream.cpp47 nsecs_t timestamp) { in returnBufferLocked()
55 nsecs_t timestamp, in returnBufferCheckedLocked()
/frameworks/av/include/media/
DExtendedAudioBufferProvider.h34 virtual void onTimestamp(const AudioTimestamp& timestamp) { } in onTimestamp()
/frameworks/base/core/java/android/hardware/
DSystemSensorManager.java260 long timestamp) { in injectSensorDataImpl()
295 float[] values,int accuracy, long timestamp); in nativeInjectSensorData()
410 long timestamp) { in injectSensorDataBase()
420 long timestamp); in dispatchSensorEvent()
457 long timestamp) { in dispatchSensorEvent()
524 long timestamp) { in dispatchSensorEvent()
557 int injectSensorData(int handle, float[] values,int accuracy, long timestamp) { in injectSensorData()
563 long timestamp) { in dispatchSensorEvent()
DTriggerEvent.java57 public long timestamp; field in TriggerEvent
DSensorEvent.java504 public long timestamp; field in SensorEvent
/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/av/include/media/nbaio/
DNBAIO.h231 virtual status_t getTimestamp(AudioTimestamp& timestamp) { return INVALID_OPERATION; } in getTimestamp()
323 virtual void onTimestamp(const AudioTimestamp& timestamp) { } in onTimestamp()
/frameworks/av/camera/camera2/
DICameraDeviceCallbacks.cpp72 void onCaptureStarted(const CaptureResultExtras& result, int64_t timestamp) in onCaptureStarted()
150 int64_t timestamp = data.readInt64(); in onTransact() local
/frameworks/base/telecomm/java/android/telecom/
DVoicemail.java41 private Voicemail(Long timestamp, String number, PhoneAccountHandle phoneAccountHandle, Long id, in Voicemail()
62 public static Builder createForInsertion(long timestamp, String number) { in createForInsertion()
104 public Builder setTimestamp(long timestamp) { in setTimestamp()
/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()

123456