Home
last modified time | relevance | path

Searched refs:lastWriteTime_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/include/
H A Drenderer_in_server.h164 int64_t lastWriteTime_ = 0; variable
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_media_downloader.cpp840 if ((static_cast<uint64_t>(nowTime) - lastWriteTime_) >= SAMPLE_INTERVAL) { in DownloadRecordHistory()
842 " lastWriteTime:" PUBLIC_LOG_D64 ".\n", nowTime, lastWriteTime_); in DownloadRecordHistory()
845 record->timeoff = static_cast<uint64_t>(nowTime) - lastWriteTime_; in DownloadRecordHistory()
849 lastWriteTime_ = static_cast<uint64_t>(nowTime); in DownloadRecordHistory()
H A Dhls_media_downloader.h220 uint64_t lastWriteTime_ {0};
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Drenderer_in_server.cpp333 int64_t timeCost = ClockTime::GetCurNano() - lastWriteTime_; in ShouldEnableStandBy()
520 lastWriteTime_ = ClockTime::GetCurNano(); in WriteData()