Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/common/utils/src/
H A Ddaudio_utils.cpp222 …return (currentInterval > MAX_TIME_INTERVAL_US || twiceInterval > MAX_TIME_INTERVAL_US) ? true : f… in IsOutDurationRange()
/ohos5.0/drivers/peripheral/distributed_audio/hdi_service/common/include/
H A Ddaudio_constants.h80 constexpr int64_t MAX_TIME_INTERVAL_US = 23000; variable
/ohos5.0/foundation/distributedhardware/distributed_audio/common/include/
H A Ddaudio_constants.h70 static constexpr int64_t MAX_TIME_INTERVAL_US = 23000; variable
/ohos5.0/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp444 …return (currentInterval > MAX_TIME_INTERVAL_US || twiceInterval > MAX_TIME_INTERVAL_US) ? true : f… in IsOutDurationRange()