Searched refs:JackInfoCommand (Results 1 – 6 of 6) sorted by relevance
34 JackInfoCommand::JackInfoCommand(uint32_t start_id, size_t count, in JackInfoCommand() function in cuttlefish::JackInfoCommand39 void JackInfoCommand::Reply(AudioStatus status, in Reply()
72 class JackInfoCommand : public InfoCommand<virtio_snd_jack_info> {74 JackInfoCommand(uint32_t start_id, size_t count,
45 virtual void JacksInfo(JackInfoCommand& cmd) = 0;
281 JackInfoCommand cmd(start_id, info_count, reply.get()); in ReceiveCommands()
70 void JacksInfo(JackInfoCommand& cmd) override;
398 void AudioHandler::JacksInfo(JackInfoCommand& cmd) { in JacksInfo()