Searched refs:reset (Results 126 - 150 of 271) sorted by relevance

1234567891011

/frameworks/base/media/mtp/
H A DMtpPacket.cpp49 void MtpPacket::reset() { function in class:android::MtpPacket
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DKeyguardViewBase.java35 * Base class for keyguard views. {@link #reset} is where you should
36 * reset the state of your view. Use the {@link KeyguardViewCallback} via
94 * Called when you need to reset the state of your view.
96 abstract public void reset(); method in class:KeyguardViewBase
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DMockAccessibilityService.java103 public void reset() { method in class:MockAccessibilityService
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DBitmapsActivity.java102 mBitmapPaint.reset();
/frameworks/compile/slang/
H A Dslang.h224 virtual void reset();
/frameworks/media/libvideoeditor/lvpp/
H A DPreviewPlayer.h46 void reset();
H A DVideoEditorPlayer.h111 virtual status_t reset();
H A DAudioPlayerBase.cpp58 reset();
196 void AudioPlayerBase::reset() { function in class:android::AudioPlayerBase
H A DVideoEditorAudioPlayer.cpp59 reset();
385 void VideoEditorAudioPlayer::reset() { function in class:android::VideoEditorAudioPlayer
387 LOGV("reset");
388 AudioPlayerBase::reset();
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DExportTestProvider.java71 public void reset() { method in class:ExportTestProvider.MockEntityIterator
/frameworks/base/voip/java/com/android/server/sip/
H A DSipSessionGroup.java146 reset(localIp);
155 synchronized void reset(String localIp) throws SipException, IOException { method in class:SipSessionGroup
209 Log.d(TAG, " reset external addr on " + mSipStack);
580 private void reset() { method in class:SipSessionGroup.SipSessionImpl
873 reset();
1309 reset();
1359 reset();
1364 reset();
1369 reset();
1439 reset();
[all...]
/frameworks/base/core/java/android/net/http/
H A DRequest.java413 * If this request has been sent once and failed, it must be reset
416 void reset() { method in class:Request
422 mBodyProvider.reset();
425 "failed to reset body provider " +
432 // reset the fail count as we continue the request
436 HttpLog.v("*** Request.reset() to range:" + mReceivedBytes);
H A DRequestHandle.java197 /* Only repost content on a 307. If 307, reset the body
201 if (mBodyProvider != null) mBodyProvider.reset();
204 HttpLog.v("setupRedirect() failed to reset body provider");
256 if (mBodyProvider != null) mBodyProvider.reset();
259 HttpLog.v("setupAuthResponse() failed to reset body provider");
/frameworks/base/graphics/java/android/renderscript/
H A DFieldPacker.java42 public void reset() { method in class:FieldPacker
45 public void reset(int i) { method in class:FieldPacker
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DTicker.java215 mIconSwitcher.reset();
219 mTextSwitcher.reset();
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DRuimRecords.java120 adnCache.reset();
415 adnCache.reset();
/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java348 reset();
360 public void reset() { method in class:RemoteViewsAdapter.RemoteViewsMetaData
697 public void reset() { method in class:RemoteViewsAdapter.FixedSizeRemoteViewsCache
698 // Note: We do not try and reset the meta data, since that information is still used by
784 // If we encounter a crash when updating, we should reset the metadata & cache and trigger
788 metaData.reset();
791 mCache.reset();
1056 mCache.reset();
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java595 mp.reset();
647 mp.reset();
649 Log.v(TAG, "MediaPlayer.isLooping() returned true after reset()");
702 mMediaPlayer.reset();
711 public static boolean prepareAsyncCallback(String filePath, boolean reset) throws Exception { argument
714 if (reset){
759 mp.reset();
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DMatrix_Delegate.java99 public void reset() { method in class:Matrix_Delegate
100 reset(mValues);
222 reset(d.mValues);
590 reset(d.mValues);
786 private static void reset(float[] mtx) { method in class:Matrix_Delegate
869 reset();
/frameworks/base/cmds/keystore/
H A Dkeystore.cpp372 reset();
385 bool reset() { function in class:KeyStore
624 static ResponseCode reset(KeyStore* keyStore, int sock, uid_t uid, Value*, Value*) { function
625 return keyStore->reset() ? NO_ERROR : SYSTEM_ERROR;
698 {reset, 'r', STATE_ANY, RESET, {0, 0}},
/frameworks/base/core/jni/android/graphics/
H A DPath.cpp54 static void reset(JNIEnv* env, jobject clazz, SkPath* obj) { function in class:android::SkPathGlue
55 obj->reset();
271 {"native_reset","(I)V", (void*) SkPathGlue::reset},
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java25 * using either reset() - to construct an identity matrix, or one of the set..()
52 public void reset() {
260 * (deep) copy the src matrix into this matrix. If src is null, reset this
265 reset();
280 public void reset() { method in class:Matrix
/frameworks/base/libs/ui/
H A DInputTransport.cpp16 // Log debug messages about transport actions (initialize, reset, publish, ...)
207 reset();
240 return reset();
243 status_t InputPublisher::reset() { function in class:android::InputPublisher
245 LOGD("channel '%s' publisher ~ reset",
295 "not yet been reset.", mChannel->getName().string());
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DLayoutTestsExecutor.java89 * This is a number of currently running test. It is 0-based and doesn't reset after
95 /** The total number of tests to run, doesn't reset after crash */
196 /** TODO: The quota should also probably be reset somehow for every test? */
316 private void reset() { method in class:LayoutTestsExecutor
335 mEventSender.reset(mCurrentWebView);
339 Log.d(LOG_TAG + "::reset", "previousWebView != null");
402 // We only send the reset message in the former case.
452 reset();
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DCompiler.cpp228 mCodeMemMgr.reset(new CodeMemoryManager());
236 mCodeEmitter.reset(new CodeEmitter(mpResult, mCodeMemMgr.get()));
544 mCodeEmitter->reset();

Completed in 425 milliseconds

1234567891011