HomeSort by relevance Sort by last modified time
    Searched full:timestamp (Results 476 - 500 of 4884) sorted by null

<<11121314151617181920>>

  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_q6vdec.h 149 int timestamp_lo; /* lower 32 bits timestamp, in msec */
150 int timestamp_hi; /* higher 32 bits timestamp, in msec */
151 int cal_timestamp_lo; /* lower 32 bits cal timestamp, in msec */
152 int cal_timestamp_hi; /* higher 32 bits cal timestamp, in msec */
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_q6vdec.h 149 int timestamp_lo; /* lower 32 bits timestamp, in msec */
150 int timestamp_hi; /* higher 32 bits timestamp, in msec */
151 int cal_timestamp_lo; /* lower 32 bits cal timestamp, in msec */
152 int cal_timestamp_hi; /* higher 32 bits cal timestamp, in msec */
msm_kgsl.h 254 * that can be mmap()ed from this driver. The timestamp fields are volatile
256 * @soptimestamp: Start of pipeline timestamp written by GPU before the
259 * @eoptimestamp: End of pipeline timestamp written by GPU after the
264 * @ref_wait_ts: Timestamp on which to generate interrupt, unused now.
286 /* timestamp id*/
288 KGSL_TIMESTAMP_CONSUMED = 0x00000001, /* start-of-pipeline timestamp */
289 KGSL_TIMESTAMP_RETIRED = 0x00000002, /* end-of-pipeline timestamp*/
440 /* block until the GPU has executed past a given timestamp
444 unsigned int timestamp; member in struct:kgsl_device_waittimestamp
453 unsigned int timestamp; member in struct:kgsl_device_waittimestamp_ctxtid
476 unsigned int timestamp; \/*output param *\/ member in struct:kgsl_ringbuffer_issueibcmds
488 unsigned int timestamp; \/*output param *\/ member in struct:kgsl_cmdstream_readtimestamp
505 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp
557 unsigned int timestamp; \/*output param *\/ member in struct:kgsl_cmdstream_readtimestamp_ctxtid
567 unsigned int timestamp; member in struct:kgsl_cmdstream_freememontimestamp_ctxtid
715 unsigned int timestamp; \/* Timestamp to trigger event on *\/ member in struct:kgsl_timestamp_event
1005 unsigned int timestamp; member in struct:kgsl_cmd_syncpoint_timestamp
1059 unsigned int timestamp; member in struct:kgsl_submit_commands
1240 unsigned int timestamp; member in struct:kgsl_gpu_event_timestamp
1396 unsigned int timestamp; member in struct:kgsl_gpu_command
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/media/
msmb_generic_buf_mgr.h 22 struct timeval timestamp; member in struct:msm_buf_mngr_info
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
CodeSignerTest.java 26 import java.security.Timestamp;
41 private Timestamp ts = new Timestamp(now, cpath);
56 * timestamp can be null
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
ResponseListeners.java 97 * @param callback A thread-safe callback to receive the timestamp of the
104 public void onStarted(long timestamp) {
105 callback.update(timestamp);
118 public void onStarted(long timestamp) {
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
SyncManager.java 86 * Timestamp of in progress sync - used to keep track of whether sync is running
91 * Timestamp of current sync batch upper bound - used to determine if message makes batch dirty
96 * Timestamp of messages inserted since sync batch started - used to determine if batch dirty
131 * @param upperBoundTimestamp upper bound timestamp for sync batch
141 * @param lowerBoundTimestamp lower bound timestamp for sync batch
142 * @return true if message added within window from lower to upper bound timestamp of batch
152 + (dirty ? "DIRTY" : "clean") + "; max change timestamp = "
165 * @param timestamp timestamp of message being added
167 public synchronized void onNewMessageInserted(final long timestamp) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
dlm_netlink.h 33 unsigned long timestamp; member in struct:dlm_lock_data
prctl.h 44 /* Get/set whether we use statistical process timing or accurate timestamp
50 # define PR_TIMING_TIMESTAMP 1 /* Accurate timestamp based
71 /* Get/set the process' ability to use the timestamp counter instruction */
74 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
dlm_netlink.h 33 unsigned long timestamp; member in struct:dlm_lock_data
prctl.h 44 /* Get/set whether we use statistical process timing or accurate timestamp
50 # define PR_TIMING_TIMESTAMP 1 /* Accurate timestamp based
71 /* Get/set the process' ability to use the timestamp counter instruction */
74 # define PR_TSC_ENABLE 1 /* allow the use of the timestamp counter */
  /system/bt/btif/include/
btif_debug.h 29 // Timestamp in us
  /system/core/adb/
