Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dconnection_observer.h67 virtual Result<void> OnBackButton(bool button_down) = 0;
Ddata_channels.cpp206 CF_EXPECT(observer()->OnBackButton(button_state == "down")); in OnMessageInner()
/device/google/cuttlefish/host/frontend/webrtc/
Dconnection_observer.cpp151 Result<void> OnBackButton(bool button_down) override { in OnBackButton() function in cuttlefish::ConnectionObserverImpl