Home
last modified time | relevance | path

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

/external/google-tv-pairing-protocol/java/src/com/google/polo/pairing/message/
DOptionsMessage.java123 Set<EncodingOption> peerInputs = otherOptions.getInputEncodingSet(); in getBestConfiguration() local
124 peerInputs.retainAll(mOutputEncodings); in getBestConfiguration()
126 if (peerOutputs.isEmpty() && peerInputs.isEmpty()) { in getBestConfiguration()
135 if (!peerInputs.isEmpty()) { in getBestConfiguration()
136 bestInput = peerInputs.iterator().next(); in getBestConfiguration()