Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/audio_connector/
Dserver.cpp200 auto set_param_msg = in ReceiveCommands() local
202 StreamSetParamsCommand cmd(set_param_msg->hdr.stream_id.as_uint32_t(), in ReceiveCommands()
203 set_param_msg->buffer_bytes.as_uint32_t(), in ReceiveCommands()
204 set_param_msg->period_bytes.as_uint32_t(), in ReceiveCommands()
205 set_param_msg->features.as_uint32_t(), in ReceiveCommands()
206 set_param_msg->channels, set_param_msg->format, in ReceiveCommands()
207 set_param_msg->rate); in ReceiveCommands()