Searched defs:CodecCmdJob (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/dev/audio/intel-hda/controller/
H A Dcodec-cmd-job.h25 class CodecCmdJob : public fbl::DoublyLinkedListable<fbl::unique_ptr<CodecCmdJob>>, class in namespace:audio::intel_hda
42 CodecCmdJob(CodecCommand cmd) : cmd_(cmd) { } function in class:audio::intel_hda::CodecCmdJob
43 CodecCmdJob(fbl::RefPtr<dispatcher::Channel>&& response_channel, function in class:audio::intel_hda::CodecCmdJob

Completed in 37 milliseconds