Home
last modified time | relevance | path

Searched refs:HandleMute (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/
Dcall_service.h40 void HandleMute(const Client& client, const std::string& command);
Dcall_service.cpp64 this->HandleMute(client, cmd); in InitializeCommandHandlers()
497 void CallService::HandleMute(const Client& client, const std::string& command) { in HandleMute() function in cuttlefish::CallService