Searched refs:Pause (Results 1 - 25 of 155) sorted by relevance

1234567

/external/skia/include/views/
H A DSkOSSound.h25 static void Pause();
/external/qemu/distrib/sdl-1.2.12/src/cdrom/
H A DSDL_syscdrom.h48 /* Pause play */
49 int (*Pause)(SDL_CD *cdrom); member in struct:CDcaps
/external/opencore/engines/2way/src/
H A Dpv_2way_data_channel_datapath.cpp46 Pause();
H A Dpv_2way_rec_datapath.cpp161 Pause();
H A Dpv_2way_datapath.h261 bool Pause();
H A Dpv_2way_proxy_adapter.h158 PVCommandId Pause(PV2WayDirection aDirection, PVTrackId aTrackId, OsclAny* aContextData = NULL);
/external/opencore/pvmi/pvmf/include/
H A Dpvmi_mio_control.h231 virtual PVMFCommandId Pause(const OsclAny* aContext = NULL) = 0;
/external/opencore/engines/2way/include/
H A Dpv_2way_interface.h314 OSCL_IMPORT_REF virtual PVCommandId Pause(PV2WayDirection aDirection,
/external/opencore/nodes/pvfileoutputnode/src/
H A Dpvmf_fileoutput_inport.h73 void Pause();
/external/qemu/distrib/sdl-1.2.12/src/cdrom/dc/
H A DSDL_syscdrom.c55 SDL_CDcaps.Pause = SDL_SYS_CDPause;
130 /* Pause play */
/external/webkit/WebKit/chromium/src/mac/
H A DWebInputEventFactory.mm458 // VK_MEDIA_PLAY_PAUSE (B3) Windows 2000/XP: Play/Pause Media key
742 // "Pause"
744 return @"Pause";
/external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
H A Dpvmf_jb_jitterbuffermisc.cpp224 ipNonDecreasingClock->Pause();
225 ipEstimatedServerClock->Pause();
988 ipEstimatedServerClock->Pause();
989 ipWallClock->Pause();
995 ipEstimatedServerClock->Pause();
996 ipWallClock->Pause();
1063 /* Pause Estimated server clock & RTCP Clock */
1064 ipEstimatedServerClock->Pause();
1065 ipWallClock->Pause();
/external/skia/src/views/
H A DSkOSSound.cpp157 SkOSSound::Pause();
162 void SkOSSound::Pause() function in class:SkOSSound
/external/sonivox/jet_tools/JetCreator/
H A DJetPreview.py188 def Pause(self): member in class:PreviewPlayer
193 self.jet.Pause()
/external/opencore/engines/author/include/
H A Dpvauthorengineinterface.h400 * Pause the authoring session.
410 virtual PVCommandId Pause(const OsclAny* aContextData = NULL) = 0;
/external/opencore/engines/player/include/
H A Dpv_player_interface.h668 virtual PVCommandId Pause(const OsclAny* aContextData = NULL) = 0;
/external/opencore/engines/player/src/
H A Dpv_player_datapath.h149 PVMFStatus Pause(OsclAny* aContext, bool aSinkPaused = false);
/external/opencore/nodes/pvdummyoutputnode/src/
H A Dpvmf_dummy_fileoutput_inport.h76 void Pause();
/external/opencore/nodes/pvmediainputnode/src/
H A Dpvmf_media_input_node_outport.h80 void Pause();
/external/opencore/nodes/streaming/streamingmanager/src/
H A Dpvmf_streaming_manager_node.h114 OSCL_IMPORT_REF PVMFCommandId Pause(PVMFSessionId,
/external/opencore/android/
H A Dandroid_surface_output.h134 PVMFCommandId Pause(const OsclAny* aContext=NULL);
/external/opencore/engines/adapters/player/framemetadatautility/src/
H A Dpv_frame_metadata_mio_audio.h109 PVMFCommandId Pause(const OsclAny* aContext = NULL);
/external/opencore/nodes/pvcommsionode/src/
H A Dpv_comms_io_node_port.h85 OSCL_IMPORT_REF void Pause();
/external/opencore/nodes/pvdummyinputnode/include/
H A Dpvmf_dummy_fileinput_node.h108 OSCL_IMPORT_REF PVMFCommandId Pause(PVMFSessionId, const OsclAny* aContext = NULL);
/external/opencore/nodes/pvloopbacknode/include/
H A Dpvmf_loopback_node.h193 OSCL_IMPORT_REF PVMFCommandId Pause(PVMFSessionId, const OsclAny* aContext = NULL);

Completed in 468 milliseconds

1234567