HomeSort by relevance Sort by last modified time
    Searched full:timestamp (Results 376 - 400 of 3536) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
FrequencyVerificationTest.java 84 for (long timestamp : timestamps) {
85 events.add(new TestSensorEvent(null, timestamp, 0, null));
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TimeUtil.java 51 * Return the current timestamp as a {@link String} suitable for displaying.
72 * Return the current timestamp in a compressed format, used to uniquely identify results.
  /developers/samples/android/common/src/java/com/example/android/common/midi/
MidiDispatcher.java 78 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException {
81 receiver.send(msg, offset, count, timestamp);
  /development/build/
build_android_stubs.mk 5 # stub_timestamp: the timestamp file we use as dependency of the generated source.
13 # api-stubs-timestamp file, which is the $@ of the droiddoc rule.
  /external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/
auth.rst 41 A tuple ``(User, timestamp)``, with a user object and
42 the token timestamp, or ``(None, None)`` if both were not found.
  /external/chromium-trace/trace-viewer/tracing/tracing/model/
counter_series.html 84 this.timestamps_.push(sample.timestamp);
113 this.samples_[i].timestamp = this.timestamps_[i];
  /external/google-breakpad/src/third_party/curl/
curlver.h 61 * timestamp is not stored in CVS, as the timestamp is properly set in the
  /external/kernel-headers/original/uapi/linux/
icmp.h 29 #define ICMP_TIMESTAMP 13 /* Timestamp Request */
30 #define ICMP_TIMESTAMPREPLY 14 /* Timestamp Reply */
  /external/libdrm/freedreno/
freedreno_pipe.c 73 drm_public int fd_pipe_wait(struct fd_pipe *pipe, uint32_t timestamp)
75 return pipe->funcs->wait(pipe, timestamp);
  /external/libdrm/freedreno/kgsl/
kgsl_drm.h 114 /* Timestamp types */
183 uint32_t timestamp; /* This field is a hw generated ts */ member in struct:drm_kgsl_gem_unlock_on_ts
  /external/libvpx/libvpx/vp8/encoder/
lookahead.h 59 * \param[in] ts_start Timestamp for the start of this frame
60 * \param[in] ts_end Timestamp for the end of this frame
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_derived.c 219 if (spt->timestamp != tc->timestamp) {
222 _debug_printf("INV %d %d\n", tc->timestamp, spt->timestamp);
224 tc->timestamp = spt->timestamp;
339 if (softpipe->tex_timestamp != sp_screen->timestamp) {
340 softpipe->tex_timestamp = sp_screen->timestamp;
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3DummyStream.h 64 nsecs_t timestamp,
88 nsecs_t timestamp);
Camera3OutputStream.h 77 nsecs_t timestamp,
101 nsecs_t timestamp);
  /frameworks/base/core/java/com/android/internal/midi/
MidiDispatcher.java 68 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException {
71 receiver.send(msg, offset, count, timestamp);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
GLTextureSource.java 45 /* This timestamp will be used for all output frames from this source. They
50 @GenerateFieldPort(name = "timestamp", hasDefault = true)
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
KMLFormatter.java 55 builder.addLine("<TimeStamp>");
57 builder.addLine("</TimeStamp>");
  /frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
Camera2CaptureCallbackForwarder.java 92 final long timestamp, final long frameNumber) {
96 mListener.onCaptureStarted(session, request, timestamp, frameNumber);
Camera2CaptureCallbackSplitter.java 90 long timestamp, long frameNumber) {
92 target.onCaptureStarted(session, request, timestamp, frameNumber);
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_h264.h 112 guint64 timestamp,
117 guint64 timestamp);
mixvideoformat_mp42.h 112 vbp_data_mp42 *data, guint64 timestamp, gboolean discontinuity);
115 guint64 timestamp);
mixvideoformat_vc1.h 116 guint64 timestamp,
121 guint64 timestamp);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
lookahead.h 59 * \param[in] ts_start Timestamp for the start of this frame
60 * \param[in] ts_end Timestamp for the end of this frame
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_lookahead.h 63 * \param[in] ts_start Timestamp for the start of this frame
64 * \param[in] ts_end Timestamp for the end of this frame
  /hardware/invensense/6515/libsensors_iio/
CompassSensor.AKM.h 58 int readSample(long *data, int64_t *timestamp);
59 int readRawSample(float *data, int64_t *timestamp);

Completed in 4031 milliseconds

<<11121314151617181920>>