adb_trace.cpp 58 char timestamp[PATH_MAX]; local
59 strftime(timestamp, sizeof(timestamp), "%Y-%m-%d-%H-%M-%S", &now);
61 return android::base::StringPrintf("/data/adb/adb-%s-%d", timestamp,
  /system/core/logcat/tests/
logcat_benchmark.cpp 32 class timestamp { class
52 timestamp(const char *buffer) function in class:timestamp
57 bool operator< (timestamp &T)
94 timestamp next(buffer);
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/vpc/
test_vpc.py 70 'SignatureVersion', 'Timestamp',
99 'SignatureVersion', 'Timestamp',
125 'SignatureVersion', 'Timestamp',
138 'SignatureVersion', 'Timestamp',
195 'SignatureVersion', 'Timestamp', 'Version'])
235 'SignatureVersion', 'Timestamp', 'Version'])
261 'SignatureVersion', 'Timestamp', 'Version'])
286 'SignatureVersion', 'Timestamp', 'Version'])
309 'SignatureVersion', 'Timestamp', 'Version'])
332 'SignatureVersion', 'Timestamp', 'Version']
    [all...]
  /external/llvm/tools/dsymutil/
DebugMap.cpp 24 sys::TimeValue Timestamp)
25 : Filename(ObjectFilename), Timestamp(Timestamp) {}
63 sys::TimeValue Timestamp) {
64 Objects.emplace_back(new DebugMapObject(ObjectFilePath, Timestamp));
127 YamlDMO(IO &io) { Timestamp = 0; }
132 sys::TimeValue::SecondsType Timestamp;
148 io.mapOptional("timestamp", Norm->Timestamp);
202 Timestamp = Obj.getTimestamp().toEpochTime()
    [all...]
DebugMap.h 96 sys::TimeValue Timestamp);
148 sys::TimeValue getTimestamp() const { return Timestamp; }
161 DebugMapObject(StringRef ObjectFilename, sys::TimeValue Timestamp);
164 sys::TimeValue Timestamp;
179 std::swap(Timestamp, RHS.Timestamp);
186 Timestamp = std::move(RHS.Timestamp);
  /external/webrtc/webrtc/modules/audio_coding/acm2/
initial_delay_manager_unittest.cc 37 rtp_info->header.timestamp = 0xFFFFFFFD; // Close to wrap around.
52 rtp_info->header.timestamp += n * kTimestampStep;
95 // receive timestamp.
112 // timestamp.
113 // |manager_| has no estimate of timestamp-step and has not received any
128 // receive timestamp.
131 // Gap in timestamp, but this packet is also flagged as "new," therefore,
174 // There hasn't been any consecutive packets to estimate timestamp-step.
224 rtp_info_.header.timestamp += kCngTimestampStep;
259 // Timestamp increment for 10ms
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_impl_unittest.cc 270 rtp_header.header.timestamp = kFirstTimestamp;
366 rtp_header.header.timestamp += 160;
383 rtp_header.header.timestamp = 0x12345678;
393 rtp_header.header.timestamp += kPayloadLengthSamples;
404 EXPECT_EQ(rtp_header.header.timestamp, test_header->timestamp);
409 // through to the sync buffer and to the playout timestamp.
424 rtp_header.header.timestamp = 0x12345678;
485 // timestamp should match the playout timestamp
486 uint32_t timestamp = 0; local
738 uint32_t timestamp; local
    [all...]
  /cts/tests/tests/midi/src/android/midi/cts/
MidiEchoTestService.java 66 public void onSend(byte[] data, int offset, int count, long timestamp)
72 mOutputReceiver.send(data, offset, count, timestamp);
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/midiscope/
MidiScope.java 58 long timestamp) throws IOException {
61 mDeviceFramer.send(data, offset, count, timestamp);
  /developers/samples/android/media/MidiScope/Application/src/main/java/com/example/android/midiscope/
MidiScope.java 58 long timestamp) throws IOException {
61 mDeviceFramer.send(data, offset, count, timestamp);
  /development/samples/browseable/MidiScope/src/com.example.android.midiscope/
MidiScope.java 58 long timestamp) throws IOException {
61 mDeviceFramer.send(data, offset, count, timestamp);
  /external/autotest/client/cros/video/
screenshot_file_namer.py 13 Encapsulates the mapping from a timestamp to a filename.
23 the golden image and test image that are from the same timestamp have
  /external/chromium-trace/catapult/tracing/tracing/metrics/system_health/
animation_smoothness_metric.html 16 // The smoothness score is maximized when frame timestamp discrepancy is
20 // The smoothness score is minimized when frame timestamp discrepancy is

Completed in 576 milliseconds

<<11121314151617181920>>