Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/screen_connector/
Dsocket_based_screen_connector.cpp39 std::unique_lock<std::mutex> lock(new_frame_mtx_); in WaitForNewFrameSince()
99 std::lock_guard<std::mutex> lock(new_frame_mtx_); in BroadcastNewFrame()
Dsocket_based_screen_connector.h50 std::mutex new_frame_mtx_; variable