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.cpp327 static constexpr const char kRefreshDisplay[] = "refresh_display"; in OnDisplayControlMsg() local
328 if (!msg.isMember(kRefreshDisplay)) { in OnDisplayControlMsg()
332 const auto display_number_json = msg[kRefreshDisplay]; in OnDisplayControlMsg()