Home
last modified time | relevance | path

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

/external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
Dconfigurationmessage.cc80 const encoding::EncodingOption* best_input = NULL; in GetBestConfiguration() local
90 best_input = &*(--common_inputs.end()); in GetBestConfiguration()
95 if (best_input) { in GetBestConfiguration()
96 return new ConfigurationMessage(*best_input, in GetBestConfiguration()
107 return new ConfigurationMessage(*best_input, in GetBestConfiguration()