Symbol: Play
headers/os/interface/Picture.h
30
status_t Play(void** callBackTable,
headers/private/interface/PicturePlayer.h
222
status_t Play(void** callbacks, int32 tableEntries,
headers/private/interface/PicturePlayer.h
224
status_t Play(PicturePlayerCallbacks& callbacks);
src/apps/mediaplayer/Controller.cpp
766
Play();
src/apps/mediaplayer/Controller.h
99
void Play();
src/apps/mediaplayer/MainWin.cpp
566
fController->Play();
src/apps/mediaplayer/MainWin.cpp
911
fController->Play();
src/apps/mediaplayer/playlist/PlaylistListView.cpp
410
fController->Play();
src/apps/soundrecorder/RecorderWindow.cpp
580
Play(message);
src/apps/soundrecorder/RecorderWindow.h
145
void Play(BMessage * message);
src/kits/game/GameProducer.cpp
538
fObject->Play(buf->Data(), frames);
src/kits/game/GameSoundBuffer.h
41
void Play(void * data, int64 frames);
src/kits/interface/Picture.cpp
312
return player.Play(callBackTable, tableEntries, user);
src/kits/print/PictureIterator.cpp
150
picture->Play(playbackHandlers, 50, this);
src/servers/app/Layer.cpp
158
Play(&layerCanvas);
src/servers/app/Layer.cpp
199
PictureBoundingBoxPlayer::Play(this, canvas->CurrentState(), &boundingBox);
src/servers/app/PictureBoundingBoxPlayer.cpp
764
PictureBoundingBoxPlayer::Play(layer, fState->GetDrawState(), &boundingBox);
src/servers/app/PictureBoundingBoxPlayer.cpp
936
player.Play(callbacks);
src/servers/app/PictureBoundingBoxPlayer.h
22
static void Play(ServerPicture* picture,
src/servers/app/ServerPicture.cpp
1252
player.Play(callbacks);
src/servers/app/ServerPicture.cpp
663
picture->Play(fCanvas);
src/servers/app/ServerPicture.h
57
void Play(Canvas* target);
src/servers/app/ServerWindow.cpp
3242
picture->Play(fCurrentView);
src/servers/app/drawing/AlphaMask.cpp
465
fPicture->Play(canvas);
src/servers/app/drawing/AlphaMask.cpp
473
PictureBoundingBoxPlayer::Play(fPicture, fDrawState.Get(), &boundingBox);
src/tests/kits/midi/synth_file_reader/SynthFileReader.cpp
375
if (play && (instrOnly==0xffff || instrOnly == inst)) Play(rate, 0, rest);
src/tests/kits/midi/synth_file_reader/SynthFileReader.h
66
void Play(uint16 rate, uint32 offset, uint32 size);