Home
last modified time | relevance | path

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

/system/ulib/intel-hda/include/intel-hda/utils/
A Dcodec-caps.h53 static constexpr uint32_t AW_PIN_CAPS_FLAG_CAN_OUTPUT = (1u << 4); variable
175 bool can_output() const { return raw_data_ & AW_PIN_CAPS_FLAG_CAN_OUTPUT; } in can_output()
/system/uapp/ihda/
A Dprint_codec_state.cpp312 { AW_PIN_CAPS_FLAG_CAN_OUTPUT, "CanOutput" },
463 if (widget.pin_caps_ & AW_PIN_CAPS_FLAG_CAN_OUTPUT) in ihda_dump_widget()

Completed in 5 milliseconds