Searched defs:sync (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/base/core/tests/overlaytests/
H A Druntests.sh62 function sync() function
66 $adb sync data | tee -a $log
69 # build and sync
72 sync
/frameworks/rs/
H A Dspec.h26 int sync; member in struct:__anon1575
/frameworks/base/services/java/com/android/server/
H A DRandomBlock.java65 void toFile(String filename, boolean sync) throws IOException { argument
69 out = new RandomAccessFile(filename, sync ? "rws" : "rw");
/frameworks/base/core/java/android/webkit/
H A DWebSyncManager.java27 // message code for sync message
29 // time delay in millisec for a sync (now) message
31 // time delay in millisec for a sync (later) message
37 // handler of the sync thread
44 // Ref count for calls to start/stop sync
54 Log.v(LOGTAG, "*** WebSyncManager sync ***");
58 // send a delayed message to request sync later
82 // prepare Looper for sync handler
96 * sync() forces sync manage
98 public void sync() { method in class:WebSyncManager
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindow.java67 boolean sync) {
73 int z, Bundle extras, boolean sync) {
66 dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync) argument
72 dispatchWallpaperCommand(String action, int x, int y, int z, Bundle extras, boolean sync) argument
H A DBridgeWindowSession.java159 int z, Bundle extras, boolean sync) {
158 sendWallpaperCommand(IBinder window, String action, int x, int y, int z, Bundle extras, boolean sync) argument
/frameworks/av/media/libmedia/
H A DJetPlayer.cpp434 int JetPlayer::setMuteFlags(EAS_U32 muteFlags, bool sync) argument
437 return JET_SetMuteFlags(mEasData, muteFlags, sync);
441 int JetPlayer::setMuteFlag(int trackNum, bool muteFlag, bool sync) argument
444 return JET_SetMuteFlag(mEasData, trackNum, muteFlag, sync);
/frameworks/base/core/java/android/os/
H A DFileUtils.java118 public static boolean sync(FileOutputStream stream) { method in class:FileUtils
121 stream.getFD().sync();
165 out.getFD().sync();
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java64 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync) { argument
65 if (sync) {
82 int z, Bundle extras, boolean sync) {
83 if (sync) {
81 dispatchWallpaperCommand(String action, int x, int y, int z, Bundle extras, boolean sync) argument
/frameworks/compile/mclinker/include/mcld/Support/
H A DMemoryArea.h113 void sync() function in struct:mcld::MemoryArea::Space
151 // sync - sync all MemoryRegion
152 void sync();
/frameworks/compile/mclinker/lib/Support/
H A DMemoryArea.cpp307 void MemoryArea::sync() function in class:MemoryArea
/frameworks/base/core/java/android/content/
H A DContentService.java253 * Clear all scheduled sync operations that match the uri and cancel the active sync
293 "no permission to read the sync settings");
309 public void setSyncAutomatically(Account account, String providerName, boolean sync) { argument
311 "no permission to write the sync settings");
319 account, userId, providerName, sync);
329 "no permission to write the sync settings");
343 "no permission to write the sync settings");
357 "no permission to read the sync settings");
371 "no permission to read the sync setting
[all...]
H A DContentResolver.java82 * If this extra is set to true then the sync settings (like getSyncAutomatically())
83 * are ignored by the sync scheduler.
89 * are ignored by the sync scheduler. If this request fails and gets rescheduled then the
114 * do a full sync, though it is allowed to do so.
1245 * Notify registered observers that a row was updated and attempt to sync changes
1257 notifyChange(uri, observer, true /* sync to network */);
1264 * If syncToNetwork is true, this will attempt to schedule a local sync using the sync
1266 * passed to the sync adapter, so all matching accounts will be synchronized.
1273 * @param syncToNetwork If true, attempt to sync th
1442 setSyncAutomatically(Account account, String authority, boolean sync) argument
1605 setMasterSyncAutomatically(boolean sync) argument
[all...]
H A DSyncStorageEngine.java58 * Singleton that tracks the sync data and overall sync
80 /** Enum value for a sync start event. */
83 /** Enum value for a sync stop event. */
87 /** String names for the sync event types. */
90 /** Enum value for a server-initiated sync. */
93 /** Enum value for a local-initiated sync. */
96 * Enum value for a poll-based sync (e.g., upon connection to
101 /** Enum value for a user-initiated sync. */
104 /** Enum value for a periodic sync
480 setSyncAutomatically(Account account, int userId, String providerName, boolean sync) argument
[all...]
/frameworks/base/media/java/android/media/
H A DJetPlayer.java74 // to keep in sync with the JetPlayer class constants
81 // to keep in sync with external/sonivox/arm-wt-22k/lib_src/jet_data.h
93 // to keep in sync with values used in external/sonivox/arm-wt-22k/Android.mk
324 * @param sync if false, the new mute flags will be applied as soon as possible by the JET
330 public boolean setMuteFlags(int muteFlags, boolean sync) { argument
331 return native_setMuteFlags(muteFlags, sync);
340 * @param sync if false, the new mute flags will be applied as soon as possible by the JET
346 public boolean setMuteArray(boolean[] muteArray, boolean sync) { argument
349 return native_setMuteArray(muteArray, sync);
357 * @param sync i
363 setMuteFlag(int trackId, boolean muteFlag, boolean sync) argument
551 native_setMuteFlags(int muteFlags, boolean sync) argument
552 native_setMuteArray(boolean[]muteArray, boolean sync) argument
553 native_setMuteFlag(int trackId, boolean muteFlag, boolean sync) argument
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DSession.java375 int z, Bundle extras, boolean sync) {
381 action, x, y, z, extras, sync);
374 sendWallpaperCommand(IBinder window, String action, int x, int y, int z, Bundle extras, boolean sync) argument
/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java195 boolean sync = data.readInt() != 0;
197 resultExtras, sync);
757 Bundle map, boolean sync) throws RemoteException {
766 data.writeInt(sync ? 1 : 0);
755 scheduleReceiver(Intent intent, ActivityInfo info, CompatibilityInfo compatInfo, int resultCode, String resultData, Bundle map, boolean sync) argument
H A DIApplicationThread.java68 int resultCode, String data, Bundle extras, boolean sync) throws RemoteException;
67 scheduleReceiver(Intent intent, ActivityInfo info, CompatibilityInfo compatInfo, int resultCode, String data, Bundle extras, boolean sync) argument
H A DActivityThread.java609 boolean sync) {
611 sync, false, mAppThread.asBinder());
607 scheduleReceiver(Intent intent, ActivityInfo info, CompatibilityInfo compatInfo, int resultCode, String data, Bundle extras, boolean sync) argument
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java113 boolean sync; field in class:WallpaperService.WallpaperCommand
276 boolean sync) {
283 if (sync) {
295 int z, Bundle extras, boolean sync) {
304 cmd.sync = sync;
825 boolean sync;
831 sync = mPendingSync;
850 if (sync) {
863 cmd.extras, cmd.sync);
[all...]
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp727 static void queueSync(EGLSyncKHR sync) { argument
738 thread->mQueue.push_back(sync);
749 EGLSyncKHR sync; local
756 sync = mQueue[0];
763 EGLint result = eglClientWaitSyncKHR(dpy, sync, 0, EGL_FOREVER_KHR);
769 eglDestroySyncKHR(dpy, sync);
819 EGLSyncKHR sync = EGL_NO_SYNC_KHR; local
821 sync = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, NULL);
823 if (sync != EGL_NO_SYNC_KHR) {
824 FrameCompletionThread::queueSync(sync);
1140 eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) argument
1155 eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) argument
1172 eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value) argument
[all...]
/frameworks/native/opengl/libagl/
H A Degl.cpp2095 EGLBoolean eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) argument
2097 if (sync != FENCE_SYNC_HANDLE) {
2104 EGLint eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, argument
2107 if (sync != FENCE_SYNC_HANDLE) {
2114 EGLBoolean eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, argument
2117 if (sync != FENCE_SYNC_HANDLE) {
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java4776 boolean sync) {
4777 if (sync) {
4786 int z, Bundle extras, boolean sync) {
4787 if (sync) {
4775 dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync) argument
4785 dispatchWallpaperCommand(String action, int x, int y, int z, Bundle extras, boolean sync) argument
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java4827 void writeLocked(boolean sync) { argument
4846 if (sync) {
4876 FileUtils.sync(stream);
/frameworks/base/services/input/
H A DInputReader.cpp987 ALOGD("Dropped input event while waiting for next input sync.");
1580 // out of sync with the initial state of the events in the evdev buffer.
2394 sync(rawEvent->when);
2398 void CursorInputMapper::sync(nsecs_t when) { function in class:android::CursorInputMapper
3528 sync(rawEvent->when);
3532 void TouchInputMapper::sync(nsecs_t when) { function in class:android::TouchInputMapper
6185 sync(rawEvent->when, false /*force*/);
6192 void JoystickInputMapper::sync(nsecs_t when, bool force) { function in class:android::JoystickInputMapper

Completed in 644 milliseconds

12