Home
last modified time | relevance | path

Searched refs:to_microseconds (Results 1 – 6 of 6) sorted by relevance

/external/openscreen/platform/impl/
Dtimeval_posix.cc17 tv.tv_usec = to_microseconds(timeout - whole_seconds).count(); in ToTimeval()
Dtext_trace_logging_platform.cc37 auto total_runtime = to_microseconds(end_time - start_time).count(); in LogTrace()
/external/openscreen/util/
Dchrono_helpers.h29 static constexpr microseconds to_microseconds(D d) { in to_microseconds() function
/external/openscreen/cast/streaming/
Dreceiver.cc160 << to_microseconds(frame.reference_time - now_()).count() in ConsumeNextFrame()
316 << to_microseconds(smoothed_clock_offset_.Current()).count() in OnReceivedRtcpPacket()
Dreceiver_unittest.cc405 to_microseconds(kOneWayNetworkDelay).count(), in TEST_F()
406 to_microseconds(receiver_reference_time - sender_reference_time).count(), in TEST_F()
/external/openscreen/osp/impl/presentation/
Durl_availability_requester.cc230 cbor_request.watch_duration = to_microseconds(kWatchDuration).count(); in SendRequest()