OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isplaying
(Results
26 - 50
of
87
) sorted by null
1
2
3
4
/packages/apps/Contacts/src/com/android/contacts/voicemail/
VoicemailPlaybackPresenter.java
362
if (!mPlayer.
isPlaying
()) {
499
if (mPlayer.
isPlaying
()) {
509
if (mPlayer.
isPlaying
()) {
519
if (mPlayer.
isPlaying
()) {
543
if (mPlayer.
isPlaying
() && previousState) {
557
if (mPlayer.
isPlaying
()) {
620
if (mPlayer.
isPlaying
()) {
/packages/apps/Gallery2/src/com/android/gallery3d/app/
MoviePlayer.java
99
if (mVideoView.
isPlaying
()) {
341
if (mVideoView.
isPlaying
()) {
394
if (mVideoView.
isPlaying
()) {
401
if (mVideoView.
isPlaying
()) {
406
if (!mVideoView.
isPlaying
()) {
446
if (mVideoView.
isPlaying
()) pauseVideo();
/external/webkit/Source/WebKit/chromium/src/
AudioDestinationChromium.h
50
bool
isPlaying
() { return m_isPlaying; }
/frameworks/av/media/libmediaplayerservice/
MidiFile.h
47
virtual bool
isPlaying
();
/frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.h
47
virtual bool
isPlaying
();
NuPlayerDriver.cpp
180
bool NuPlayerDriver::
isPlaying
() {
/packages/apps/Gallery/src/com/android/camera/
MovieViewControl.java
71
if (mVideoView.
isPlaying
()) {
215
mWasPlayingWhenPaused = mVideoView.
isPlaying
();
/frameworks/av/libvideoeditor/lvpp/
VideoEditorPlayer.cpp
115
bool VideoEditorPlayer::
isPlaying
() {
116
ALOGV("
isPlaying
");
117
return mPlayer->
isPlaying
();
VideoEditorPlayer.h
108
virtual bool
isPlaying
();
PreviewPlayer.h
45
bool
isPlaying
() const;
/packages/apps/Mms/src/com/android/mms/ui/
SlideshowActivity.java
325
* pause command, it expects subsequent calls to {@link #
isPlaying
()} to return the right
327
* {@link #
isPlaying
()} will return the wrong value for some time. That's why we keep our
351
public boolean
isPlaying
() {
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
SoundHandleJme.java
105
public boolean
isPlaying
() {
/frameworks/base/media/tests/players/
invoke_mock_media_player.cpp
78
virtual bool
isPlaying
() {return true;}
/packages/apps/Music/src/com/android/music/
MediaPlaybackService.java
229
if(
isPlaying
()) {
240
if(
isPlaying
()) {
247
if(!
isPlaying
() && mPausedByTransientLossOfFocus) {
279
if (
isPlaying
()) {
366
if (
isPlaying
()) {
654
if (
isPlaying
()) {
687
if (
isPlaying
() || mPausedByTransientLossOfFocus) {
711
if (
isPlaying
() || mPausedByTransientLossOfFocus || mServiceInUse
[
all
...]
/cts/tests/tests/media/src/android/media/cts/
MediaPlayerFlakyNetworkTest.java
150
assertTrue(mMediaPlayer.
isPlaying
());
154
assertFalse(mMediaPlayer.
isPlaying
());
/development/ndk/platforms/android-9/samples/native-audio/src/com/example/nativeaudio/
NativeAudio.java
294
public static native void setPlayingAssetAudioPlayer(boolean
isPlaying
);
296
public static native void setPlayingUriAudioPlayer(boolean
isPlaying
);
/packages/apps/Phone/src/com/android/phone/
Ringer.java
128
return (mRingtone != null && mRingtone.
isPlaying
()) ||
325
if (r != null && !hasMessages(STOP_RING) && !r.
isPlaying
()) {
/frameworks/base/core/java/android/widget/
MediaController.java
387
if (!mDragging && mShowing && mPlayer.
isPlaying
()) {
464
if (uniqueDown && !mPlayer.
isPlaying
()) {
472
if (uniqueDown && mPlayer.
isPlaying
()) {
506
if (mPlayer.
isPlaying
()) {
514
if (mPlayer.
isPlaying
()) {
667
boolean
isPlaying
();
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
MediaPlayerProxyTestCase.java
312
assertTrue(mPlayer.
isPlaying
());
314
assertTrue(mPlayer.
isPlaying
());
316
assertFalse(mPlayer.
isPlaying
());
/development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/
NativeMedia.java
229
} else if (mMediaPlayer.
isPlaying
()) {
331
public static native void setPlayingStreamingMediaPlayer(boolean
isPlaying
);
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
NativeMedia.java
239
} else if (mMediaPlayer.
isPlaying
()) {
331
public static native void setPlayingStreamingMediaPlayer(boolean
isPlaying
);
/packages/providers/MediaProvider/src/com/android/providers/media/
RingtonePickerActivity.java
298
if (mDefaultRingtone != null && mDefaultRingtone.
isPlaying
()) {
341
if (mDefaultRingtone != null && mDefaultRingtone.
isPlaying
()) {
/development/ndk/platforms/android-9/samples/native-audio/jni/
native-audio-jni.c
319
jclass clazz, jboolean
isPlaying
)
327
result = (*uriPlayerPlay)->SetPlayState(uriPlayerPlay,
isPlaying
?
616
jclass clazz, jboolean
isPlaying
)
624
result = (*fdPlayerPlay)->SetPlayState(fdPlayerPlay,
isPlaying
?
/frameworks/av/include/media/
IMediaPlayer.h
54
virtual status_t
isPlaying
(bool* state) = 0;
/frameworks/av/media/libmedia/
mediaplayer.cpp
346
bool MediaPlayer::
isPlaying
()
351
mPlayer->
isPlaying
(&temp);
352
ALOGV("
isPlaying
: %d", temp);
359
ALOGV("
isPlaying
: no active player");
Completed in 2366 milliseconds
1
2
3
4