Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.h78 bool RemoveDisplay(const std::string& label);
Dclient_handler.h66 bool RemoveDisplay(const std::string& label);
Dstreamer.cpp268 bool Streamer::RemoveDisplay(const std::string& label) { in RemoveDisplay() function in cuttlefish::webrtc_streaming::Streamer
273 client->RemoveDisplay(label); in RemoveDisplay()
Dclient_handler.cpp122 bool ClientHandler::RemoveDisplay(const std::string &label) { in RemoveDisplay() function in cuttlefish::webrtc_streaming::ClientHandler
/device/generic/goldfish-opengl/system/hwc3/
DComposerResources.h59 ComposerResources::RemoveDisplay removeDisplay);
DComposerResources.cpp77 RemoveDisplay removeDisplay) { in clear()
/device/google/cuttlefish/host/frontend/webrtc/
Ddisplay_handler.cpp58 streamer_.RemoveDisplay(display_id); in DisplayHandler()