Searched refs:sync (Results 1 - 25 of 60) sorted by relevance

123

/frameworks/native/opengl/libs/GLES_trace/
H A Ddev.make9 sync:
13 adb sync
/frameworks/native/opengl/include/EGL/
H A Deglext.h141 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync);
142 EGLAPI EGLint EGLAPIENTRY eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
143 EGLAPI EGLBoolean EGLAPIENTRY eglSignalSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
144 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
147 typedef EGLBoolean (EGLAPIENTRYP PFNEGLDESTROYSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync);
148 typedef EGLint (EGLAPIENTRYP PFNEGLCLIENTWAITSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout);
149 typedef EGLBoolean (EGLAPIENTRYP PFNEGLSIGNALSYNCKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLenum mode);
150 typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETSYNCATTRIBKHRPROC) (EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value);
204 EGLBoolean eglDestroySyncNV (EGLSyncNV sync);
205 EGLBoolean eglFenceNV (EGLSyncNV sync);
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java76 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync) { argument
77 if (sync) {
97 int z, Bundle extras, boolean sync) {
98 if (sync) {
96 dispatchWallpaperCommand(String action, int x, int y, int z, Bundle extras, boolean sync) argument
/frameworks/rs/
H A Dspec.h26 int sync; member in struct:__anon1568
H A Drs.spec75 sync
81 sync
94 sync
131 sync
143 sync
/frameworks/support/renderscript/v8/rs_support/
H A Dspec.h26 int sync; member in struct:__anon1597
/frameworks/base/core/java/android/view/
H A DIWindow.aidl66 void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync);
69 int z, in Bundle extras, boolean sync);
H A DIWindowSession.aidl177 int z, in Bundle extras, boolean sync);
/frameworks/support/v4/java/android/support/v4/util/
H A DAtomicFile.java33 * been completely written and sync'd to disk before removing its backup.
117 * returned by {@link #startWrite()}. This will close, sync, and
123 sync(str);
140 sync(str);
203 static boolean sync(FileOutputStream stream) { method in class:AtomicFile
206 stream.getFD().sync();
/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/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindow.java72 boolean sync) {
78 int z, Bundle extras, boolean sync) {
71 dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync) argument
77 dispatchWallpaperCommand(String action, int x, int y, int z, Bundle extras, boolean sync) argument
/frameworks/base/core/java/android/util/
H A DAtomicFile.java35 * been completely written and sync'd to disk before removing its backup.
123 * returned by {@link #startWrite()}. This will close, sync, and
129 FileUtils.sync(str);
146 FileUtils.sync(str);
163 FileUtils.sync(fos);
/frameworks/base/core/java/com/android/internal/os/
H A DAtomicFile.java33 * been completely written and sync'd to disk before removing its backup.
91 FileUtils.sync(str);
103 FileUtils.sync(str);
125 FileUtils.sync(fos);
/frameworks/base/core/tests/overlaytests/
H A Druntests.sh100 function sync() function
103 $adb sync data | tee -a $log
109 # build and sync
112 sync
/frameworks/av/include/media/
H A DJetPlayer.h35 // to keep in sync with the JetPlayer class constants
56 int setMuteFlags(EAS_U32 muteFlags, bool sync);
57 int setMuteFlag(int trackNum, bool muteFlag, bool sync);
78 Mutex mMutex; // mutex to sync the render and playback thread with the JET calls
/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");
H A DCertBlacklister.java92 // sync to disk
93 FileUtils.sync(out);
/frameworks/native/libs/ui/
H A DFence.cpp21 #include <sync/sync.h>
/frameworks/base/core/java/android/os/
H A DFileUtils.java68 public static boolean sync(FileOutputStream stream) { method in class:FileUtils
71 stream.getFD().sync();
115 out.getFD().sync();
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp788 static void queueSync(EGLSyncKHR sync) { argument
799 thread->mQueue.push_back(sync);
810 EGLSyncKHR sync; local
817 sync = mQueue[0];
824 EGLint result = eglClientWaitSyncKHR(dpy, sync, 0, EGL_FOREVER_KHR);
830 eglDestroySyncKHR(dpy, sync);
880 EGLSyncKHR sync = EGL_NO_SYNC_KHR; local
882 sync = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, NULL);
884 if (sync != EGL_NO_SYNC_KHR) {
885 FrameCompletionThread::queueSync(sync);
1201 eglDestroySyncKHR(EGLDisplay dpy, EGLSyncKHR sync) argument
1216 eglClientWaitSyncKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags, EGLTimeKHR timeout) argument
1233 eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value) argument
1254 eglDupNativeFenceFDANDROID(EGLDisplay dpy, EGLSyncKHR sync) argument
1269 eglWaitSyncANDROID(EGLDisplay dpy, EGLSyncKHR sync, EGLint flags) argument
[all...]
/frameworks/base/core/java/android/content/
H A DIContentService.aidl70 * @param sync true if the provider should be synced when tickles are received for it
72 void setSyncAutomatically(in Account account, String providerName, boolean sync);
77 * @return the frequency of the periodic sync in seconds. If 0 then no periodic syncs
86 * @param pollFrequency the period that a sync should be performed, in seconds. If this is
96 * @param pollFrequency the period that a sync should be performed, in seconds. If this is
118 * Returns true if there is currently a sync operation for the given
/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/service/wallpaper/
H A DWallpaperService.java113 boolean sync; field in class:WallpaperService.WallpaperCommand
282 boolean sync) {
289 if (sync) {
302 int z, Bundle extras, boolean sync) {
311 cmd.sync = sync;
834 boolean sync;
840 sync = mPendingSync;
859 if (sync) {
872 cmd.extras, cmd.sync);
[all...]
/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
41 // Ref count for calls to start/stop sync
51 Log.v(LOGTAG, "*** WebSyncManager sync ***");
55 // send a delayed message to request sync later
80 // prepare Looper for sync handler
94 * sync() forces sync manage
96 public void sync() { method in class:WebSyncManager
[all...]
/frameworks/base/keystore/java/android/security/
H A DSystemKeyStore.java97 FileUtils.sync(fos);

Completed in 866 milliseconds

123