Searched refs:AW_PIN_CAPS_FLAG_CAN_PRESENCE_DETECT (Results 1 – 4 of 4) sorted by relevance
51 static constexpr uint32_t AW_PIN_CAPS_FLAG_CAN_PRESENCE_DETECT = (1u << 2); variable173 bool can_pres_detect() const { return raw_data_ & AW_PIN_CAPS_FLAG_CAN_PRESENCE_DETECT; } in can_pres_detect()
310 { AW_PIN_CAPS_FLAG_CAN_PRESENCE_DETECT, "PresDetect" },
678 (widget.pin_caps_ & AW_PIN_CAPS_FLAG_CAN_PRESENCE_DETECT) && in ReadAudioWidgetState()
662 | AW_PIN_CAPS_FLAG_CAN_PRESENCE_DETECT; in ProcessPinCaps()
Completed in 11 milliseconds