Home
last modified time | relevance | path

Searched refs:IsOutDurationRange (Results 1 - 4 of 4) sorted by relevance

/drivers/peripheral/distributed_audio/hdi_service/common/utils/include/
H A Ddaudio_utils.h66 bool IsOutDurationRange(int64_t startTime, int64_t endTime, int64_t lastStartTime);
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_capture_interface_impl.cpp104 if (IsOutDurationRange(startTime, endTime, lastCaptureStartTime_)) { in CaptureFrame()
H A Daudio_render_interface_impl.cpp129 if (IsOutDurationRange(startTime, endTime, lastRenderStartTime_)) { in RenderFrame()
/drivers/peripheral/distributed_audio/hdi_service/common/utils/src/
H A Ddaudio_utils.cpp222 bool IsOutDurationRange(int64_t startTime, int64_t endTime, int64_t lastStartTime) in IsOutDurationRange() function

Completed in 4 milliseconds