Searched refs:OUTPUT (Results 1 – 12 of 12) sorted by relevance
38 OUTPUT = 1;87 // with the INOUT and OUTPUT parameters updated. If the parameter is a Buffer, it will update the
23 OUTPUT = 2;
15 OUTPUT = 2;
110 case IntelHDAStream::Type::OUTPUT: src = &free_output_streams_; break; in AllocateStream()148 case IntelHDAStream::Type::OUTPUT: dst = &free_output_streams_; break; in ReturnStreamLocked()
35 enum class Type { INVALID, INPUT, OUTPUT, BIDIR }; enumerator
494 (configured_type() == Type::OUTPUT ? ZX_RIGHT_WRITE : 0), in ProcessGetBufferLocked()640 ZX_DEBUG_ASSERT((configured_type_ == Type::INPUT) || (configured_type_ == Type::OUTPUT)); in ProcessStartLocked()
316 ? IntelHDAStream::Type::OUTPUT in SetupStreamDescriptors()
457 : IntelHDAStream::Type::OUTPUT; in ProcessRequestStream()
86 OUTPUT = 0x0, enumerator
31 case AudioWidgetCaps::Type::OUTPUT: return "OUTPUT"; in ToString()426 (widget.caps_.type() == AudioWidgetCaps::Type::OUTPUT)) { in ihda_dump_widget()
182 case AudioWidgetCaps::Type::OUTPUT: in ParseAudioWidgetType()580 case AudioWidgetCaps::Type::OUTPUT: in ReadAudioWidgetState()661 (widget.caps_.type() == AudioWidgetCaps::Type::OUTPUT)) { in ReadAudioWidgetState()
Completed in 23 milliseconds