Home
last modified time | relevance | path

Searched refs:JacksInfo (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc/
Daudio_handler.h70 void JacksInfo(JackInfoCommand& cmd) override;
Daudio_handler.cpp398 void AudioHandler::JacksInfo(JackInfoCommand& cmd) { in JacksInfo() function in cuttlefish::AudioHandler
/device/google/cuttlefish/host/libs/audio_connector/
Dserver.h45 virtual void JacksInfo(JackInfoCommand& cmd) = 0;
Dserver.cpp283 executor.JacksInfo(cmd); in ReceiveCommands()