Searched defs:reset (Results 176 - 200 of 295) sorted by last modified time

1234567891011>>

/frameworks/base/location/java/android/location/
H A DGpsNavigationMessage.java107 public void reset() { method in class:GpsNavigationMessage
H A DLocation.java166 public void reset() { method in class:Location
/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java1456 reset();
1557 public void reset() { method in class:Cea708CCWidget.CCHandler
H A DMediaCodec.java231 exception. Call {@link #reset} to make the codec usable again. You can call it from any state to
640 When setting the video scaling mode, note that it must be reset after each time the output
763 return false, then the {@code CodecException} is fatal and the codec must be {@linkplain #reset
764 reset} or {@linkplain #release released}.</li>
1297 <td class=fn>{@link #reset reset}</td>
1788 * error has occured to reset the codec to its initial state after creation.
1791 * could not be reset.
1794 public final void reset() { method in class:MediaCodec
2539 * may have been reset t
[all...]
H A DMediaPlayer.java117 * after {@link #reset()} is called, it is in the <em>Idle</em> state; and after
122 * MediaPlayer object and the MediaPlayer object after {@link #reset()}
134 * unchanged; but if these methods are called right after {@link #reset()},
173 * {@link #reset()} can be called to restore the object to its <em>Idle</em>
385 * <tr><td>reset </p></td>
389 * <td>After {@link #reset()}, the object is like being just created.</p></td></tr>
740 * but it is reset when the position is set.
1704 public void reset() { method in class:MediaPlayer
1716 mSubtitleController.reset();
H A DMediaRecorder.java52 * recorder.reset(); // You can reuse the object by going back to setAudioSource() step
909 public void reset() { method in class:MediaRecorder
H A DMiniThumbFile.java61 public static synchronized void reset() { method in class:MiniThumbFile
H A DSubtitleController.java303 public void reset() { method in class:SubtitleController
H A DWebVttRenderer.java309 reset();
313 void reset() { method in class:Tokenizer
1042 mTokenizer.reset();
/frameworks/base/media/java/android/media/tv/
H A DTvView.java196 * {@link #reset} is called for the main {@link TvView} or {@code setMain()} is called for other
347 public void reset() { method in class:TvView
348 if (DEBUG) Log.d(TAG, "reset()");
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp319 status_t JMediaCodec::reset() { function in class:android::JMediaCodec
320 return mCodec->reset();
1207 status_t err = codec->reset();
1212 // the transitory nature of reset(), it should not inadvertently
1716 clazz.reset(env->FindClass("android/media/MediaCodec$CryptoInfo"));
1744 clazz.reset(env->FindClass("android/media/MediaCodec$CryptoInfo$Pattern"));
1753 clazz.reset(env->FindClass("android/media/MediaCodec$CryptoException"));
1786 clazz.reset(env->FindClass("android/media/MediaCodec$CodecException"));
1808 clazz.reset(env->FindClass("android/view/Surface"));
1819 clazz.reset(en
[all...]
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrame.java194 protected void reset(FrameFormat newFormat) { method in class:Frame
H A DGLFrame.java324 protected void reset(FrameFormat newFormat) { method in class:GLFrame
326 throw new RuntimeException("Could not reset GLFrame texture parameters!");
328 super.reset(newFormat);
H A DNativeProgram.java86 public void reset() { method in class:NativeProgram
88 throw new RuntimeException("Could not reset NativeProgram!");
H A DOneShotScheduler.java46 public void reset() { method in class:OneShotScheduler
47 super.reset();
H A DProgram.java39 public void reset() { method in class:Program
H A DRandomScheduler.java38 public void reset() { method in class:RandomScheduler
H A DRoundRobinScheduler.java37 public void reset() { method in class:RoundRobinScheduler
H A DScheduler.java39 abstract void reset(); method in class:Scheduler
H A DSerializedFrame.java105 public final void reset() { method in class:SerializedFrame.DirectByteOutputStream
256 mByteOutputStream.reset();
H A DSimpleScheduler.java33 public void reset() { method in class:SimpleScheduler
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
H A DTextGraphReader.java150 reset();
155 reset();
160 private void reset() { method in class:TextGraphReader
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java596 mp.reset();
648 mp.reset();
650 Log.v(TAG, "MediaPlayer.isLooping() returned true after reset()");
703 mMediaPlayer.reset();
712 public static boolean prepareAsyncCallback(String filePath, boolean reset) throws Exception { argument
715 if (reset){
760 mp.reset();
/frameworks/base/core/tests/coretests/src/android/animation/
H A DValueAnimatorTests.java744 updateListener1.reset();
1072 void reset() { method in class:ValueAnimatorTests.MyUpdateListener
/frameworks/base/core/tests/coretests/src/android/transition/
H A DSlideTransitionTest.java71 ratchet.reset();
154 public void reset() { method in class:SlideTransitionTest.SlideTranslationValueRatchet

Completed in 1097 milliseconds

1234567891011>>