Home
last modified time | relevance | path

Searched refs:dataQueueCond_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/include/
H A Ddspeaker_client.h107 std::condition_variable dataQueueCond_; variable
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audiomanager/managersource/include/
H A Ddmic_dev.h139 std::condition_variable dataQueueCond_; variable
/ohos5.0/foundation/distributedhardware/distributed_audio/services/audioclient/spkclient/src/
H A Ddspeaker_client.cpp280 dataQueueCond_.wait_for(spkLck, std::chrono::milliseconds(REQUEST_DATA_WAIT), in PlayThreadRunning()
353 dataQueueCond_.notify_all(); in OnDecodeTransDataDone()