Searched refs:Resume (Results 1 - 25 of 59) sorted by relevance

123

/external/skia/include/views/
H A DSkOSSound.h26 static void Resume();
/external/qemu/distrib/sdl-1.2.12/src/cdrom/
H A DSDL_syscdrom.h51 /* Resume play */
52 int (*Resume)(SDL_CD *cdrom); member in struct:CDcaps
H A DSDL_cdrom.c44 NULL, /* Resume */
287 retval = SDL_CDcaps.Resume(cdrom);
/external/opencore/engines/2way/src/
H A Dpv_2way_data_channel_datapath.cpp52 Resume();
H A Dpv_2way_rec_datapath.cpp167 Resume();
H A Dpv_2way_datapath.h262 bool Resume();
H A Dpv_2way_proxy_adapter.h159 PVCommandId Resume(PV2WayDirection aDirection, PVTrackId aTrackId, OsclAny* aContextData = NULL);
/external/opencore/oscl/oscl/osclproc/src/
H A Doscl_thread.h93 * state and launched with a Resume call.
171 OSCL_IMPORT_REF OsclProcStatus::eOsclProcError Resume();
H A Doscl_thread.cpp275 OSCL_EXPORT_REF OsclProcStatus::eOsclProcError OsclThread::Resume() function in class:OsclThread
/external/qemu/distrib/sdl-1.2.12/src/thread/epoc/
H A DSDL_systhread.cpp87 rthread.Resume();
H A DSDL_syssem.cpp144 thread.Resume();
/external/opencore/engines/2way/include/
H A Dpv_2way_interface.h319 * Resume a previously paused incoming or outgoing track. For incoming,
331 OSCL_IMPORT_REF virtual PVCommandId Resume(PV2WayDirection aDirection,
/external/qemu/distrib/sdl-1.2.12/src/cdrom/dc/
H A DSDL_syscdrom.c56 SDL_CDcaps.Resume = SDL_SYS_CDResume;
137 /* Resume play */
/external/skia/src/views/
H A DSkOSSound.cpp155 SkOSSound::Resume();
172 void SkOSSound::Resume() function in class:SkOSSound
/external/opencore/engines/author/include/
H A Dpvauthorengineinterface.h413 * Resume a paused authoring session.
423 virtual PVCommandId Resume(const OsclAny* aContextData = NULL) = 0;
/external/opencore/engines/player/include/
H A Dpv_player_interface.h467 * changing the position. The change in position will come into affect when Prepare or Resume respectively is called on Engine by the app.
468 * If reposition request is not honored by the source node during Prepare or Resume, engine will continue to complete Prepare or Resume
538 * changing the direction. The change in direction will come into affect when Resume is called on Engine by the app. If the request
539 * is not honored by the source node during Resume, engine will continue to complete Resume but will send an informational event
684 virtual PVCommandId Resume(const OsclAny* aContextData = NULL) = 0;
/external/opencore/protocols/systems/3g-324m_pvterminal/h223/include/
H A Dlogicalchannel.h196 virtual void Resume();
302 void Resume();
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
H A DSDL_syscdrom.c178 SDL_CDcaps.Resume = SDL_SYS_CDResume;
403 /* Resume playback */
/external/qemu/distrib/sdl-1.2.12/src/cdrom/mint/
H A DSDL_syscdrom.c124 SDL_CDcaps.Resume = SDL_SYS_CDResume;
299 /* Resume play */
/external/opencore/engines/author/src/
H A Dpvauthorengine.h192 OSCL_IMPORT_REF PVCommandId Resume(const OsclAny* aContextData = NULL);
/external/qemu/distrib/sdl-1.2.12/src/cdrom/beos/
H A DSDL_syscdrom.cc163 SDL_CDcaps.Resume = SDL_SYS_CDResume;
376 /* Resume play */
/external/qemu/distrib/sdl-1.2.12/src/cdrom/freebsd/
H A DSDL_syscdrom.c148 SDL_CDcaps.Resume = SDL_SYS_CDResume;
370 /* Resume play */
/external/qemu/distrib/sdl-1.2.12/src/cdrom/openbsd/
H A DSDL_syscdrom.c157 SDL_CDcaps.Resume = SDL_SYS_CDResume;
379 /* Resume play */
/external/qemu/distrib/sdl-1.2.12/src/cdrom/qnx/
H A DSDL_syscdrom.c158 SDL_CDcaps.Resume = SDL_SYS_CDResume;
481 /* Resume play */
/external/qemu/distrib/sdl-1.2.12/src/cdrom/win32/
H A DSDL_syscdrom.c95 SDL_CDcaps.Resume = SDL_SYS_CDResume;
325 /* Resume play */

Completed in 259 milliseconds

123