Searched refs:Pause (Results 26 - 50 of 57) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dthreadsgi.cpp160 wxThreadError wxThread::Pause() function in class:wxThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/mmedia/
H A Dvidwin.cpp118 bool wxVideoWindows::Pause() function in class:wxVideoWindows
H A Dcdunix.cpp176 bool wxCDAudioLinux::Pause() function in class:wxCDAudioLinux
H A Dcdwin.cpp163 bool wxCDAudioWin::Pause(void) function in class:wxCDAudioWin
H A Dsndfile.cpp269 bool wxSoundFileStream::Pause() function in class:wxSoundFileStream
H A Dvidxanm.cpp177 bool wxVideoXANIM::Pause() function in class:wxVideoXANIM
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dmediactrl.h183 bool Pause();
274 virtual bool Pause() function in class:wxMediaBackend
H A Dthread.h522 wxThreadError Pause();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/plugin_winamp2/
H A Din_flac.c137 mod_.outMod->Pause(1);
143 mod_.outMod->Pause(0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmediactrl.cpp100 virtual bool Pause();
694 // wxQTMediaBackend::Pause
712 bool wxQTMediaBackend::Pause() function in class:wxQTMediaBackend
893 wxQTMediaBackend::Pause();
H A Dthread.cpp953 void Pause();
1032 // Pause()d
1199 void wxThreadInternal::Pause() function in class:wxThreadInternal
1204 wxT("thread must first be paused with wxThread::Pause().") );
1216 // TestDestroy() since the last call to Pause() for example
1219 // wake up Pause()
1342 wxThreadError wxThread::Pause() function in class:wxThread
1540 m_internal->Pause();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dsndfile.tex85 \membersection{wxSoundFileStream::Pause}\label{wxsoundfilestreampause}
86 \func{bool}{Pause}{\void}
99 \helpref{Pause}{wxsoundfilestreampause}, you could be interrested in
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dthread.cpp461 wxThreadError wxThread::Pause() function in class:wxThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dthreadpsx.cpp627 void Pause();
708 // Pause()d
922 void wxThreadInternal::Pause() function in class:wxThreadInternal
927 wxT("thread must first be paused with wxThread::Pause().") );
942 // TestDestroy() since the last call to Pause() for example
948 // wake up Pause()
1292 wxThreadError wxThread::Pause() function in class:wxThread
1527 m_internal->Pause();
H A Dmediactrl.cpp180 virtual bool Pause();
220 wxLongLong m_llPausedPos; // Paused position - see Pause()
590 wxLogTrace(wxTRACE_GStreamer, wxT("Pause event"));
1284 // wxGStreamerMediaBackend::Pause
1290 bool wxGStreamerMediaBackend::Pause() function in class:wxGStreamerMediaBackend
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DRemoteConnect.h212 void Pause(CMD4Hash* file);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmediactrl_am.cpp217 STDMETHOD(Pause)( void) PURE;
559 STDMETHOD(Pause)(void) PURE;
677 STDMETHOD(Pause)(void) PURE;
1099 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Pause( void) = 0;
1384 STDMETHOD(Pause)( void) PURE;
1425 virtual bool Pause();
1873 // wxAMMediaBackend::Pause
1877 bool wxAMMediaBackend::Pause() function in class:wxAMMediaBackend
1879 HRESULT hr = GetAM()->Pause();
H A Dmediactrl.cpp213 STDMETHOD(Pause)( void) PURE;
554 STDMETHOD(Pause)(void) PURE;
672 STDMETHOD(Pause)(void) PURE;
1092 virtual /* [helpstring][id] */ HRESULT STDMETHODCALLTYPE Pause( void) = 0;
1383 STDMETHOD(Pause)( void) PURE;
1423 virtual bool Pause();
1521 virtual bool Pause();
1881 virtual bool Pause();
2515 // wxAMMediaBackend::Pause
2519 bool wxAMMediaBackend::Pause() function in class:wxAMMediaBackend
3051 bool wxMCIMediaBackend::Pause() function in class:wxMCIMediaBackend
3780 bool wxQTMediaBackend::Pause() function in class:wxQTMediaBackend
[all...]
H A Dmediactrl_qt.cpp387 virtual bool Pause();
915 // wxQTMediaBackend::Pause
920 bool wxQTMediaBackend::Pause() function in class:wxQTMediaBackend
H A Dmediactrl_wmp10.cpp636 virtual bool Pause();
1098 // wxWMP10MediaBackend::Pause
1102 bool wxWMP10MediaBackend::Pause() function in class:wxWMP10MediaBackend
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dactivexcontainer.tex109 virtual bool Pause()
H A Dthread.tex357 \membersection{wxThread::Pause}\label{wxthreadpause}
359 \func{wxThreadError}{Pause}{\void}
411 Resumes a thread suspended by the call to \helpref{Pause}{wxthreadpause}.
433 to \helpref{Pause}{wxthreadpause} and \helpref{Delete}{wxthreaddelete} will
437 \helpref{Pause}{wxthreadpause} also relies on this function being called, so
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dthread.cpp651 wxThreadError wxThread::Pause() function in class:wxThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/thread/
H A Dthread.cpp388 menuThread->Append(THREAD_PAUSE_THREAD, _T("&Pause a running thread\tCtrl-P"));
623 wxGetApp().m_threads[n]->Pause();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/mmedia/
H A Dmmboard.cpp557 m_opened_file->Pause();

Completed in 215 milliseconds

123