Searched refs:kTimeout (Results 1 – 6 of 6) sorted by relevance
145 static constexpr auto kTimeout = 10s; variable154 Watchdog watchdog(kTimeout); in MidiEngine()195 Watchdog watchdog(kTimeout); in ~MidiEngine()228 Watchdog watchdog(kTimeout); in seekTo()236 Watchdog watchdog(kTimeout); in readBuffer()
57 static constexpr auto kTimeout = std::chrono::nanoseconds(1s); in waitForOverlay() local63 std::this_thread::sleep_for(kTimeout / kIterations); in waitForOverlay()
59 static constexpr auto kTimeout = std::chrono::nanoseconds(1s); in waitForOverlay() local65 std::this_thread::sleep_for(kTimeout / kIterations); in waitForOverlay()
108 ON_CALL(*factory, Connect(kTimeout)) in ClientChannelFactoryTest()110 client_ = SimpleClient::Create(std::move(factory), kTimeout); in ClientChannelFactoryTest()133 constexpr static int64_t kTimeout = 123; member in __anon65037a690111::ClientChannelFactoryTest139 constexpr int64_t ClientChannelFactoryTest::kTimeout; member in __anon65037a690111::ClientChannelFactoryTest343 EXPECT_CALL(*factory, Connect(kTimeout)) in TEST_F()346 client_ = SimpleClient::Create(std::move(factory), kTimeout); in TEST_F()353 client_->EnableAutoReconnect(kTimeout); in TEST_F()405 client_->EnableAutoReconnect(kTimeout); in TEST_F()
80 static int64_t kTimeout = 500ll; in decode() local172 err = state->mCodec->dequeueInputBuffer(&index, kTimeout); in decode()211 state->mCodec->dequeueInputBuffer(&index, kTimeout); in decode()260 kTimeout); in decode()
560 static int kTimeout = 250000; // be responsive on signal in runEncoder() local601 &flags, kTimeout); in runEncoder()