Searched refs:CmdGetDeviceInfo (Results 1 – 3 of 3) sorted by relevance
145 class CmdGetDeviceInfo: public AudioProtocol {147 explicit CmdGetDeviceInfo(ClientSocket& socket) in CmdGetDeviceInfo() function149 virtual ~CmdGetDeviceInfo() {}; in ~CmdGetDeviceInfo()
175 bool CmdGetDeviceInfo::handleReply(const uint32_t* data, AudioParam* param) in handleReply()
48 new CmdGetDeviceInfo(socket); in RemoteAudio()