Home
last modified time | relevance | path

Searched refs:SUSPEND (Results 1 – 19 of 19) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowVideoView.java24 public static final int SUSPEND = 2; field in ShadowVideoView
71 currentState = ShadowVideoView.SUSPEND; in suspend()
95 currentState != ShadowVideoView.SUSPEND); in canPause()
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DVideoViewTest.java99 assertThat(shadowVideoView.getCurrentVideoState(), equalTo(ShadowVideoView.SUSPEND)); in shouldSuspendPlaying()
108 assertThat(shadowVideoView.getPrevVideoState(), equalTo(ShadowVideoView.SUSPEND)); in shouldResumePlaying()
/external/autotest/server/site_tests/audio_AudioQualityAfterSuspend/
Dcontrol.internal_speaker_m4a11 PURPOSE = ("Remotely controlled internal_speaker AFTER SUSPEND "
Dcontrol.headphone_mp311 PURPOSE = "Remotely controlled headphone AFTER SUSPEND Chrome audio test."
Dcontrol.internal_speaker_wav11 PURPOSE = ("Remotely controlled internal_speaker AFTER SUSPEND "
Dcontrol.headphone_m4a11 PURPOSE = "Remotely controlled headphone AFTER SUSPEND Chrome audio test."
Dcontrol.internal_speaker_mp311 PURPOSE = ("Remotely controlled internal_speaker AFTER SUSPEND "
Dcontrol.headphone_wav11 PURPOSE = "Remotely controlled headphone AFTER SUSPEND Chrome audio test."
/external/autotest/server/site_tests/audio_AudioAfterSuspend/
Dcontrol.internal_mic11 PURPOSE = "Remotely controlled internal_mic AFTER SUSPEND audio test."
Dcontrol.headphone11 PURPOSE = "Remotely controlled headphone AFTER SUSPEND audio test."
Dcontrol.internal_speaker11 PURPOSE = "Remotely controlled internal_speaker AFTER SUSPEND audio test."
Dcontrol.external_mic11 PURPOSE = "Remotely controlled external_mic AFTER SUSPEND audio test."
Dcontrol.internal_speaker.plug11 PURPOSE = "Remotely controlled internal_speaker AFTER SUSPEND audio test."
Dcontrol.internal_mic.plug11 PURPOSE = "Remotely controlled internal_mic AFTER SUSPEND audio test."
Dcontrol.headphone.unplug11 PURPOSE = "Remotely controlled headphone AFTER SUSPEND audio test."
Dcontrol.external_mic.unplug11 PURPOSE = "Remotely controlled external_mic AFTER SUSPEND audio test."
/external/swiftshader/src/Renderer/
DRenderer.hpp279 SUSPEND enumerator
DRenderer.cpp723 while(task[threadIndex].type != Task::SUSPEND) in taskLoop()
831 if(task[i].type == Task::SUSPEND) in scheduleTask()
845 task[threadIndex].type = Task::SUSPEND; in scheduleTask()
918 case Task::SUSPEND: in executeTask()
1987 task[i].type = Task::SUSPEND; in initializeThreads()
/external/cros/system_api/dbus/power_manager/
Dpolicy.proto28 SUSPEND = 0; enumerator