Searched refs:stream_terminal_ (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/audio/usb-audio/
H A Dusb-audio-path.h28 ZX_DEBUG_ASSERT(stream_terminal_ != nullptr);
29 return *stream_terminal_;
90 fbl::RefPtr<const Terminal> stream_terminal_; member in class:audio::usb::AudioPath
H A Dusb-audio-path.cpp90 stream_terminal_.reset(&out_term);
93 stream_terminal_.reset(&in_term);

Completed in 15 milliseconds