Home
last modified time | relevance | path

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

/external/autotest/client/cros/chameleon/
Dchameleon_audio_ids.py22 SINK_PORTS = [HDMI, LINEIN, MIC, USBIN] variable in ChameleonIds
44 SINK_PORTS = [EXTERNAL_MIC, INTERNAL_MIC, BLUETOOTH_MIC, USBIN, HOTWORDING] variable in CrosIds
134 SINK_PORTS = [SPEAKER, BLUETOOTH_DATA_RX, BLUETOOTH_DATA_TX] variable in PeripheralIds
137 SINK_PORTS = [] variable
139 SINK_PORTS += cls.SINK_PORTS
193 if port_id in SINK_PORTS:
195 if port_id in SOURCE_PORTS and port_id in SINK_PORTS: