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

/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());
/external/chromium_org/chromeos/audio/
H A Dcras_audio_handler_unittest.cc406 // Verify the headphone has been selected as the active output.
493 // Verify the initial active output device is headphone.
561 // Plug the headphone.
574 // Verify the active output device is switched to headphone and
585 // Set up initial audio devices, with internal speaker and headphone.
598 // Verify the headphone has been selected as the active output.
607 // Unplug the headphone.
653 // Initialize with internal speaker and headphone.
666 // Verify the headphone is selected as the active output initially.
676 // headphone, activ
[all...]

Completed in 240 milliseconds