HomeSort by relevance Sort by last modified time
    Searched defs:ts (Results 651 - 675 of 1050) sorted by null

<<21222324252627282930>>

  /external/webrtc/webrtc/base/
virtualsocketserver.cc 897 uint32_t ts = TimeAfter(send_delay + transit_delay); local
902 ts = TimeMax(ts, network_delay_);
904 msg_queue_->PostAt(ts, recipient, MSG_ID_PACKET, p);
905 network_delay_ = TimeMax(ts, network_delay_);
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 90 le32 ts; member in struct:ft_rrb_seq
  /frameworks/av/media/libmediaplayer2/
JAudioTrack.cpp 174 struct timespec ts; local
176 ts.tv_sec = nanoTime / secondToNano;
177 ts.tv_nsec = nanoTime % secondToNano;
178 timestamp.mTime = ts;
  /frameworks/av/media/libnblog/
NBLog.cpp 235 return EntryIterator(mEntry).payload<HistTsEntry>().ts;
383 int64_t ts = get_monotonic_ns(); local
384 if (ts > 0) {
385 log(EVENT_TIMESTAMP, &ts, sizeof(ts));
391 void NBLog::Writer::logTimestamp(const int64_t ts)
396 log(EVENT_TIMESTAMP, &ts, sizeof(ts));
459 data.ts = get_monotonic_ns();
460 if (data.ts > 0)
823 int64_t ts; local
838 int64_t ts; local
892 int64_t ts; local
936 int64_t ts = fmtEntry.timestamp(); local
1042 int64_t ts; member in struct:android::MergeItem
1074 int64_t ts = AbstractEntry::buildEntry(offsets[i])->timestamp(); local
1088 int64_t ts = AbstractEntry::buildEntry(offsets[index])->timestamp(); local
    [all...]
  /frameworks/base/core/jni/
android_media_AudioRecord.cpp 753 ExtendedTimestamp ts; local
754 jint status = nativeToJavaStatus(lpRecorder->getTimestamp(&ts));
760 status = nativeToJavaStatus(ts.getBestTimestamp(&position, &time, timebase));
    [all...]
android_util_Process.cpp 1082 struct timespec ts; local
1084 int res = clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts);
1090 nsecs_t when = seconds_to_nanoseconds(ts.tv_sec) + ts.tv_nsec;
    [all...]
  /frameworks/native/libs/binder/tests/
binderLibTest.cpp 285 struct timespec ts; local
286 clock_gettime(CLOCK_REALTIME, &ts);
287 ts.tv_sec += timeout_s;
288 pthread_cond_timedwait(&m_waitCond, &m_waitMutex, &ts);
985 struct timespec ts; local
986 clock_gettime(CLOCK_REALTIME, &ts);
987 ts.tv_sec += 5;
988 ret = pthread_cond_timedwait(&m_serverWaitCond, &m_serverWaitMutex, &ts);
    [all...]
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 661 timespec ts; local
662 ts.tv_sec = 0;
663 ts.tv_nsec = 100000000;
665 nanosleep(&ts, NULL);
671 nanosleep(&ts, NULL);
  /frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
ViewfinderProcessor.java 319 String ts = df.format(time * 1E-6) + "ms"; local
320 Log.v(TAG, "processed a " + width + "x" + height + " in " + ts);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
common.h 221 u64 ts; // Time of discovery member in struct:wifi_gscan_result
  /hardware/intel/common/libmix/mix_audio/src/
mixaudio.c 906 unsigned long long ts = 0; local
915 ts = mix->bytes_written * 8000 / MIX_ACP_BITRATE(mix->audioconfigparams);
921 ts = 1000ll * tval.tv_sec + tval.tv_usec / 1000;
922 ts -= mix->ts_last;
923 ts += mix->ts_elapsed;
927 ts = 0;
931 ioctl(mix->fileDescriptor, SNDRV_SST_STREAM_GET_TSTAMP, &ts);
943 *msecs = ts;
944 g_debug("_GET_TSTAMP returned %" G_GUINT64_FORMAT, ts);
1305 guint64 ts = 1000ll * tval.tv_sec + tval.tv_usec \/ 1000; local
1359 guint64 ts = 1000ll * tval.tv_sec + tval.tv_usec \/ 1000; local
    [all...]
  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalZone.java 170 for (ThermalSensor ts : mThermalSensors) {
171 if (ts != null) {
172 s.append(ts.getSensorName());
437 for (ThermalSensor ts : mThermalSensors) {
438 if (ts != null && ts.getSensorActiveStatus()) {
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 2658 struct timespec ts; local
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
gscan.h 88 wifi_timestamp ts; // time since boot (in microsecond) when the result was member in struct:__anon48386
rtt.h 141 wifi_timestamp ts; // time of the measurement (in microseconds since boot) member in struct:__anon48434
  /hardware/nxp/nfc/halimpl/hal/
phNxpNciHal.cc 2320 struct timespec ts; local
    [all...]
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 561 struct timespec ts; local
562 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0) {
563 time_t secs = ts.tv_sec - visu_ctxt->buffer_update_time.tv_sec;
564 long nsec = ts.tv_nsec - visu_ctxt->buffer_update_time.tv_nsec;
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/common/
mm_camera_interface.h 145 struct timespec ts; member in struct:mm_camera_buf_def
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-interface/src/
mm_camera.c 1834 struct timespec ts; local
    [all...]
mm_camera_stream.c 1329 struct timespec ts; local
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 387 struct timespec ts; local
394 if (clock_gettime(CLOCK_REALTIME, &ts) < 0)
399 ts.tv_sec += 1;
403 &loaded_start_stop_mlock, &ts);
419 struct timespec ts; local
426 if (clock_gettime(CLOCK_REALTIME, &ts) < 0)
431 ts.tv_sec += 1;
435 &loaded_start_stop_mlock, &ts);
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 489 struct timespec ts; local
497 if (clock_gettime(CLOCK_REALTIME, &ts) < 0) {
502 ts.tv_sec += 1;
506 &loaded_start_stop_mlock, &ts);
523 struct timespec ts; local
531 if (clock_gettime(CLOCK_REALTIME, &ts) < 0) {
536 ts.tv_sec += 1;
540 &loaded_start_stop_mlock, &ts);
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 490 struct timespec ts; local
498 if (clock_gettime(CLOCK_REALTIME, &ts) < 0) {
503 ts.tv_sec += 1;
507 &loaded_start_stop_mlock, &ts);
524 struct timespec ts; local
532 if (clock_gettime(CLOCK_REALTIME, &ts) < 0) {
537 ts.tv_sec += 1;
541 &loaded_start_stop_mlock, &ts);
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldCollectionsTest.java 838 TreeSet ts = new TreeSet<Integer>(); local
840 SortedSet ss = Collections.checkedSortedSet(ts, Integer.class);
  /libcore/ojluni/src/main/java/java/util/concurrent/
ForkJoinTask.java 823 List<? extends ForkJoinTask<?>> ts = local
    [all...]

Completed in 1177 milliseconds

<<21222324252627282930>>