Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dcall_service.h36 void HandleAcceptCall(const Client& client);
Dcall_service.cpp51 [this](const Client& client) { this->HandleAcceptCall(client); }), in InitializeCommandHandlers()
260 void CallService::HandleAcceptCall(const Client& client) { in HandleAcceptCall() function in cuttlefish::CallService