Home
last modified time | relevance | path

Searched refs:waitForCompletion (Results 1 – 25 of 28) sorted by relevance

12

/cts/tests/tests/textureview/src/android/textureview/cts/
DTextureViewTest.java31 if (!getActivity().waitForCompletion()) in testTextureViewStress48Hz()
38 if (!getActivity().waitForCompletion()) in testTextureViewStress60Hz()
45 if (!getActivity().waitForCompletion()) in testTextureViewStress70Hz()
52 if (!getActivity().waitForCompletion()) in testTextureViewStress200Hz()
DTextureViewSnapshotTest.java29 if (!getActivity().waitForCompletion()) in testTextureViewGrabSnapshot()
DTextureViewSnapshotTestActivity.java50 public Boolean waitForCompletion() { in waitForCompletion() method in TextureViewSnapshotTestActivity
DTextureViewTestActivity.java72 public Boolean waitForCompletion() { in waitForCompletion() method in TextureViewTestActivity
/cts/suite/audio_quality/lib/include/audio/
DAudioRemote.h48 virtual bool waitForCompletion();
58 virtual bool waitForCompletion();
DAudioHardware.h86 virtual bool waitForCompletion() = 0;
DAudioLocal.h39 virtual bool waitForCompletion();
DRemoteAudio.h79 bool waitForCompletion(android::sp<android::MessageHandler>& command, int timeInMSec);
/cts/suite/audio_quality/lib/src/audio/
DAudioRemote.cpp51 bool AudioRemotePlayback::waitForCompletion() in waitForCompletion() function in AudioRemotePlayback
79 bool AudioRemoteRecording::waitForCompletion() in waitForCompletion() function in AudioRemoteRecording
DRemoteAudio.cpp156 bool RemoteAudio::waitForCompletion(android::sp<android::MessageHandler>& command, int timeInMSec) in waitForCompletion() function in RemoteAudio
175 return waitForCompletion(commandHandler, runTime + CLIENT_WAIT_TIMEOUT_MSEC); in waitForPlaybackOrRecordingCompletion()
192 waitForCompletion(command, CLIENT_WAIT_TIMEOUT_MSEC); in doStop()
211 if (!waitForCompletion(mDownloadHandler, maxWaitTime)) { in downloadData()
259 if (!waitForCompletion(mPlaybackHandler, CLIENT_WAIT_TIMEOUT_MSEC)) { in startPlayback()
294 if (!waitForCompletion(mRecordingHandler, CLIENT_WAIT_TIMEOUT_MSEC)) { in startRecording()
321 if (!waitForCompletion(mDeviceInfoHandler, CLIENT_WAIT_TIMEOUT_MSEC)) { in getDeviceInfo()
DAudioLocal.cpp55 bool AudioLocal::waitForCompletion() in waitForCompletion() function in AudioLocal
/cts/suite/audio_quality/test/
DAudioRecordPlayTestCommon.h73 ASSERT_TRUE(mAudioRecordingHw->waitForCompletion()); in PlayAndRecord()
74 ASSERT_TRUE(mAudioPlaybackHw->waitForCompletion()); in PlayAndRecord()
DAudioPlayTestCommon.h67 ASSERT_TRUE(mAudioHw->waitForCompletion()); in playAll()
/cts/tools/cts-holo-generation/src/com/android/cts/holo_capture/
DCaptureHolo.java34 activity.waitForCompletion(); in testCaptureHolo()
DCaptureActivity.java30 public void waitForCompletion() throws InterruptedException { in waitForCompletion() method in CaptureActivity
/cts/tests/tests/graphics2/src/android/graphics2/cts/
DTextureViewTest.java44 assertTrue(mActivity.waitForCompletion(WAIT_TIMEOUT_IN_SECS)); in testTextureViewActivity()
DTextureViewCameraActivity.java109 public boolean waitForCompletion(long timeoutInSecs) throws InterruptedException { in waitForCompletion() method in TextureViewCameraActivity
/cts/hostsidetests/theme/app/src/android/theme/app/
DReferenceImagesTest.java40 activity.waitForCompletion(TEST_RESULT_TIMEOUT)); in testGenerateReferenceImages()
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java305 public boolean waitForCompletion() { in waitForCompletion() method in StorageManagerTest.ObbObserver
368 observer.waitForCompletion()); in mountObb()
391 assertTrue("Mount should have completed", observer.waitForCompletion()); in waitForObbActionCompletion()
413 observer.waitForCompletion()); in unmountObb()
/cts/tests/openglperf2/src/android/opengl2/cts/reference/
DGLReferenceActivity.java51 public void waitForCompletion() throws Exception { in waitForCompletion() method in GLReferenceActivity
DGLReferenceBenchmark.java51 activity.waitForCompletion(); in testReferenceBenchmark()
/cts/suite/audio_quality/lib/src/task/
DTaskInput.cpp85 bool result = mHw->waitForCompletion(); in complete()
DTaskOutput.cpp88 result = mHw->waitForCompletion(); in complete()
/cts/tests/tests/net/src/android/net/cts/
DLocalSocketTest.java250 inputStreamReader.waitForCompletion(5000); in testFlushWorks()
286 public void waitForCompletion(long waitMillis) throws Exception { in waitForCompletion() method in LocalSocketTest.StreamReader
/cts/tests/openglperf2/src/android/opengl2/cts/primitive/
DGLPrimitiveBenchmark.java134 activity.waitForCompletion(); in runBenchmark()

12