Home
last modified time | relevance | path

Searched refs:now_us (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/media/base/
Dclock.cc100 int64 now_us = (time - reference_).InMicroseconds(); in ElapsedViaProvidedTime() local
101 now_us = static_cast<int64>(now_us * playback_rate_); in ElapsedViaProvidedTime()
102 return media_time_ + base::TimeDelta::FromMicroseconds(now_us); in ElapsedViaProvidedTime()
/external/bluetooth/bluedroid/gki/ulinux/
Dgki_ulinux.c113 static UINT64 now_us() in now_us() function
128 const UINT64 now = now_us(); in set_nonwake_alarm()
156 alarm_service.timer_last_expired_us = now_us(); in bt_alarm_cb()
229 alarm_service.timer_started_us = now_us(); in alarm_service_reschedule()
/external/chromium_org/content/browser/renderer_host/p2p/
Dsocket_host.cc117 uint64 now_us = in UpdateAbsSendTimeExtnValue() local
121 ((now_us << 18) / base::Time::kMicrosecondsPerSecond) & 0x00FFFFFF; in UpdateAbsSendTimeExtnValue()
/external/bluetooth/bluedroid/btif/src/
Dbtif_media_task.c377 const UINT64 now_us = time_now_us(); in log_tstamps_us() local
378 … APPL_TRACE_DEBUG("[%s] ts %08llu, diff : %08llu, queue sz %d", comment, now_us, now_us - prev_us, in log_tstamps_us()
380 prev_us = now_us; in log_tstamps_us()
2458 UINT64 now_us = time_now_us(); in btif_get_num_aa_frame() local
2460 us_this_tick = (now_us - last_frame_us); in btif_get_num_aa_frame()
2461 last_frame_us = now_us; in btif_get_num_aa_frame()
/external/bluetooth/bluedroid/audio_a2dp_hw/
Daudio_a2dp_hw.c160 unsigned long long now_us; in ts_log() local
167 now_us = now.tv_sec*USEC_PER_SEC + now.tv_nsec/1000; in ts_log()
173 DEBUG("[%s] ts %08lld, *diff %08lld, val %d", tag, now_us, diff_us, val); in ts_log()
179 DEBUG("[%s] ts %08lld, diff %08lld, val %d", tag, now_us, diff_us, val); in ts_log()