Searched refs:fStreamHook (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/game/
H A DStreamingGameSound.cpp39 fStreamHook(NULL),
53 fStreamHook(NULL),
75 fStreamHook = hook;
86 if (fStreamHook)
87 (fStreamHook)(fStreamCookie, inBuffer, inByteCount, this);
H A DGameSoundBuffer.h118 void * fStreamHook; member in class:StreamingSoundBuffer
H A DGameSoundBuffer.cpp547 fStreamHook(const_cast<void *>(streamHook))
565 BStreamingGameSound* object = (BStreamingGameSound*)fStreamHook;
/haiku/headers/os/game/
H A DStreamingGameSound.h84 hook fStreamHook; member in class:BStreamingGameSound

Completed in 39 milliseconds