Searched refs:audio_proto (Results 1 - 25 of 26) sorted by relevance

12

/fuchsia/zircon/system/dev/audio/intel-hda/dsp/
H A Dintel-dsp-stream.h43 zx_status_t BeginChangeStreamFormatLocked(const audio_proto::StreamSetFmtReq& fmt)
47 void OnGetGainLocked(audio_proto::GetGainResp* out_resp)
49 void OnSetGainLocked(const audio_proto::SetGainReq& req,
50 audio_proto::SetGainResp* out_resp) __TA_REQUIRES(obj_lock()) final;
52 const audio_proto::PlugDetectReq& req,
53 audio_proto::PlugDetectResp* out_resp) __TA_REQUIRES(obj_lock()) final;
54 void OnGetStringLocked(const audio_proto::GetStringReq& req,
55 audio_proto::GetStringResp* out_resp) __TA_REQUIRES(obj_lock()) final;
H A Dintel-dsp-stream.cpp46 audio_proto::StreamSetFmtResp resp = { };
187 audio_proto::CmdHdr hdr;
188 audio_proto::RingBufGetFifoDepthResp get_fifo_depth;
189 audio_proto::RingBufGetBufferResp get_buffer;
190 audio_proto::RingBufStartResp start;
191 audio_proto::RingBufStopResp stop;
207 audio_proto::RingBufStartResp resp = { };
251 audio_proto::CmdHdr hdr;
252 audio_proto::RingBufGetFifoDepthReq get_fifo_depth;
253 audio_proto
[all...]
/fuchsia/zircon/system/dev/audio/gauss-pdm-input/
H A Dgauss-pdm-input-stream.h69 const audio_proto::StreamGetFmtsReq& req);
72 const audio_proto::StreamSetFmtReq& req,
76 const audio_proto::GetGainReq& req);
79 const audio_proto::SetGainReq& req);
82 const audio_proto::PlugDetectReq& req);
84 zx_status_t OnGetUniqueId(dispatcher::Channel* channel, const audio_proto::GetUniqueIdReq& req);
85 zx_status_t OnGetString(dispatcher::Channel* channel, const audio_proto::GetStringReq& req);
95 const audio_proto::RingBufGetFifoDepthReq& req)
99 const audio_proto::RingBufGetBufferReq& req)
103 const audio_proto
[all...]
H A Dgauss-pdm-input-stream.cpp200 audio_proto::CmdHdr hdr;
201 audio_proto::StreamGetFmtsReq get_formats;
202 audio_proto::StreamSetFmtReq set_format;
203 audio_proto::GetGainReq get_gain;
204 audio_proto::SetGainReq set_gain;
205 audio_proto::PlugDetectReq plug_detect;
206 audio_proto::GetUniqueIdReq get_unique_id;
207 audio_proto::GetStringReq get_string;
225 auto cmd = static_cast<audio_proto::Cmd>(req.hdr.cmd & ~AUDIO_FLAG_NO_ACK);
250 audio_proto
[all...]
/fuchsia/zircon/system/dev/audio/lib/simple-audio-stream/include/lib/simple-audio-stream/
H A Dsimple-audio-stream.h173 virtual zx_status_t ChangeFormat(const audio_proto::StreamSetFmtReq& req)
185 virtual zx_status_t SetGain(const audio_proto::SetGainReq& req)
203 virtual zx_status_t GetBuffer(const audio_proto::RingBufGetBufferReq& req,
242 zx_status_t NotifyPosition(const audio_proto::RingBufPositionNotify& notif);
252 audio_proto::GetGainResp cur_gain_state_ __TA_GUARDED(domain_->token());
278 const audio_proto::StreamGetFmtsReq& req) const
282 const audio_proto::StreamSetFmtReq& req,
286 zx_status_t OnGetGain(dispatcher::Channel* channel, const audio_proto::GetGainReq& req) const
289 zx_status_t OnSetGain(dispatcher::Channel* channel, const audio_proto::SetGainReq& req)
292 zx_status_t OnPlugDetect(dispatcher::Channel* channel, const audio_proto
[all...]
/fuchsia/zircon/system/dev/audio/lib/simple-audio-stream/
H A Dsimple-audio-stream.cpp82 zx_status_t SimpleAudioStream::NotifyPosition(const audio_proto::RingBufPositionNotify& notif) {
182 audio_proto::CmdHdr hdr;
183 audio_proto::StreamGetFmtsReq get_formats;
184 audio_proto::StreamSetFmtReq set_format;
185 audio_proto::GetGainReq get_gain;
186 audio_proto::SetGainReq set_gain;
187 audio_proto::PlugDetectReq plug_detect;
188 audio_proto::GetUniqueIdReq get_unique_id;
189 audio_proto::GetStringReq get_string;
205 auto cmd = static_cast<audio_proto
[all...]
/fuchsia/zircon/system/ulib/intel-hda/include/intel-hda/codec-utils/
H A Dstream-base.h87 void SetSupportedFormatsLocked(fbl::Vector<audio_proto::FormatRange>&& formats)
105 virtual zx_status_t BeginChangeStreamFormatLocked(const audio_proto::StreamSetFmtReq& fmt)
109 virtual void OnGetGainLocked(audio_proto::GetGainResp* out_resp) __TA_REQUIRES(obj_lock_);
110 virtual void OnSetGainLocked(const audio_proto::SetGainReq& req,
111 audio_proto::SetGainResp* out_resp) __TA_REQUIRES(obj_lock_);
113 const audio_proto::PlugDetectReq& req,
114 audio_proto::PlugDetectResp* out_resp)
116 virtual void OnGetStringLocked(const audio_proto::GetStringReq& req,
117 audio_proto::GetStringResp* out_resp)
146 const audio_proto
[all...]
/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-stream.h86 const audio_proto::StreamGetFmtsReq& req)
89 const audio_proto::StreamSetFmtReq& req,
92 zx_status_t OnGetGainLocked(dispatcher::Channel* channel, const audio_proto::GetGainReq& req)
94 zx_status_t OnSetGainLocked(dispatcher::Channel* channel, const audio_proto::SetGainReq& req)
97 const audio_proto::PlugDetectReq& req) __TA_REQUIRES(lock_);
99 const audio_proto::GetUniqueIdReq& req) __TA_REQUIRES(lock_);
101 const audio_proto::GetStringReq& req) __TA_REQUIRES(lock_);
110 const audio_proto::RingBufGetFifoDepthReq& req) __TA_REQUIRES(lock_);
112 const audio_proto::RingBufGetBufferReq& req) __TA_REQUIRES(lock_);
113 zx_status_t OnStartLocked(dispatcher::Channel* channel, const audio_proto
[all...]
H A Dusb-audio-stream.cpp338 audio_proto::CmdHdr hdr;
339 audio_proto::StreamGetFmtsReq get_formats;
340 audio_proto::StreamSetFmtReq set_format;
341 audio_proto::GetGainReq get_gain;
342 audio_proto::SetGainReq set_gain;
343 audio_proto::PlugDetectReq plug_detect;
344 audio_proto::GetUniqueIdReq get_unique_id;
345 audio_proto::GetStringReq get_string;
362 auto cmd = static_cast<audio_proto::Cmd>(req.hdr.cmd & ~AUDIO_FLAG_NO_ACK);
382 audio_proto
[all...]
/fuchsia/zircon/system/dev/audio/intel-hda/codecs/qemu/
H A Dqemu-stream.h27 zx_status_t BeginChangeStreamFormatLocked(const audio_proto::StreamSetFmtReq& fmt)
31 void OnGetStringLocked(const audio_proto::GetStringReq& req,
32 audio_proto::GetStringResp* out_resp) __TA_REQUIRES(obj_lock()) final;
H A Dqemu-stream.cpp51 fbl::Vector<audio_proto::FormatRange> supported_formats;
53 audio_proto::FormatRange range;
75 zx_status_t QemuStream::BeginChangeStreamFormatLocked(const audio_proto::StreamSetFmtReq& fmt) {
89 void QemuStream::OnGetStringLocked(const audio_proto::GetStringReq& req,
90 audio_proto::GetStringResp* out_resp) {
/fuchsia/zircon/system/dev/audio/gauss-tdm/
H A Dtdm-audio-stream.h85 const audio_proto::StreamGetFmtsReq& req) const
88 const audio_proto::StreamSetFmtReq& req,
92 const audio_proto::GetGainReq& req) const
94 zx_status_t OnSetGainLocked(dispatcher::Channel* channel, const audio_proto::SetGainReq& req)
97 const audio_proto::PlugDetectReq& req) __TA_REQUIRES(lock_);
99 const audio_proto::GetUniqueIdReq& req) const
102 const audio_proto::GetStringReq& req) const
118 const audio_proto::RingBufGetFifoDepthReq& req) const __TA_REQUIRES(lock_);
120 const audio_proto::RingBufGetBufferReq& req) __TA_REQUIRES(lock_);
121 zx_status_t OnStartLocked(dispatcher::Channel* channel, const audio_proto
[all...]
H A Dgauss-tdm-stream.cpp263 audio_proto::CmdHdr hdr;
264 audio_proto::StreamGetFmtsReq get_formats;
265 audio_proto::StreamSetFmtReq set_format;
266 audio_proto::GetGainReq get_gain;
267 audio_proto::SetGainReq set_gain;
268 audio_proto::PlugDetectReq plug_detect;
269 audio_proto::GetUniqueIdReq get_unique_id;
270 audio_proto::GetStringReq get_string;
287 auto cmd = static_cast<audio_proto::Cmd>(req.hdr.cmd & ~AUDIO_FLAG_NO_ACK);
307 audio_proto
[all...]
/fuchsia/zircon/system/ulib/intel-hda/codec-utils/
H A Dstream-base.cpp238 audio_proto::StreamSetFmtResp resp = { };
400 const audio_proto::StreamGetFmtsReq& req) {
403 audio_proto::StreamGetFmtsResp resp = { };
421 to_send = offsetof(audio_proto::StreamGetFmtsResp, format_ranges) + payload_sz;
440 const audio_proto::StreamSetFmtReq& fmt) {
483 audio_proto::SampleFormatToString(fmt.sample_format),
496 audio_proto::SampleFormatToString(fmt.sample_format),
516 audio_proto::SampleFormatToString(fmt.sample_format),
529 audio_proto::StreamSetFmtResp resp = { };
542 const audio_proto
[all...]
/fuchsia/zircon/system/dev/display/vim-display/
H A Dvim-spdif-audio-stream.h46 zx_status_t ChangeFormat(const audio_proto::StreamSetFmtReq& req)
48 zx_status_t SetGain(const audio_proto::SetGainReq& req)
51 zx_status_t GetBuffer(const audio_proto::RingBufGetBufferReq& req,
/fuchsia/zircon/system/ulib/audio-driver-proto/
H A Daudio-proto.cpp8 namespace audio_proto { namespace in namespace:audio
33 } // namespace audio_proto
/fuchsia/zircon/system/dev/audio/intel-hda/codecs/realtek/
H A Drealtek-stream.h42 zx_status_t BeginChangeStreamFormatLocked(const audio_proto::StreamSetFmtReq& fmt)
46 void OnGetGainLocked(audio_proto::GetGainResp* out_resp) __TA_REQUIRES(obj_lock()) final;
47 void OnSetGainLocked(const audio_proto::SetGainReq& req,
48 audio_proto::SetGainResp* out_resp) __TA_REQUIRES(obj_lock()) final;
50 const audio_proto::PlugDetectReq& req,
51 audio_proto::PlugDetectResp* out_resp) __TA_REQUIRES(obj_lock()) final;
52 void OnGetStringLocked(const audio_proto::GetStringReq& req,
53 audio_proto::GetStringResp* out_resp) __TA_REQUIRES(obj_lock()) final;
H A Drealtek-stream.cpp221 audio_proto::PlugDetectNotify notif;
249 zx_status_t RealtekStream::BeginChangeStreamFormatLocked(const audio_proto::StreamSetFmtReq& fmt) {
315 void RealtekStream::OnGetGainLocked(audio_proto::GetGainResp* out_resp) {
334 void RealtekStream::OnSetGainLocked(const audio_proto::SetGainReq& req,
335 audio_proto::SetGainResp* out_resp) {
370 const audio_proto::PlugDetectReq& req,
371 audio_proto::PlugDetectResp* out_resp) {
412 void RealtekStream::OnGetStringLocked(const audio_proto::GetStringReq& req,
413 audio_proto::GetStringResp* out_resp) {
467 fbl::Vector<audio_proto
[all...]
/fuchsia/zircon/system/dev/audio/astro-tdm-output/
H A Daudio-stream-out.h36 zx_status_t ChangeFormat(const audio_proto::StreamSetFmtReq& req)
38 zx_status_t GetBuffer(const audio_proto::RingBufGetBufferReq& req,
43 zx_status_t SetGain(const audio_proto::SetGainReq& req)
H A Daudio-stream-out.cpp142 audio_proto::RingBufPositionNotify resp = {};
149 zx_status_t AstroAudioStreamOut::ChangeFormat(const audio_proto::StreamSetFmtReq& req) {
163 zx_status_t AstroAudioStreamOut::SetGain(const audio_proto::SetGainReq& req) {
172 zx_status_t AstroAudioStreamOut::GetBuffer(const audio_proto::RingBufGetBufferReq& req,
/fuchsia/zircon/system/dev/audio/intel-hda/controller/
H A Dintel-hda-stream.h83 zx_status_t ProcessGetFifoDepthLocked(const audio_proto::RingBufGetFifoDepthReq& req)
85 zx_status_t ProcessGetBufferLocked(const audio_proto::RingBufGetBufferReq& req)
87 zx_status_t ProcessStartLocked(const audio_proto::RingBufStartReq& req) TA_REQ(channel_lock_);
88 zx_status_t ProcessStopLocked(const audio_proto::RingBufStopReq& req) TA_REQ(channel_lock_);
H A Dintel-hda-stream.cpp261 audio_proto::CmdHdr hdr;
262 audio_proto::RingBufGetFifoDepthReq get_fifo_depth;
263 audio_proto::RingBufGetBufferReq get_buffer;
264 audio_proto::RingBufStartReq start;
265 audio_proto::RingBufStopReq stop;
302 auto cmd = static_cast<audio_proto::Cmd>(req.hdr.cmd & ~AUDIO_FLAG_NO_ACK);
351 audio_proto::RingBufPositionNotify msg;
388 const audio_proto::RingBufGetFifoDepthReq& req) {
391 audio_proto::RingBufGetFifoDepthResp resp = { };
408 zx_status_t IntelHDAStream::ProcessGetBufferLocked(const audio_proto
[all...]
/fuchsia/zircon/system/dev/audio/astro-pdm-input/
H A Daudio-stream-in.h26 zx_status_t ChangeFormat(const audio_proto::StreamSetFmtReq& req)
28 zx_status_t GetBuffer(const audio_proto::RingBufGetBufferReq& req,
H A Daudio-stream-in.cpp94 zx_status_t AstroAudioStreamIn::ChangeFormat(const audio_proto::StreamSetFmtReq& req) {
103 zx_status_t AstroAudioStreamIn::GetBuffer(const audio_proto::RingBufGetBufferReq& req,
150 audio_proto::RingBufPositionNotify resp = {};
/fuchsia/zircon/system/ulib/audio-driver-proto/include/audio-proto/
H A Daudio-proto.h10 namespace audio_proto { namespace in namespace:audio
72 } // namespace audio_proto

Completed in 94 milliseconds

12