Home
last modified time | relevance | path

Searched refs:lastPlayStartTime_ (Results 1 - 2 of 2) sorted by relevance

/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/include/
H A Ddspeaker_client.h113 int64_t lastPlayStartTime_ = 0; member in OHOS::DistributedHardware::DSpeakerClient
/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/
H A Ddspeaker_client.cpp307 if (IsOutDurationRange(startTime, endTime, lastPlayStartTime_)) { in PlayThreadRunning()
309 "the last time: %{public}" PRId64" us", endTime - startTime, startTime - lastPlayStartTime_); in PlayThreadRunning()
311 lastPlayStartTime_ = startTime; in PlayThreadRunning()

Completed in 2 milliseconds