Home
last modified time | relevance | path

Searched defs:castTime (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_thread_looper_impl.cpp134 auto castTime = std::chrono::time_point_cast<clock_t::duration>(time); in PostMessage() local
/ohos5.0/foundation/multimodalinput/input/service/dfx/src/
H A Ddfx_hisysevent.cpp355 int64_t castTime = (endTime - dispatchStartTime_) / CONVERSION_US_TO_MS; in CalcKeyDispTimes() local
371 int64_t castTime = (endTime - dispatchStartTime_) / CONVERSION_US_TO_MS; in CalcPointerDispTimes() local
416 int64_t castTime = (endTime - comboStartTime_) / CONVERSION_US_TO_MS - keyDownDuration; in CalcComboStartTimes() local
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_stream_player.cpp62 int32_t HwCastStreamPlayer::CheckCastTime(int32_t castTime) in CheckCastTime()