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

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

Completed in 744 milliseconds