Home
last modified time | relevance | path

Searched refs:JackInfoCommand (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish/host/libs/audio_connector/
Dcommands.cpp34 JackInfoCommand::JackInfoCommand(uint32_t start_id, size_t count, in JackInfoCommand() function in cuttlefish::JackInfoCommand
39 void JackInfoCommand::Reply(AudioStatus status, in Reply()
Dcommands.h72 class JackInfoCommand : public InfoCommand<virtio_snd_jack_info> {
74 JackInfoCommand(uint32_t start_id, size_t count,
Dserver.h45 virtual void JacksInfo(JackInfoCommand& cmd) = 0;
Dserver.cpp281 JackInfoCommand cmd(start_id, info_count, reply.get()); in ReceiveCommands()
/device/google/cuttlefish/host/frontend/webrtc/
Daudio_handler.h70 void JacksInfo(JackInfoCommand& cmd) override;
Daudio_handler.cpp398 void AudioHandler::JacksInfo(JackInfoCommand& cmd) { in JacksInfo()