HomeSort by relevance Sort by last modified time
    Searched full:resume (Results 651 - 675 of 3201) sorted by null

<<21222324252627282930>>

  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaCodecSource.h 112 // Resume GraphicBufferSource at resumeStartTimeUs. Buffers
116 void resume(int64_t resumeStartTimeUs = -1ll);
  /frameworks/base/services/core/java/com/android/server/wm/
BoundsAnimationController.java 165 private final Runnable mResumeRunnable = () -> resume();
236 // The target will notify us via BoundsAnimationController#resume.
254 public void resume() { method in class:BoundsAnimationController.BoundsAnimator
255 if (DEBUG) Slog.d(TAG, "resume:");
257 super.resume();
456 mHandler.post(this::resume);
459 private void resume() { method in class:BoundsAnimationController
462 b.resume();
  /packages/apps/Settings/src/com/android/settings/applications/
AppStateBaseBridge.java 51 public void resume() { method in class:AppStateBaseBridge
53 mAppSession.resume();
  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
AppStateBaseBridge.java 51 public void resume() { method in class:AppStateBaseBridge
53 mAppSession.resume();
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadJobService.java 35 * we just reschedule the job and resume again in the future.
87 // and reschedule ourselves to resume in the future.
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DeviceBatteryLevelCheckerTest.java 82 * Low battery with a resume level very low to check a resume if some level are reached.
  /developers/build/prebuilts/gradle/PictureInPicture/app/src/main/res/values/
strings.xml 32 resume the video.
  /developers/build/prebuilts/gradle/PictureInPicture/kotlinApp/app/src/main/res/values/
strings.xml 32 resume the video.
  /developers/samples/android/media/PictureInPicture/app/src/main/res/values/
strings.xml 32 resume the video.
  /developers/samples/android/media/PictureInPicture/kotlinApp/app/src/main/res/values/
strings.xml 32 resume the video.
  /development/ndk/platforms/android-9/arch-mips/include/asm/
system.h 34 #define switch_to(prev, next, last) do { __mips_mt_fpaff_switch_to(prev); if (cpu_has_dsp) __save_dsp(prev); (last) = resume(prev, next, task_thread_info(next)); } while (0)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/
CpuBreakpoint.c 27 that code can resume normal execution after the breakpoint.
CpuBreakpointMsc.c 27 that code can resume normal execution after the breakpoint.
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Ppi/
SmmCommunication.h 6 This Ppi is produced and consumed only in S3 resume boot path.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
S3SmmSaveState.h 5 On an S3 resume boot path the data stored via this protocol is replayed in the order it was stored.
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/AArch64/
CpuBreakpoint.S 26 # that code can resume normal execution after the breakpoint.
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Arm/
CpuBreakpoint.S 25 # that code can resume normal execution after the breakpoint.
CpuBreakpoint.asm 25 ; that code can resume normal execution after the breakpoint.
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ebc/
CpuBreakpoint.c 27 that code can resume normal execution after the breakpoint.
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Include/Protocol/
QncS3Support.h 67 Set an item to be dispatched at S3 resume time. At the same time, the entry point
  /device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/
CpuS3DataDxe.inf 7 # register initialization tables for ACPI S3 resume. It also only supports the
  /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
ComplexField.java 68 // CHECKSTYLE: resume HideUtilityClassConstructor
  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
BigFractionField.java 68 // CHECKSTYLE: resume HideUtilityClassConstructor
FractionField.java 68 // CHECKSTYLE: resume HideUtilityClassConstructor
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
BigRealField.java 68 // CHECKSTYLE: resume HideUtilityClassConstructor

Completed in 533 milliseconds

<<21222324252627282930>>