Home
last modified time | relevance | path

Searched refs:callBackTable (Results 1 – 4 of 4) sorted by relevance

/haiku/headers/os/interface/
H A DPicture.h30 status_t Play(void** callBackTable,
/haiku/docs/user/interface/
H A DPicture.dox154 \fn status_t BPicture::Play(void** callBackTable, int32 tableEntries,
161 \param callBackTable An array of pointers to pointers of call back functions.
163 \a callBackTable.
/haiku/src/kits/interface/
H A DPicture.cpp304 BPicture::Play(void** callBackTable, int32 tableEntries, void* user) in Play() argument
312 return player.Play(callBackTable, tableEntries, user); in Play()
H A DPicturePlayer.cpp721 PicturePlayer::Play(void** callBackTable, int32 tableEntries, void* userData) in Play() argument
792 adapterContext.function_table = callBackTable; in Play()
795 memcpy(dummyTable, callBackTable, tableEntries * sizeof(void*)); in Play()