HomeSort by relevance Sort by last modified time
    Searched full:pause (Results 201 - 225 of 820) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/media/java/android/media/
SoundPool.java 299 * Pause a playback stream.
301 * Pause the stream specified by the streamID. This is the
309 public native final void pause(int streamID); method in class:SoundPool
324 * Pause all active streams.
326 * Pause all streams that are currently playing. This function
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerTest.java 180 method = "pause",
240 // test pause and restart
241 mp.pause();
SoundPoolTest.java 167 method = "pause",
230 mSoundPool.pause(streamID);
  /external/opencore/engines/author/test/src/
test_pv_author_engine_testset7.cpp 633 iAuthor->Pause((OsclAny*)iAuthor);
874 RunIfNotReady(KPauseDuration); //Pause after 5 sec
923 //Pause failed
test_pv_author_engine_testset8.cpp 649 iAuthor->Pause((OsclAny*)iAuthor);
889 RunIfNotReady(KPauseDuration); //Pause after 5 sec
938 //Pause failed
    [all...]
  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset5.h 924 * A test case to test the normal PDL Pause Resume After UnderFlow and playback from an HTTP URL.
938 * -# Pause()
957 iTestCaseName = _STRLIT_CHAR("PDL Pause Resume After UnderFlow");
  /external/webkit/WebKit/win/
FullscreenVideoController.cpp 249 void FullscreenVideoController::pause() function in class:FullscreenVideoController
252 m_mediaElement->pause(m_mediaElement->processingUserGesture());
601 pause();
  /external/webkit/WebKitTools/iExploder/htdocs/
cssproperties.in 396 pause
397 pause-after
398 pause-before
  /frameworks/base/awt/java/awt/
Event.java 183 * The Constant PAUSE indicates Pause key.
185 public static final int PAUSE = 1024;
  /frameworks/base/media/libmediaplayerservice/
MidiFile.cpp 215 // resuming after pause?
272 status_t MidiFile::pause() function in class:android::MidiFile
274 LOGV("MidiFile::pause");
VorbisPlayer.cpp 275 status_t VorbisPlayer::pause() function in class:android::VorbisPlayer
277 LOGV("pause\n");
430 if (mAudioSink->ready()) mAudioSink->pause();
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmConnection.java 534 } else if (c == PhoneNumberUtils.PAUSE) {
543 // We don't need to pause here, but wait for just a bit anyway
549 // pause again for 3 seconds (\u00B1 20 %) before sending any
  /external/opencore/nodes/pvdummyoutputnode/src/
pvmf_dummy_fileoutput_node.cpp 330 PVMFCommandId PVMFDummyFileOutputNode::Pause(PVMFSessionId s, const OsclAny* aContext)
332 PVLOGGER_LOGMSG(PVLOGMSG_INST_MLDBG, iLogger, PVLOGMSG_INFO, (0, "PVMFDummyFileOutputNode:Pause"));
525 ((PVMFDummyFileOutputInPort*)iInPort)->Pause();
    [all...]
  /external/opencore/nodes/pvfileoutputnode/src/
pvmf_fileoutput_node.cpp 332 PVMFCommandId PVMFFileOutputNode::Pause(PVMFSessionId s, const OsclAny* aContext)
334 PVLOGGER_LOGMSG(PVLOGMSG_INST_MLDBG, iLogger, PVLOGMSG_INFO, (0, "PVMFFileOutputNode:Pause"));
609 ((PVMFFileOutputInPort*)iInPort)->Pause();
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/beos/
SDL_syscdrom.cc 162 SDL_CDcaps.Pause = SDL_SYS_CDPause;
370 /* Pause play */
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/freebsd/
SDL_syscdrom.c 147 SDL_CDcaps.Pause = SDL_SYS_CDPause;
364 /* Pause play */
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
SDL_syscdrom.c 177 SDL_CDcaps.Pause = SDL_SYS_CDPause;
381 /* Pause playback */
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/openbsd/
SDL_syscdrom.c 156 SDL_CDcaps.Pause = SDL_SYS_CDPause;
373 /* Pause play */
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/qnx/
SDL_syscdrom.c 157 SDL_CDcaps.Pause = SDL_SYS_CDPause;
468 /* Pause play */
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/win32/
SDL_syscdrom.c 94 SDL_CDcaps.Pause = SDL_SYS_CDPause;
316 /* Pause play */
  /external/webkit/WebCore/bindings/objc/
DOMCSS.h 230 - (NSString *)pause;
231 - (void)setPause:(NSString *)pause;
  /external/webkit/WebCore/loader/
ResourceLoader.cpp 154 void ResourceLoader::pauseLoad(bool pause)
157 m_handle->pauseLoad(pause);
  /external/webkit/WebCore/platform/gtk/
LocalizedStringsGtk.cpp 385 return String::fromUTF8(_("pause"));
428 return String::fromUTF8(_("pause playback"));
  /external/webkit/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp 100 void MediaPlayerPrivate::pause() function in class:WebCore::MediaPlayerPrivate
307 m_glue->m_pause = env->GetMethodID(clazz, "pause", "()V");
  /external/webkit/WebKit/chromium/src/js/
DevToolsHostStub.js 179 'profiler,pause\n';
259 else if (cmdObj.arguments.command === "pause")

Completed in 251 milliseconds

1 2 3 4 5 6 7 891011>>