Home
last modified time | relevance | path

Searched refs:mTaskLoopStoppedCv (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/src/
H A DTestWakeupClientServiceImpl.cpp213 mTaskLoopStoppedCv.notify_all(); in stopGeneratingFakeTask()
230 if (mTaskLoopStoppedCv.wait_for(lk, std::chrono::milliseconds(kTaskIntervalInMs), [this] { in fakeTaskGenerateLoop()
/aosp_15_r20/hardware/interfaces/automotive/remoteaccess/test_grpc_server/impl/include/
H A DTestWakeupClientServiceImpl.h233 std::condition_variable mTaskLoopStoppedCv; variable