Searched refs:touchpads_ (Results 1 – 1 of 1) sorted by relevance
178 std::map<std::string, TouchpadDescriptor> touchpads_; member in cuttlefish::webrtc_streaming::Streamer::Impl303 if (impl_->touchpads_.count(label)) { in AddTouchpad()307 impl_->touchpads_[label] = {width, height}; in AddTouchpad()433 for (const auto& [label, touchpad_desc] : touchpads_) { in OnOpen()