Searched refs:BGameSound (Results 1 - 10 of 10) sorted by relevance

/haiku/src/kits/game/
H A DGameSound.cpp25 // BGameSound class ------------------------------------------------------------
26 BGameSound::BGameSound(BGameSoundDevice *device) function in class:BGameSound
38 BGameSound::BGameSound(const BGameSound &other) function in class:BGameSound
50 BGameSound::~BGameSound()
60 BGameSound::InitCheck() const
67 BGameSound
[all...]
H A DStreamingGameSound.cpp38 BGameSound(device),
52 BGameSound(device),
64 BGameSound *
102 return BGameSound::SetAttributes(inAttributes, inAttributeCount);
115 return BGameSound::Init(sound);
H A DSimpleGameSound.cpp27 BGameSound(device)
36 BGameSound(device)
52 BGameSound(device)
72 BGameSound(other)
91 BGameSound *
232 BGameSound::Init(sound);
H A DFileGameSound.cpp134 BGameSound*
385 return BGameSound::Init(sound);
H A DPushGameSound.cpp117 BGameSound *
/haiku/headers/os/game/
H A DGameSound.h15 class BGameSound { class
17 BGameSound(BGameSoundDevice* device = NULL);
18 virtual ~BGameSound();
20 virtual BGameSound* Clone() const = 0;
59 BGameSound(const BGameSound& other);
60 BGameSound& operator=(const BGameSound& other);
63 BGameSound();
H A DSimpleGameSound.h14 class BSimpleGameSound : public BGameSound {
31 virtual BGameSound* Clone() const;
H A DStreamingGameSound.h18 class BStreamingGameSound : public BGameSound
28 virtual BGameSound* Clone() const;
H A DPushGameSound.h35 virtual BGameSound* Clone() const;
H A DFileGameSound.h39 virtual BGameSound* Clone() const;

Completed in 56 milliseconds