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

/haiku/headers/os/media/
H A DSoundPlayer.h47 BufferPlayerFunc playerFunction = NULL,
54 BufferPlayerFunc playerFunction = NULL,
64 BufferPlayerFunc playerFunction = NULL,
87 BufferPlayerFunc playerFunction = NULL,
148 BufferPlayerFunc playerFunction,
/haiku/src/kits/media/
H A DSoundPlayer.cpp39 BSoundPlayer::BSoundPlayer(const char* name, BufferPlayerFunc playerFunction, argument
48 _Init(NULL, &format, name, NULL, playerFunction, eventNotifierFunction,
54 const char* name, BufferPlayerFunc playerFunction,
71 _Init(NULL, &format, name, NULL, playerFunction, eventNotifierFunction,
78 const media_input* input, BufferPlayerFunc playerFunction,
95 _Init(&toNode, format, name, input, playerFunction, eventNotifierFunction,
327 BSoundPlayer::SetBufferPlayer(BufferPlayerFunc playerFunction) argument
332 fPlayBufferFunc = playerFunction;
373 BSoundPlayer::SetCallbacks(BufferPlayerFunc playerFunction, argument
379 SetBufferPlayer(playerFunction);
53 BSoundPlayer(const media_raw_audio_format* _format, const char* name, BufferPlayerFunc playerFunction, EventNotifierFunc eventNotifierFunction, void* cookie) argument
76 BSoundPlayer(const media_node& toNode, const media_multi_audio_format* format, const char* name, const media_input* input, BufferPlayerFunc playerFunction, EventNotifierFunc eventNotifierFunction, void* cookie) argument
727 _Init(const media_node* node, const media_multi_audio_format* format, const char* name, const media_input* input, BufferPlayerFunc playerFunction, EventNotifierFunc eventNotifierFunction, void* cookie) argument
[all...]

Completed in 47 milliseconds