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

  /external/chromium_org/content/renderer/media/
webaudiosourceprovider_impl_unittest.cc 18 const float kTestVolume = 0.25;
47 EXPECT_CALL(*mock_sink_.get(), SetVolume(kTestVolume)).Times(verify);
48 wasp_impl_->SetVolume(kTestVolume);
128 EXPECT_CALL(*mock_sink_.get(), SetVolume(kTestVolume));
149 wasp_impl_->SetVolume(kTestVolume);
151 EXPECT_CALL(*mock_sink_.get(), SetVolume(kTestVolume));
201 bus2->Scale(kTestVolume);
204 wasp_impl_->SetVolume(kTestVolume);
  /external/chromium_org/media/audio/
audio_output_controller_unittest.cc 33 static const double kTestVolume = 0.25;
126 controller_->SetVolume(kTestVolume);
184 EXPECT_CALL(mock_stream_, SetVolume(kTestVolume));

Completed in 88 milliseconds