Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.cpp300 static constexpr const char kRefreshDisplay[] = "refresh_display"; in OnDisplayControlMsg() local
301 if (!msg.isMember(kRefreshDisplay)) { in OnDisplayControlMsg()
305 const auto display_number_json = msg[kRefreshDisplay]; in OnDisplayControlMsg()