Searched refs:sync (Results 126 - 134 of 134) sorted by relevance

123456

/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java141 * Each periodic sync is scheduled as a periodic job. If a periodic sync fails, we create a new
143 * periodic sync. We don't allow the periodic job to run while any job initiated by it is pending.
148 * run at a later time. Similarly, when a sync succeeds, backoff is cleared and all associated syncs
149 * are rescheduled. A rescheduled sync will get a new jobId.
161 /** Delay a sync due to local changes this long. In milliseconds */
166 SystemProperties.getLong("sync.local_sync_delay", 30 * 1000 /* 30 seconds */);
170 * How long to wait before retrying a sync that failed due to one already being in progress.
175 * How often to periodically poll network traffic for an adapter performing a sync to determine
182 * {@link #SYNC_MONITOR_WINDOW_LENGTH_MILLIS} for the sync t
[all...]
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2Test.cpp24 #include <sync/sync.h>
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java10265 public void setExternalStatsSyncLocked(ExternalStatsSync sync) { argument
10266 mExternalSync = sync;
10345 FileUtils.sync(stream);
12400 FileUtils.sync(stream);
13464 void writeLocked(boolean sync) { argument
13483 if (sync) {
13510 FileUtils.sync(stream);
/frameworks/av/services/audioflinger/
H A DThreads.cpp5551 // no delay on outputs with HW A/V sync
6752 activeTrack->mResamplerBufferProvider->sync(&framesIn, &hasOverrun);
7382 void AudioFlinger::RecordThread::ResamplerBufferProvider::sync( function in class:android::AudioFlinger::RecordThread::ResamplerBufferProvider
7394 // should not happen, but treat like a massive overrun and re-sync
/frameworks/base/core/java/android/app/
H A DActivityThread.java777 boolean sync, int sendingUser, int processState) {
780 sync, false, mAppThread.asBinder(), sendingUser);
1451 // TODO: Tune this since things like gmail sync are important background but not jank perceptible.
775 scheduleReceiver(Intent intent, ActivityInfo info, CompatibilityInfo compatInfo, int resultCode, String data, Bundle extras, boolean sync, int sendingUser, int processState) argument
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java1942 public void onPermissionUpdated(int[] updatedUserIds, boolean sync) {
1945 mSettings.writeRuntimePermissionsForUserLPr(userId, sync);
3455 // builds or cases where "adb sync" is used on userdebug builds. If we detect that
3464 // Heuristic: If the /system directory has been modified recently due to an "adb sync"
10582 // TODO(b/71593002): isPrivileged for sharedUser and appInfo should never be out of sync.
12094 // If the settings aren't null, sync them up with what we've just derived.
17537 // - after doRename which will sync the package data from PackageParser.Package and its
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java3029 FileUtils.sync(stream);
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 4170 milliseconds

123456