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 D | audio_capturer_wrapper.h | 111 static constexpr uint32_t OPERATION_TIMEOUT_IN_MS = 200; // 200ms variable
|
H A D | audio_capturer_wrapper.cpp | 353 if (!bufferCond_.wait_for(lock, std::chrono::milliseconds(OPERATION_TIMEOUT_IN_MS), in AcquireAudioBuffer()
|
H A D | screen_capture_server.h | 169 static constexpr uint32_t OPERATION_TIMEOUT_IN_MS = 1000; // 1000ms variable
|
H A D | screen_capture_server.cpp | 2739 …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 D | capturer_in_client.cpp | 55 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 D | renderer_in_client.cpp | 60 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()
|