Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/modem_simulator/
Dmodem_service.cpp34 p_command_handler(handler) {} in CommandHandler()
48 if (match_mode == PARTIAL_MATCH && p_command_handler != nullptr) { in HandleCommand()
49 (*p_command_handler)(client, command); in HandleCommand()
Dmodem_service.h60 std::optional<p_func> p_command_handler; variable