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

/haiku/headers/os/media/
H A DSoundPlayer.h40 typedef void (*BufferPlayerFunc)(void*, void* buffer, size_t size, typedef in class:BSoundPlayer
47 BufferPlayerFunc playerFunction = NULL,
54 BufferPlayerFunc playerFunction = NULL,
64 BufferPlayerFunc playerFunction = NULL,
76 BufferPlayerFunc BufferPlayer() const;
87 BufferPlayerFunc playerFunction = NULL,
148 BufferPlayerFunc playerFunction,
188 BufferPlayerFunc fPlayBufferFunc;
/haiku/src/kits/media/
H A DSoundPlayer.cpp39 BSoundPlayer::BSoundPlayer(const char* name, BufferPlayerFunc playerFunction,
54 const char* name, BufferPlayerFunc playerFunction,
78 const media_input* input, BufferPlayerFunc playerFunction,
318 BSoundPlayer::BufferPlayerFunc
327 BSoundPlayer::SetBufferPlayer(BufferPlayerFunc playerFunction)
373 BSoundPlayer::SetCallbacks(BufferPlayerFunc playerFunction,
729 const media_input* input, BufferPlayerFunc playerFunction,

Completed in 33 milliseconds