HomeSort by relevance Sort by last modified time
    Searched refs:PAUSED (Results 26 - 50 of 52) sorted by null

12 3

  /frameworks/av/media/libmedia/
SoundPool.cpp 816 mState = PAUSED;
826 mState = PAUSED;
835 if (mState == PAUSED) {
846 if (mAutoPaused && (mState == PAUSED)) {
  /frameworks/av/media/libstagefright/wifi-display/source/
WifiDisplaySource.h 66 PAUSED,
WifiDisplaySource.cpp 274 && mState == PAUSED) {
349 if (mState != PAUSED) {
    [all...]
  /frameworks/av/services/audioflinger/
Tracks.cpp 542 case PAUSED:
681 if (state == PAUSED || state == PAUSING) {
685 ALOGV("PAUSED => STOPPING_1 (%d) on thread %p", mName, this);
688 ALOGV("PAUSED => RESUMING (%d) on thread %p", mName, this);
730 if (state == RESUMING || state == ACTIVE || state == PAUSING || state == PAUSED) {
731 // If the track is not active (PAUSED and buffers full), flush buffers
816 mState != PAUSED && mState != PAUSING && mState != IDLE && mState != FLUSHED) {
819 // No point remaining in PAUSED state after a flush => go to
822 // do not reset the track if it is still in the process of being stopped or paused.
    [all...]
Threads.cpp     [all...]
  /external/chromium_org/ui/file_manager/video_player/js/cast/
cast_video_element.js 107 get paused() {
113 this.castMedia_.playerState === chrome.cast.media.PlayerState.PAUSED);
267 this.castMedia_.playerState === chrome.cast.media.PlayerState.PAUSED) {
  /packages/apps/UnifiedEmail/src/com/android/mail/photo/
MailPhotoViewController.java 259 if (attachment.state == UIProvider.AttachmentState.PAUSED) {
322 // For an attachment that is downloading (or paused in the DownloadManager), we need to
  /external/chromium_org/chrome/browser/resources/downloads/
downloads.js 451 PAUSED: 'PAUSED',
622 this.state_ == Download.States.PAUSED;
750 case Download.States.PAUSED:
    [all...]
  /external/chromium_org/content/browser/loader/
resource_scheduler.cc 331 SetThrottleState(PAUSED);
414 if (throttle_state_ != PAUSED) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Attachment.java 426 return state == AttachmentState.DOWNLOADING || state == AttachmentState.PAUSED;
438 return (state == AttachmentState.DOWNLOADING || state == AttachmentState.PAUSED)
UIProvider.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStack.java 139 PAUSED,
176 * next one, this variable holds the activity that is currently being paused.
181 * This is the last activity that we put into the paused state. This is
183 * when we normally hold the top activity paused.
189 * If the device goes to sleep with such an activity in the paused state then we save it here
710 // Still have something resumed; can't sleep until it is paused.
768 * is already an activity being paused or there is no resumed activity.
    [all...]
ActivityStackSupervisor.java 247 * successfully paused the current activity and released our wake lock.
601 // TODO: Not sure if this should check if all Paused are complete too.
626 * @return true if any activity was paused as a result of this call.
652 if (r != null && r.state != ActivityState.PAUSED
    [all...]
  /prebuilts/misc/common/android-support-test/
android-support-test.jar 
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 686 // Video paused, send video ID and video elapsed time
687 if (event.data == YT.PlayerState.PAUSED) {
688 ga('send', 'event', 'Videos', 'Paused',
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 2563 milliseconds

12 3