Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/
Ddisplay_handler.h41 std::mutex next_frame_mutex_; variable
Ddisplay_handler.cpp70 std::lock_guard<std::mutex> lock(next_frame_mutex_); in SendLastFrame()