HomeSort by relevance Sort by last modified time
    Searched refs:best_output (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) {
115 else if (!it->is_input && !best_output)
116 best_output = it->id;
125 if (best_output && best_output != handler->GetPrimaryActiveOutputNode()) {
126 const chromeos::AudioDevice* device = GetDevice(devices, best_output);
  /external/google-tv-pairing-protocol/cpp/src/polo/pairing/message/
configurationmessage.cc 81 const encoding::EncodingOption* best_output = NULL; local
86 best_output = &*(--common_outputs.end());
99 return new ConfigurationMessage(*best_output,
103 if (best_output) {
104 return new ConfigurationMessage(*best_output,

Completed in 72 milliseconds