Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dconnection_observer.h64 virtual Result<void> OnLidStateChange(bool lid_open) = 0;
Ddata_channels.cpp186 observer()->OnLidStateChange(evt["lid_switch_open"].asBool())); in OnMessageInner()
/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.cpp137 Result<void> OnLidStateChange(bool lid_open) override { in OnLidStateChange() function in cuttlefish::ConnectionObserverImpl