Home
last modified time | relevance | path

Searched refs:prepare (Results 1 – 25 of 117) sorted by relevance

12345

/cts/tests/tests/os/src/android/os/cts/
DLooperTest.java54 Looper.prepare(); in testLoop()
74 Looper.prepare(); in testMyLooper()
87 Looper.prepare(); in testIsCurrentThread()
106 Looper.prepare(); in testMyQueue()
118 Looper.prepare(); in testGetQueue()
130 Looper.prepare(); in testPrepare()
133 Looper.prepare(); in testPrepare()
163 Looper.prepare(); in testQuit()
195 Looper.prepare(); in testSetMessageLogging()
/cts/tests/tests/telephony/src/android/telephony/cts/
DPhoneStateListenerTest.java75 Looper.prepare(); in testPhoneStateListener()
92 Looper.prepare(); in testOnServiceStateChanged()
129 Looper.prepare(); in testOnSignalStrengthChanged()
166 Looper.prepare(); in testOnSignalStrengthsChanged()
214 Looper.prepare(); in testOnMessageWaitingIndicatorChanged()
253 Looper.prepare(); in testOnCallForwardingIndicatorChanged()
291 Looper.prepare(); in testOnCellLocationChanged()
328 Looper.prepare(); in testOnCallStateChanged()
365 Looper.prepare(); in testOnDataConnectionStateChanged()
403 Looper.prepare(); in testOnDataActivity()
/cts/hostsidetests/incident/src/com/android/server/cts/
DAppWidgetIncidentTest.java56 WidgetProto widget = prepare("testBindWidget1"); in testAppWidgetProtoDump_firstComponent()
78 WidgetProto widget = prepare("testBindWidget2"); in testAppWidgetProtoDump_secondComponent()
100 WidgetProto widget = prepare("testAllocateOnlyWidget1"); in testAppWidgetProtoDump_firstComponentNotBound()
108 private WidgetProto prepare(String testMethodName) throws Exception { in prepare() method in AppWidgetIncidentTest
/cts/tests/tests/mediastress/src/android/mediastress/cts/
DCodecTest.java85 mp.prepare(); in getDuration()
105 mp.prepare(); in getCurrentPosition()
132 mp.prepare(); in seekTo()
159 mp.prepare(); in setLooping()
196 mp.prepare(); in pause()
221 mp.prepare(); in prepareStopRelease()
230 mp.prepare(); in preparePauseRelease()
264 mMediaPlayer.prepare(); in videoHeight()
300 mMediaPlayer.prepare(); in videoWidth()
325 mp.prepare(); in videoSeekTo()
[all …]
DMediaRecorderStressTest.java102 Looper.prepare(); in setUp()
278 mRecorder.prepare(); in testStressRecorder()
366 mRecorder.prepare(); in testStressCameraSwitchRecorder()
382 mp.prepare(); in validateRecordedVideo()
444 mRecorder.prepare(); in testStressRecordVideoAndPlayback()
454 mp.prepare(); in testStressRecordVideoAndPlayback()
/cts/suite/audio_quality/test/
DFileUtilTest.cpp32 ASSERT_TRUE(FileUtil::prepare(dirPath)); in TEST_F()
36 ASSERT_TRUE(FileUtil::prepare(dirPath2)); in TEST_F()
DAudioPlayTestCommon.h65 ASSERT_TRUE(mAudioHw->prepare(AudioHardware::ESampleRate_44100, DEFAULT_VOLUME)); in playAll()
75 ASSERT_TRUE(mAudioHw->prepare(AudioHardware::ESampleRate_44100, DEFAULT_VOLUME)); in repeatPlayStop()
84 ASSERT_TRUE(mAudioHw->prepare(AudioHardware::ESampleRate_44100, DEFAULT_VOLUME)); in playWrongUsage()
DAudioRecordPlayTestCommon.h66 ASSERT_TRUE(mAudioPlaybackHw->prepare(AudioHardware::ESampleRate_44100, DEFAULT_VOLUME)); in PlayAndRecord()
67 ASSERT_TRUE(mAudioRecordingHw->prepare(AudioHardware::ESampleRate_44100, DEFAULT_VOLUME)); in PlayAndRecord()
/cts/hostsidetests/security/securityPatch/CVE-2016-8431/
Dpoc.c41 static int prepare() in prepare() function
64 prepare(); in main()
/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerTest.java140 mMediaPlayer.prepare(); in testIfMediaServerDied()
159 mp2.prepare(); in testVorbisCrash()
168 mp.prepare(); in testVorbisCrash()
238 mp.prepare(); in testPlayAudioFromDataURI()
292 mp.prepare();
410 mp.prepare(); in testPlayMidi()
521 player.prepare();
748 mp1.prepare();
759 mp2.prepare();
988 recorder.prepare();
[all …]
/cts/hostsidetests/security/securityPatch/CVE-2016-6732/
Dpoc.c96 static void prepare() in prepare() function
126 prepare(); in main()
/cts/hostsidetests/theme/app/src/android/theme/app/
DLayoutModifier.java27 void prepare(); in prepare() method
/cts/hostsidetests/theme/app/src/android/theme/app/modifiers/
DAbstractLayoutModifier.java27 public void prepare() { in prepare() method in AbstractLayoutModifier
/cts/common/util/src/com/android/compatibility/common/util/
DMeasureRun.java26 public void prepare(int i) throws Exception { in prepare() method in MeasureRun
DMeasureTime.java36 run.prepare(i); in measure()
/cts/hostsidetests/security/securityPatch/CVE-2016-6733/
Dpoc.c96 static void prepare() in prepare() function
127 prepare(); in main()
/cts/hostsidetests/security/securityPatch/CVE-2016-6734/
Dpoc.c101 static void prepare() in prepare() function
129 prepare(); in main()
/cts/hostsidetests/security/securityPatch/CVE-2016-6735/
Dpoc.c100 static void prepare() in prepare() function
128 prepare(); in main()
/cts/tests/tests/media/libmediandkjni/
Dnative_media_encoder_jni.cpp56 Status prepare(std::unique_ptr<RunConfig> config, std::shared_ptr<ANativeWindow> anw = nullptr);
107 Status NativeEncoder::prepare( in prepare() function in NativeEncoder
345 enc->prepare(std::move(runConfig), persistentSurface); in runNativeEncoderTest()
346 src->prepare(nullptr /*bufferListener*/, persistentSurface); in runNativeEncoderTest()
348 enc->prepare(std::move(runConfig)); in runNativeEncoderTest()
349 src->prepare(nullptr /*bufferListener*/, enc->getSurface()); in runNativeEncoderTest()
/cts/hostsidetests/security/securityPatch/CVE-2016-6730/
Dpoc.c104 static void prepare() in prepare() function
132 prepare(); in main()
/cts/hostsidetests/security/securityPatch/CVE-2016-6731/
Dpoc.c104 static void prepare() in prepare() function
132 prepare(); in main()
/cts/hostsidetests/security/securityPatch/CVE-2016-6736/
Dpoc.c114 static void prepare() in prepare() function
142 prepare(); in main()
/cts/hostsidetests/security/securityPatch/CVE-2016-8432/
Dpoc.c58 static int prepare() in prepare() function
112 prepare(); in main()
/cts/suite/audio_quality/lib/include/
DFileUtil.h38 static bool prepare(android::String8& dirPath);
/cts/suite/audio_quality/lib/include/audio/
DAudioHardware.h64 virtual bool prepare(SamplingRate samplingRate, int volume, int mode = EModeVoice) = 0;

12345