Home
last modified time | relevance | path

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

12345678

/frameworks/av/camera/
DICameraRecordingProxyListener.cpp41 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) in dataCallbackTimestamp()
52 void recordingFrameHandleCallbackTimestamp(nsecs_t timestamp, native_handle_t* handle) { in recordingFrameHandleCallbackTimestamp()
78 nsecs_t timestamp = data.readInt64(); in onTransact() local
87 nsecs_t timestamp; in onTransact() local
DICameraClient.cpp74 void dataCallbackTimestamp(nsecs_t timestamp, int32_t msgType, const sp<IMemory>& imageData) in dataCallbackTimestamp()
85 void recordingFrameHandleCallbackTimestamp(nsecs_t timestamp, native_handle_t* handle) { in recordingFrameHandleCallbackTimestamp()
132 nsecs_t timestamp = data.readInt64(); in onTransact() local
141 nsecs_t timestamp; in onTransact() local
/frameworks/base/docs/html/
Djd_extras_zh-cn.js36 "timestamp": 1194884220000, property
61 "timestamp": 1194884220000, property
74 "timestamp": 1194884220000, property
87 "timestamp": 1194884220000, property
100 "timestamp": 1194884220000, property
113 "timestamp": 1194884220000, property
126 "timestamp": 1194884220000, property
139 "timestamp": 1194884220000, property
152 "timestamp": 1194884220000, property
165 "timestamp": 1194884220000, property
[all …]
Djd_extras.js655 "timestamp": 1194884220000, property
780 "timestamp": 1004884220000, property
793 "timestamp": 1194884220000, property
806 "timestamp": 1194884220000, property
819 "timestamp": 1194884220000, property
832 "timestamp": 1194884220000, property
845 "timestamp": 1194884220000, property
858 "timestamp": 1194884220000, property
871 "timestamp": 1194884220000, property
884 "timestamp": 1194884220000, property
[all …]
Djd_extras_en.js961 "timestamp": 1194884220000, property
1053 "timestamp": 1004884220000, property
1066 "timestamp": 1194884220000, property
1079 "timestamp": 1194884220000, property
1092 "timestamp": 1194884220000, property
1105 "timestamp": 1194884220000, property
1118 "timestamp": 1194884220000, property
1131 "timestamp": 1194884220000, property
1144 "timestamp": 1194884220000, property
1157 "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()
/frameworks/base/core/java/android/hardware/camera2/legacy/
DCaptureCollector.java129 public void setJpegTimestamp(long timestamp) { in setJpegTimestamp()
188 public void setPreviewTimestamp(long timestamp) { in setPreviewTimestamp()
431 MutableLong timestamp) in waitForRequestCompleted()
449 private boolean removeRequestIfCompleted(RequestHolder holder, MutableLong timestamp) { in removeRequestIfCompleted()
469 public RequestHolder jpegCaptured(long timestamp) { in jpegCaptured()
527 public Pair<RequestHolder, Long> previewCaptured(long timestamp) { in previewCaptured()
DCameraDeviceState.java77 void onCaptureStarted(RequestHolder holder, long timestamp); in onCaptureStarted()
144 public synchronized boolean setCaptureStart(final RequestHolder request, long timestamp, in setCaptureStart()
236 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/base/core/java/android/net/
DConnectivityMetricsEvent.java28 final public long timestamp; field in ConnectivityMetricsEvent
39 public ConnectivityMetricsEvent(long timestamp, int componentTag, in ConnectivityMetricsEvent()
/frameworks/av/include/media/
DExtendedAudioBufferProvider.h34 virtual void onTimestamp(const ExtendedTimestamp& timestamp) { } in onTimestamp()
/frameworks/base/location/java/android/location/
DOnNmeaMessageListener.java33 void onNmeaMessage(String message, long timestamp); in onNmeaMessage()
DGnssNmeaListener.java30 void onNmeaReceived(long timestamp, String nmea); in onNmeaReceived()
DIGnssStatusListener.aidl31 void onNmeaReceived(long timestamp, String nmea); in onNmeaReceived()
/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.java599 public long timestamp; field in SensorEvent
DSystemSensorManager.java289 long timestamp) { in injectSensorDataImpl()
505 float[] values,int accuracy, long timestamp); in nativeInjectSensorData()
618 long timestamp) { in injectSensorDataBase()
628 long timestamp); in dispatchSensorEvent()
670 long timestamp) { in dispatchSensorEvent()
765 long timestamp) { in dispatchSensorEvent()
802 int injectSensorData(int handle, float[] values,int accuracy, long timestamp) { in injectSensorData()
808 long timestamp) { in dispatchSensorEvent()
/frameworks/av/include/media/nbaio/
DNBAIO.h215 virtual status_t getTimestamp(ExtendedTimestamp &timestamp) { return INVALID_OPERATION; } in getTimestamp()
302 virtual void onTimestamp(const ExtendedTimestamp& timestamp) { } in onTimestamp()
/frameworks/base/core/java/android/app/admin/
DSecurityLog.java187 public static native void readEventsSince(long timestamp, Collection<SecurityEvent> output) in readEventsSince()
204 public static native void readEventsOnWrapping(long timestamp, Collection<SecurityEvent> output) in readEventsOnWrapping()
/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/gesture/
DGesturePoint.java30 public final long timestamp; field in GesturePoint
/frameworks/base/core/java/android/net/metrics/
DIpConnectivityLog.java54 public boolean log(long timestamp, Parcelable data) { in log()

12345678