Searched refs:SetVolume (Results 1 - 25 of 66) sorted by relevance

123

/haiku/src/apps/mediaplayer/media_node_framework/audio/
H A DAudioVolumeConverter.h30 void SetVolume(float volume);
/haiku/src/tests/kits/media/soundplayer/
H A DSoundPlayerTest.cpp68 sp->SetVolume(1.0f);
83 sp->SetVolume(f);
94 sp->SetVolume(f);
/haiku/headers/os/midi/
H A DSamples.h30 void SetVolume(double newVolume);
H A DMidiSynth.h21 void SetVolume(double volume);
/haiku/src/bin/desklink/
H A DMixerControl.h37 void SetVolume(float volume);
/haiku/src/apps/mediaplayer/supplier/
H A DProxyAudioSupplier.h39 void SetVolume(float volume);
/haiku/src/tests/servers/app/code_to_name/
H A Dcode_to_name.cpp93 query.SetVolume(&volume);
/haiku/src/kits/midi/
H A DSamples.cpp92 void BSamples::SetVolume(double newVolume) function in class:BSamples
H A DMidiSynth.cpp68 BMidiSynth::SetVolume(double volume) function in class:BMidiSynth
70 be_synth->fSynth->SetVolume(volume);
H A DSoftSynth.h49 void SetVolume(double volume);
/haiku/src/kits/media/legacy/
H A DOldAudioStream.h64 status_t SetVolume(int32 device,
H A DOldAudioStream.cpp178 BDACStream::SetVolume(int32 device, function in class:BDACStream
/haiku/src/tests/servers/registrar/
H A Drun_test_registrar.cpp79 query.SetVolume(&volume);
/haiku/src/tests/kits/media/playsound/
H A Dplayfile.cpp102 sp->SetVolume(1.0f);
H A Dplaywav.cpp113 sp->SetVolume(1.0f);
/haiku/src/bin/media_client/
H A DMediaPlay.cpp96 player->SetVolume(1.0f);
/haiku/src/tests/kits/media/playwav/
H A Dplaywav.cpp92 sp->SetVolume(1.0f);
/haiku/src/apps/mediaplayer/
H A DControllerView.cpp143 fController->SetVolume(value);
H A DController.cpp378 SetVolume(fActiveVolume);
384 SetVolume(0.0);
387 SetVolume(fVolume * 0.25);
752 SetVolume(lastVolume);
759 Controller::SetVolume(float value) function in class:Controller
761 // printf("Controller::SetVolume %.4f\n", value);
771 fAudioSupplier->SetVolume(fVolume);
782 SetVolume(Volume() + 0.05);
790 SetVolume(Volume() - 0.05);
802 fAudioSupplier->SetVolume(0.
[all...]
/haiku/src/apps/mediaplayer/interface/
H A DTransportControlGroup.h69 void SetVolume(float value);
/haiku/src/apps/mediaplayer/media_node_framework/
H A DNodeManager.h74 virtual void SetVolume(float percent);
/haiku/src/bin/
H A Dquery.cpp60 query.SetVolume(&volume);
/haiku/headers/os/storage/
H A DQuery.h63 status_t SetVolume(const BVolume* volume);
/haiku/src/tests/kits/storage/
H A DQueryTest.cpp840 CPPUNIT_ASSERT( query.SetVolume(&volume) == B_OK );
888 // * SetVolume, TargetDevice()
891 // SetVolume(), TargetDevice()
904 CPPUNIT_ASSERT( query.SetVolume(NULL) == B_BAD_VALUE );
914 CPPUNIT_ASSERT( query.SetVolume(&volume) == B_OK );
924 CPPUNIT_ASSERT( query.SetVolume(&volume) == B_OK );
954 // SetVolume/Target() fail after Fetch()
962 CPPUNIT_ASSERT( query.SetVolume(&volume) == B_OK );
964 CPPUNIT_ASSERT( query.SetVolume(&volume) == B_NOT_ALLOWED );
991 CPPUNIT_ASSERT( query.SetVolume(
[all...]
/haiku/src/apps/mail/
H A DMailSupport.cpp130 query.SetVolume(&volume);

Completed in 200 milliseconds

123