Home
last modified time | relevance | path

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

/external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
Dconfigurationmessage.cc81 const encoding::EncodingOption* best_output = NULL; in GetBestConfiguration() local
86 best_output = &*(--common_outputs.end()); in GetBestConfiguration()
99 return new ConfigurationMessage(*best_output, in GetBestConfiguration()
103 if (best_output) { in GetBestConfiguration()
104 return new ConfigurationMessage(*best_output, in GetBestConfiguration()