Home
last modified time | relevance | path

Searched refs:stop (Results 1 – 25 of 214) sorted by relevance

123456789

/cts/tests/tests/appop/AppForDiscreteTest/src/android/app/appops/cts/appfordiscretetest/
DAppOpsForegroundControlService.kt48 AppOpsForegroundControlForegroundService.stop() in onBind()
56 AppOpsForegroundControlLocationForegroundService.stop() in onBind()
61 AppOpsForegroundControlForegroundService.stop() in onBind()
62 AppOpsForegroundControlLocationForegroundService.stop() in onBind()
/cts/tests/tests/appop/AppThatCanBeForcedIntoForegroundStates/src/android/app/appops/cts/appthatcanbeforcedintoforegroundstates/
DAppOpsForegroundControlService.kt48 AppOpsForegroundControlForegroundService.stop() in onBind()
56 AppOpsForegroundControlLocationForegroundService.stop() in onBind()
61 AppOpsForegroundControlForegroundService.stop() in onBind()
62 AppOpsForegroundControlLocationForegroundService.stop() in onBind()
/cts/tests/media/src/android/mediav2/cts/
DCodecUnitTest.java464 mCodec.stop(); in testConfigureInInitState()
484 mCodec.stop(); in testConfigureAfterStart()
504 mCodec.stop(); in testConfigureAfterQueueInputBuffer()
523 mCodec.stop(); in testConfigureInEOSState()
545 mCodec.stop(); in testConfigureInFlushState()
558 mCodec.stop(); in testConfigureInUnInitState()
565 mCodec.stop(); in testConfigureInUnInitState()
592 mCodec.stop(); in testDequeueInputBufferInUnInitState()
611 mCodec.stop(); in testDequeueInputBufferInInitState()
633 mCodec.stop(); in testDequeueInputBufferInRunningState()
[all …]
DCodecDecoderSurfaceTest.java82 mCodec.stop(); in decodeAndSavePts()
174 if (false) mCodec.stop(); in testSimpleDecodeToSurface()
274 if (false) mCodec.stop(); in testFlush()
349 if (false) mCodec.stop(); in testReconfigure()
365 if (false) mCodec.stop(); in testReconfigure()
386 if (false) mCodec.stop(); in testReconfigure()
/cts/tests/tests/graphics/src/android/graphics/cts/utils/
DMathUtils.java28 public static float lerp(float start, float stop, float amount) { in lerp() argument
29 return start + (stop - start) * amount; in lerp()
/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/users/
DUserReferenceTest.java122 UserReference user = sTestApis.users().createUser().create().stop(); in start_userNotStarted_userIsStarted()
147 () -> sTestApis.users().find(NON_EXISTING_USER_ID).stop()); in stop_userDoesNotExist_throwsException()
153 sDeviceState.secondaryUser().stop(); in stop_userStarted_userIsStopped()
161 sDeviceState.secondaryUser().stop(); in stop_userNotStarted_doesNothing()
163 sDeviceState.secondaryUser().stop(); in stop_userNotStarted_doesNothing()
202 sDeviceState.workProfile().stop(); in stop_isWorkProfileOfCurrentUser_stops()
/cts/tests/tests/media/src/android/media/cts/
DRoutingTest.java182 audioTrack.stop(); in test_audioTrack_incallMusicRoutingPermissions()
449 public void stop() { mPlaying = false; } in stop() method in RoutingTest.AudioTrackFiller
489 filler.stop(); in test_audioTrack_getRoutedDevice()
490 audioTrack.stop(); in test_audioTrack_getRoutedDevice()
526 public void stop() { mRecording = false; } in stop() method in RoutingTest.AudioRecordPuller
568 puller.stop(); in test_audioRecord_getRoutedDevice()
569 audioRecord.stop(); in test_audioRecord_getRoutedDevice()
664 mediaPlayer.stop(); in test_mediaPlayer_preferredDevice()
679 mediaPlayer.stop(); in test_mediaPlayer_getRoutedDevice()
711 mediaPlayer.stop(); in test_MediaPlayer_RoutingListener()
[all …]
DAudioPlaybackCaptureTest.java230 audioRecord.stop(); // Force an reroute in testPlaybackCapture()
231 mediaPlayer.stop(); in testPlaybackCapture()
385 mMediaProjection.stop(); in testStoppedMediaProjection()
417 mMediaProjection.stop(); in testStopMediaProjectionDuringCapture()
434 audioRecord.stop(); in testStopMediaProjectionDuringCapture()
442 mediaPlayer.stop(); in testStopMediaProjectionDuringCapture()
489 audioRecords.peek().stop(); in testPlaybackCaptureDoS()
502 mediaPlayer.stop(); in testPlaybackCaptureDoS()
507 audioRecord.stop(); in testPlaybackCaptureDoS()
DAsyncPlayerTest.java36 asyncPlayer.stop(); in testAsyncPlayer()
46 asyncPlayer.stop(); in testAsyncPlayerAudioAttributes()
DAudioRecordSharedAudioTest.java99 record.stop(); in testPermissionFailure()
125 record.stop(); in testPermissionSuccess()
169 record.stop(); in testBadValues()
223 record2.stop(); in testCapturesMatch()
224 record1.stop(); in testCapturesMatch()
DNonBlockingAudioTrack.java122 public void stop() { in stop() method in NonBlockingAudioTrack
124 mAudioTrack.stop(); in stop()
170 mAudioTrack.stop(); in process()
DSoundPoolTest.java195 mSoundPool.stop(streamID); in testSoundPoolOp()
211 mSoundPool.stop(streamID); in testSoundPoolOp()
235 mSoundPool.stop(streamID1); in testMultiSound()
239 mSoundPool.stop(streamID2); in testMultiSound()
277 mSoundPool.stop(stream); in testLoadMore()
368 soundPool.stop(stream); in testAutoPauseResume()
407 mSoundPool.stop(stream); in waitUntilLoaded()
DSdkMediaCodec.java78 public final void stop() { in stop() method in SdkMediaCodec
79 mCodec.stop(); in stop()
/cts/tests/tests/content/src/android/content/cts/
DContextMoreTest.java50 final AtomicBoolean stop = new AtomicBoolean(false); in testGetSystemService_multiThreaded() local
67 if (stop.get()) { in testGetSystemService_multiThreaded()
97 stop.set(true); in testGetSystemService_multiThreaded()
/cts/tests/tests/webkit/src/android/webkit/cts/
DTracingControllerTest.java145 TracingController.getInstance().stop(null, singleThreadExecutor);
207 assertFalse(tracingController.stop(null, singleThreadExecutor));
228 assertTrue(tracingController.stop(null, singleThreadExecutor));
305 assertTrue(tracingController.stop(tracingReceiver, executor));
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
DReceiveUriService.java72 public static void stop(Context context) { in stop() method in ReceiveUriService
93 stop(context); in stopSync()
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DCodecTest.java117 mp.stop(); in getCurrentPosition()
141 mp.stop(); in seekTo()
179 mp.stop(); in setLooping()
213 mp.stop(); in pause()
223 mp.stop(); in prepareStopRelease()
370 mp.stop(); in seekToEnd()
397 mp.stop(); in shortMediaStop()
427 mp.stop(); in playToEnd()
451 mp.stop(); in seektoBeforeStart()
473 mRecorder.stop(); in mediaRecorderRecord()
/cts/apps/CtsVerifier/jni/megaaudio/common/
DOboeStream.cpp61 result = mAudioStream->stop(); in teardownStream_l()
103 oboe::Result result = mAudioStream->stop(); in stopStream()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioRecordHelper.java85 public void stop() { in stop() method in AudioRecordHelper
88 audioRecord.stop(); in stop()
/cts/suite/audio_quality/client/src/com/android/cts/audiotest/
DAudioProtocol.java92 public void stop() throws InterruptedException { in stop() method in AudioProtocol
115 track.stop(); in onMarkerReached()
197 mRecord.stop(); in reset()
208 mPlayback.stop(); in reset()
318 mPlayback.stop(); in handleStopPlayback()
387 mRecord.stop(); in handleStartRecording()
404 mRecord.stop(); in handleStopRecording()
/cts/apps/CtsVerifier/jni/megaaudio/recorder/
DDefaultAudioSink.cpp26 void DefaultAudioSink::stop() { in stop() function in DefaultAudioSink
DDefaultAudioSink.h24 virtual void stop();
/cts/apps/CtsVerifier/src/org/hyphonate/megaaudio/recorder/
DAudioSink.java27 public void stop(int lastBufferFrames) {} in stop() method in AudioSink
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
DTestCase.java81 stop(); in start()
113 public void stop() { in stop() method in TestCase
/cts/apps/CtsVerifier/src/com/android/cts/verifier/wifiaware/
DBaseTestCase.java84 stop(); in start()
121 public void stop() { in stop() method in BaseTestCase

123456789