Home
last modified time | relevance | path

Searched refs:OPERATION_TIMEOUT_IN_MS (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Daudio_capturer_wrapper.h111 static constexpr uint32_t OPERATION_TIMEOUT_IN_MS = 200; // 200ms variable
H A Daudio_capturer_wrapper.cpp353 if (!bufferCond_.wait_for(lock, std::chrono::milliseconds(OPERATION_TIMEOUT_IN_MS), in AcquireAudioBuffer()
H A Dscreen_capture_server.h169 static constexpr uint32_t OPERATION_TIMEOUT_IN_MS = 1000; // 1000ms variable
H A Dscreen_capture_server.cpp2739 …lock, std::chrono::milliseconds(OPERATION_TIMEOUT_IN_MS), [this] { return !availBuffers_.empty(); … in AcquireVideoBuffer()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dcapturer_in_client.cpp55 static const int32_t OPERATION_TIMEOUT_IN_MS = 1000; // 1000ms variable
1083 …ting = cbThreadCv_.wait_for(stateLock, std::chrono::milliseconds(OPERATION_TIMEOUT_IN_MS), [this] { in WaitForRunning()
1312 …ing = callServerCV_.wait_for(waitLock, std::chrono::milliseconds(OPERATION_TIMEOUT_IN_MS), [this] { in StartAudioStream()
1358 …ing = callServerCV_.wait_for(waitLock, std::chrono::milliseconds(OPERATION_TIMEOUT_IN_MS), [this] { in PauseAudioStream()
1410 …ing = callServerCV_.wait_for(waitLock, std::chrono::milliseconds(OPERATION_TIMEOUT_IN_MS), [this] { in StopAudioStream()
1505 …ing = callServerCV_.wait_for(waitLock, std::chrono::milliseconds(OPERATION_TIMEOUT_IN_MS), [this] { in FlushAudioStream()
1609 std::chrono::milliseconds(OPERATION_TIMEOUT_IN_MS), [this] { in HandleCapturerRead()
H A Drenderer_in_client.cpp60 static const int32_t OPERATION_TIMEOUT_IN_MS = 1000; // 1000ms variable
929 …ting = cbThreadCv_.wait_for(stateLock, std::chrono::milliseconds(OPERATION_TIMEOUT_IN_MS), [this] { in WaitForRunning()
1232 …ing = callServerCV_.wait_for(waitLock, std::chrono::milliseconds(OPERATION_TIMEOUT_IN_MS), [this] { in StartAudioStream()
1287 …ing = callServerCV_.wait_for(waitLock, std::chrono::milliseconds(OPERATION_TIMEOUT_IN_MS), [this] { in PauseAudioStream()
1343 …ing = callServerCV_.wait_for(waitLock, std::chrono::milliseconds(OPERATION_TIMEOUT_IN_MS), [this] { in StopAudioStream()
1447 …ing = callServerCV_.wait_for(waitLock, std::chrono::milliseconds(OPERATION_TIMEOUT_IN_MS), [this] { in FlushAudioStream()
2213 …ing = callServerCV_.wait_for(waitLock, std::chrono::milliseconds(OPERATION_TIMEOUT_IN_MS), [this] { in DrainAudioStreamInner()