Play              108 applications/GPAX/GPAX.h 	virtual /* [helpstring] */ HRESULT STDMETHODCALLTYPE Play( void) = 0;
Play              190 applications/GPAX/GPAX.h 	/* [helpstring] */ HRESULT ( STDMETHODCALLTYPE __RPC_FAR *Play )(
Play              265 applications/GPAX/GPAX.h     (This)->lpVtbl -> Play(This)
Play              367 applications/GPAX/GPAXPlugin.cpp 	if (m_bAutoStart && strlen(m_url)) Play();
Play              417 applications/GPAX/GPAXPlugin.cpp 		if (m_bAutoStart) Play();
Play              215 applications/GPAX/GPAXPlugin.h 	STDMETHOD(Play)();
Play              556 applications/osmo4_w32/Osmo4.cpp 			pFrame->m_pPlayList->Play();
Play              887 applications/osmo4_w32/Osmo4.cpp 		((CMainFrame *) m_pMainWnd)->m_pPlayList->Play();
Play              625 applications/osmo4_w32/Playlist.cpp 	Play();
Play              862 applications/osmo4_w32/Playlist.cpp 		Play();
Play              878 applications/osmo4_w32/Playlist.cpp 	Play();
Play              888 applications/osmo4_w32/Playlist.cpp 	Play();
Play              921 applications/osmo4_w32/Playlist.cpp 		Play();
Play              924 applications/osmo4_w32/Playlist.cpp 		Play();
Play              933 applications/osmo4_w32/Playlist.cpp 		Play();
Play               53 applications/osmo4_w32/Playlist.h 	void Play();
Play              510 applications/osmo4_wx/Playlist.cpp 	Play();
Play              731 applications/osmo4_wx/Playlist.cpp 		Play();
Play              748 applications/osmo4_wx/Playlist.cpp 	Play();
Play              759 applications/osmo4_wx/Playlist.cpp 	Play();
Play              789 applications/osmo4_wx/Playlist.cpp 		Play();
Play              798 applications/osmo4_wx/Playlist.cpp 		Play();
Play               73 applications/osmo4_wx/Playlist.h 	void Play();
Play             1641 applications/osmo4_wx/wxOsmo4.cpp 		m_pPlayList->Play();
Play               37 applications/osmozilla/nsIOsmozilla.h 	NS_IMETHOD Play(void) = 0;
Play               55 applications/osmozilla/nsIOsmozilla.h 	NS_IMETHOD Play(void); \
Play               64 applications/osmozilla/nsIOsmozilla.h 	NS_IMETHOD Play(void) { return _to Play(); } \
Play               73 applications/osmozilla/nsIOsmozilla.h 	NS_IMETHOD Play(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->Play(); } \
Play              265 extra_lib/include/platinum/PltMediaController.h     NPT_Result Play(PLT_DeviceDataReference&  device, NPT_UInt32 instance_id, NPT_String speed, void* userdata);
Play               99 include/gpac/modules/audio_out.h 	void (*Play) (struct _audiooutput *aout, u32 PlayType);
Play              468 modules/droid_audio/droidaudio.c 	driv->Play = WAV_Play;
Play              259 modules/dx_hw/dx_audio.c 	ctx->pOutput->lpVtbl->Play(ctx->pOutput, 0, 0, DSBPLAY_LOOPING);
Play              379 modules/dx_hw/dx_audio.c 		ctx->pOutput->lpVtbl->Play(ctx->pOutput, 0, 0, DSBPLAY_LOOPING);
Play              464 modules/dx_hw/dx_audio.c 	driv->Play = DS_Play;
Play              359 modules/epoc_hw/epoc_aout.cpp 	driv->Play = EAUD_Play;
Play              938 modules/platinum/GPACPlatinum.cpp 			upnp->m_pAVCtrlPoint->m_MediaController->Play(render->m_device, 0, "1", NULL);
Play              948 modules/platinum/GPACPlatinum.cpp 						upnp->m_pAVCtrlPoint->m_MediaController->Play(render->m_device, 0, "1", NULL);
Play              982 modules/platinum/GPACPlatinum.cpp 		upnp->m_pAVCtrlPoint->m_MediaController->Play(render->m_device, 0, szSpeed, NULL);
Play              266 modules/raw_out/raw_video.c 	driv->Play = RAW_Play;
Play              235 modules/sdl_out/audio.c 	dr->Play = SDLAud_Play;
Play              452 modules/wav_out/wav_out.c 	driv->Play = WAV_Play;
Play              305 src/compositor/audio_render.c 			if (!for_reconfig && ar->audio_out && ar->audio_out->Play) ar->audio_out->Play(ar->audio_out, 0);
Play              311 src/compositor/audio_render.c 			if (!for_reconfig && ar->audio_out && ar->audio_out->Play) ar->audio_out->Play(ar->audio_out, reset_hw_buffer ? 2 : 1);
Play              651 src/compositor/audio_render.c 	if (!gf_mixer_empty(ar->mixer) && ar->audio_out && ar->audio_out->Play)
Play              652 src/compositor/audio_render.c 		ar->audio_out->Play(ar->audio_out, 1);
Play              661 src/compositor/audio_render.c 		if (gf_mixer_empty(ar->mixer) && ar->audio_out && ar->audio_out->Play)
Play              662 src/compositor/audio_render.c 			ar->audio_out->Play(ar->audio_out, 0);