Home
last modified time | relevance | path

Searched refs:CHANNEL_WAIT_SECONDS (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_audio/services/audioclient/micclient/include/
H A Ddmic_client.h76 constexpr static uint8_t CHANNEL_WAIT_SECONDS = 5;
/ohos5.0/foundation/distributedhardware/distributed_audio/common/include/
H A Ddaudio_constants.h37 constexpr int32_t CHANNEL_WAIT_SECONDS = 5; variable
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddmic_dev.h92 static constexpr uint8_t CHANNEL_WAIT_SECONDS = 5;
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/src/
H A Ddspeaker_dev.cpp216 auto status = channelWaitCond_.wait_for(lck, std::chrono::seconds(CHANNEL_WAIT_SECONDS), in Start()
219 DHLOGE("Wait channel open timeout(%{public}ds).", CHANNEL_WAIT_SECONDS); in Start()
H A Ddmic_dev.cpp267 auto status = channelWaitCond_.wait_for(lck, std::chrono::seconds(CHANNEL_WAIT_SECONDS), in Start()
270 DHLOGE("Wait channel open timeout(%{public}ds).", CHANNEL_WAIT_SECONDS); in Start()