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

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

Completed in 92 milliseconds