Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
Dvsock_frame_provider.cpp58 bool VsockFrameProvider::waitYUVFrame(unsigned int max_wait_ms) { in waitYUVFrame() argument
59 auto timeout = std::chrono::milliseconds(max_wait_ms); in waitYUVFrame()
Dvsock_frame_provider.h46 bool waitYUVFrame(unsigned int max_wait_ms);