Searched defs:resume (Results 1 - 25 of 76) sorted by relevance

1234

/frameworks/av/media/libmediaplayerservice/
H A DRemoteDisplay.cpp52 status_t RemoteDisplay::resume() { function in class:android::RemoteDisplay
53 return mSource->resume();
/frameworks/support/transition/api19/android/support/transition/
H A DAnimatorUtilsApi19.java38 public void resume(@NonNull Animator animator) { method in class:AnimatorUtilsApi19
39 animator.resume();
/frameworks/support/transition/base/android/support/transition/
H A DAnimatorUtilsImpl.java29 void resume(@NonNull Animator animator); method in interface:AnimatorUtilsImpl
/frameworks/support/transition/src/android/support/transition/
H A DAnimatorUtils.java45 static void resume(@NonNull Animator animator) { method in class:AnimatorUtils
46 IMPL.resume(animator);
/frameworks/av/media/libmedia/
H A DIRemoteDisplay.cpp45 virtual status_t resume() { function in class:android::BpRemoteDisplay
85 reply->writeInt32(resume());
H A Dmediarecorder.cpp635 status_t MediaRecorder::resume() function in class:android::MediaRecorder
637 ALOGV("resume");
643 ALOGE("resume called in an invalid state: %d", mCurrentState);
647 status_t ret = mMediaRecorder->resume();
649 ALOGE("resume failed: %d", ret);
/frameworks/av/services/audioflinger/
H A DAudioWatchdog.cpp47 // ignore previous timestamp after resume()
49 // force an immediate log on first underrun after resume()
114 resume();
123 void AudioWatchdog::resume() function in class:android::AudioWatchdog
/frameworks/support/transition/api14/android/support/transition/
H A DAnimatorUtilsApi14.java49 public void resume(@NonNull Animator animator) { method in class:AnimatorUtilsApi14
/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.cpp79 void MediaPuller::resume() { function in class:android::MediaPuller
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DRootScanner.java81 synchronized CountDownLatch resume() { method in class:RootScanner
H A DDocumentLoader.java95 resume();
103 synchronized void resume() { method in class:DocumentLoader
/frameworks/base/rs/java/android/renderscript/
H A DRSSurfaceView.java123 * recreate the OpenGL display and resume the rendering
127 public void resume() { method in class:RSSurfaceView
129 mRS.resume();
H A DRSTextureView.java131 * recreate the OpenGL display and resume the rendering
135 public void resume() { method in class:RSTextureView
137 mRS.resume();
H A DRenderScriptGL.java272 public void resume() { method in class:RenderScriptGL
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DNetworkLogger.java169 void resume() { method in class:NetworkLogger
171 mNetworkLoggingHandler.resume();
H A DNetworkLoggingHandler.java154 void resume() { method in class:NetworkLoggingHandler
158 Slog.d(TAG, "Attempted to resume network logging, but logging is not paused.");
H A DSecurityLogMonitor.java170 void resume() { method in class:SecurityLogMonitor
174 Log.d(TAG, "Attempted to resume, but logging is not paused.");
/frameworks/av/media/libstagefright/webm/
H A DWebmFrameThread.h39 virtual status_t resume() { return OK; } function in class:android::WebmFrameThread
137 status_t resume();
/frameworks/base/media/java/android/media/
H A DRemoteDisplay.java99 public void resume() { method in class:RemoteDisplay
/frameworks/support/fragment/tests/java/android/support/v4/app/
H A DFragmentTestUtil.java168 public static void resume(ActivityTestRule<? extends Activity> rule, method in class:FragmentTestUtil
/frameworks/wilhelm/src/itf/
H A DIDynamicInterfaceManagement.cpp261 // currently being resumed (will not auto-cancel an asynchronous resume)
279 // Parameter self is the DynamicInterface, and MPH specifies which interface to resume.
312 VoidHook resume = MPH_init_table[MPH].mResume; local
313 if (NULL != resume) {
314 (*resume)(thisItf);
389 // Engine was destroyed during resume, or insufficient memory,
412 VoidHook resume = MPH_init_table[MPH].mResume; local
413 if (NULL != resume) {
414 (*resume)(thisItf);
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerSource.h78 virtual void resume() {} function in struct:android::NuPlayer::Source
/frameworks/av/media/libstagefright/
H A DAudioPlayer.cpp294 status_t AudioPlayer::resume() { function in class:android::AudioPlayer
/frameworks/base/core/java/android/os/
H A DUpdateEngine.java40 * {@link #suspend}/{@link #resume} application of an update.
199 * update with the ability to resume it later.
212 * {@link #resume}.
227 public void resume() { method in class:UpdateEngine
229 mUpdateEngine.resume();
/frameworks/base/core/jni/
H A Dandroid_media_RemoteDisplay.cpp125 void resume() { function in class:android::NativeRemoteDisplay
126 mDisplay->resume();
170 wrapper->resume();

Completed in 605 milliseconds

1234