Searched refs:playerFunction (Results 1 – 2 of 2) sorted by relevance
/haiku/headers/os/media/ |
H A D | SoundPlayer.h | 47 BufferPlayerFunc playerFunction = NULL, 54 BufferPlayerFunc playerFunction = NULL, 64 BufferPlayerFunc playerFunction = NULL, 87 BufferPlayerFunc playerFunction = NULL, 148 BufferPlayerFunc playerFunction,
|
/haiku/src/kits/media/ |
H A D | SoundPlayer.cpp | 39 BSoundPlayer::BSoundPlayer(const char* name, BufferPlayerFunc playerFunction, in BSoundPlayer() argument 48 _Init(NULL, &format, name, NULL, playerFunction, eventNotifierFunction, in BSoundPlayer() 54 const char* name, BufferPlayerFunc playerFunction, in BSoundPlayer() argument 71 _Init(NULL, &format, name, NULL, playerFunction, eventNotifierFunction, in BSoundPlayer() 78 const media_input* input, BufferPlayerFunc playerFunction, in BSoundPlayer() argument 95 _Init(&toNode, format, name, input, playerFunction, eventNotifierFunction, in BSoundPlayer() 327 BSoundPlayer::SetBufferPlayer(BufferPlayerFunc playerFunction) in SetBufferPlayer() argument 332 fPlayBufferFunc = playerFunction; in SetBufferPlayer() 373 BSoundPlayer::SetCallbacks(BufferPlayerFunc playerFunction, in SetCallbacks() argument 379 SetBufferPlayer(playerFunction); in SetCallbacks() [all …]
|