HomeSort by relevance Sort by last modified time
    Searched refs:best_input (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/extensions/shell/browser/
shell_audio_controller_chromeos.cc 109 uint64 best_input = 0, best_output = 0; local
111 it != devices.rend() && (!best_input || !best_output); ++it) {
113 if (it->is_input && !best_input)
114 best_input = it->id;
119 if (best_input && best_input != handler->GetPrimaryActiveInputNode()) {
120 const chromeos::AudioDevice* device = GetDevice(devices, best_input);
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
configurationmessage.cc 80 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 59 milliseconds