Home
last modified time | relevance | path

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

/system/ulib/intel-hda/include/intel-hda/utils/
A Dcodec-caps.h54 static constexpr uint32_t AW_PIN_CAPS_FLAG_CAN_INPUT = (1u << 5); variable
176 bool can_input() const { return raw_data_ & AW_PIN_CAPS_FLAG_CAN_INPUT; } in can_input()
/system/uapp/ihda/
A Dprint_codec_state.cpp313 { AW_PIN_CAPS_FLAG_CAN_INPUT, "CanInput" },
459 if (widget.pin_caps_ & AW_PIN_CAPS_FLAG_CAN_INPUT) in ihda_dump_widget()

Completed in 6 milliseconds