Searched defs:headphone (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/extensions/shell/browser/
H A Dshell_audio_controller_chromeos_unittest.cc88 AudioNode headphone = CreateNode(chromeos::AUDIO_TYPE_HEADPHONE); local
91 // AudioDevice gives the headphone jack a higher priority than the internal
97 all_nodes.push_back(headphone);
100 EXPECT_EQ(headphone.id, audio_handler_->GetPrimaryActiveOutputNode());
117 EXPECT_EQ(headphone.id, audio_handler_->GetPrimaryActiveOutputNode());

Completed in 130 milliseconds