Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.h90 bool AddTouchpad(const std::string& label, int width, int height);
Dstreamer.cpp299 bool Streamer::AddTouchpad(const std::string& label, int width, int height) { in AddTouchpad() function in cuttlefish::webrtc_streaming::Streamer
/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp234 streamer->AddTouchpad(kTouchpadPrefix + std::to_string(i), in main()