Searched refs:OnLidStateChange (Results 1 – 3 of 3) sorted by relevance
64 virtual Result<void> OnLidStateChange(bool lid_open) = 0;
186 observer()->OnLidStateChange(evt["lid_switch_open"].asBool())); in OnMessageInner()
137 Result<void> OnLidStateChange(bool lid_open) override { in OnLidStateChange() function in cuttlefish::ConnectionObserverImpl