Searched refs:resume (Results 1 - 25 of 148) sorted by relevance

123456

/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/src/android/support/transition/
H A DAnimatorUtils.java45 static void resume(@NonNull Animator animator) { method in class:AnimatorUtils
46 IMPL.resume(animator);
/frameworks/support/transition/base/android/support/transition/
H A DAnimatorUtilsImpl.java29 void resume(@NonNull Animator animator); method in interface:AnimatorUtilsImpl
/frameworks/av/media/libmediaplayerservice/
H A DRemoteDisplay.cpp52 status_t RemoteDisplay::resume() { function in class:android::RemoteDisplay
53 return mSource->resume();
H A DRemoteDisplay.h41 virtual status_t resume();
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-int-param/
H A DACTIVITY.java.template46 mView.resume();
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-simple/
H A DACTIVITY.java.template42 mView.resume();
/frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-simple-exit/
H A DACTIVITY.java.template46 mView.resume();
/frameworks/av/include/media/
H A DIRemoteDisplay.h43 virtual status_t resume() = 0;
/frameworks/av/media/libmedia/include/media/
H A DIRemoteDisplay.h43 virtual status_t resume() = 0;
/frameworks/av/media/libmedia/
H A DIRemoteDisplay.cpp45 virtual status_t resume() { function in class:android::BpRemoteDisplay
85 reply->writeInt32(resume());
/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();
/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.h39 void resume();
/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
H A DAudioWatchdog.h63 void resume(); // allow thread to execute, if not requested to exit
/frameworks/base/core/jni/
H A Dandroid_media_RemoteDisplay.cpp125 void resume() { function in class:android::NativeRemoteDisplay
126 mDisplay->resume();
170 wrapper->resume();
/frameworks/base/services/core/java/com/android/server/wm/
H A DBoundsAnimationController.java170 private final Runnable mResumeRunnable = () -> resume();
233 // The target will notify us via BoundsAnimationController#resume.
251 public void resume() { method in class:BoundsAnimationController.BoundsAnimator
252 if (DEBUG) Slog.d(TAG, "resume:");
254 super.resume();
447 mHandler.post(this::resume);
450 private void resume() { method in class:BoundsAnimationController
453 b.resume();
/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/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/telephony/java/com/android/ims/internal/
H A DIImsCallSession.aidl164 * @param profile stream media profile {@link ImsStreamMediaProfile} to resume the call
167 void resume(in ImsStreamMediaProfile profile);
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
H A DRSTest_v11.java66 mView.resume();
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
H A DRSTest_v14.java65 mView.resume();
79 // continue/resume this test ever. It should always start fresh.
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
H A DRSTest_v16.java65 mView.resume();
79 // continue/resume this test ever. It should always start fresh.
/frameworks/support/transition/api14/android/support/transition/
H A DAnimatorUtilsApi14.java49 public void resume(@NonNull Animator animator) { method in class:AnimatorUtilsApi14

Completed in 828 milliseconds

123456