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

12

/frameworks/base/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.java61 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync) { argument
62 if (sync) {
71 int z, Bundle extras, boolean sync) {
72 if (sync) {
70 dispatchWallpaperCommand(String action, int x, int y, int z, Bundle extras, boolean sync) argument
/frameworks/base/libs/rs/
H A Dspec.h26 int sync; member in struct:__anon258
H A Dspec.l46 <api_entry2>"sync" {
47 apis[apiCount].sync = 1;
/frameworks/base/core/java/android/view/
H A DIWindow.aidl63 void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync);
66 int z, in Bundle extras, boolean sync);
H A DIWindowManager.aidl57 // until pending input events are finished being dispatched even when 'sync' is false.
59 boolean injectKeyEvent(in KeyEvent ev, boolean sync);
60 boolean injectPointerEvent(in MotionEvent ev, boolean sync);
61 boolean injectTrackballEvent(in MotionEvent ev, boolean sync);
H A DIWindowSession.aidl129 int z, in Bundle extras, boolean sync);
/frameworks/base/media/java/android/media/
H A DJetPlayer.java69 // to keep in sync with the JetPlayer class constants
76 // to keep in sync with external/sonivox/arm-wt-22k/lib_src/jet_data.h
88 // to keep in sync with values used in external/sonivox/arm-wt-22k/Android.mk
319 * @param sync if false, the new mute flags will be applied as soon as possible by the JET
325 public boolean setMuteFlags(int muteFlags, boolean sync) { argument
326 return native_setMuteFlags(muteFlags, sync);
335 * @param sync if false, the new mute flags will be applied as soon as possible by the JET
341 public boolean setMuteArray(boolean[] muteArray, boolean sync) { argument
344 return native_setMuteArray(muteArray, sync);
352 * @param sync i
358 setMuteFlag(int trackId, boolean muteFlag, boolean sync) argument
546 native_setMuteFlags(int muteFlags, boolean sync) argument
547 native_setMuteArray(boolean[]muteArray, boolean sync) argument
548 native_setMuteFlag(int trackId, boolean muteFlag, boolean sync) argument
[all...]
/frameworks/base/include/media/
H A DJetPlayer.h36 // to keep in sync with the JetPlayer class constants
57 int setMuteFlags(EAS_U32 muteFlags, bool sync);
58 int setMuteFlag(int trackNum, bool muteFlag, bool sync);
80 Mutex mMutex; // mutex to sync the render and playback thread with the JET calls
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindow.java71 boolean sync) {
76 int z, Bundle extras, boolean sync) {
70 dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync) argument
75 dispatchWallpaperCommand(String action, int x, int y, int z, Bundle extras, boolean sync) argument
H A DBridgeWindowSession.java98 int z, Bundle extras, boolean sync) {
97 sendWallpaperCommand(IBinder window, String action, int x, int y, int z, Bundle extras, boolean sync) argument
/frameworks/base/core/java/com/android/internal/os/
H A DAtomicFile.java80 FileUtils.sync(str);
92 FileUtils.sync(str);
114 FileUtils.sync(fos);
/frameworks/base/core/jni/
H A Dandroid_os_Power.cpp80 sync();
88 sync();
/frameworks/base/core/java/android/os/
H A DFileUtils.java99 public static boolean sync(FileOutputStream stream) { method in class:FileUtils
102 stream.getFD().sync();
146 out.getFD().sync();
/frameworks/base/core/java/android/content/
H A DIContentService.aidl54 * @param sync true if the provider should be synced when tickles are received for it
56 void setSyncAutomatically(in Account account, String providerName, boolean sync);
61 * @return the frequency of the periodic sync in seconds. If 0 then no periodic syncs
70 * @param pollFrequency the period that a sync should be performed, in seconds. If this is
80 * @param pollFrequency the period that a sync should be performed, in seconds. If this is
102 * Returns true if there is currently a sync operation for the given
H A DContentResolver.java72 * If this extra is set to true then the sync settings (like getSyncAutomatically())
73 * are ignored by the sync scheduler.
79 * are ignored by the sync scheduler. If this request fails and gets rescheduled then the
104 * do a full sync, though it is allowed to do so.
871 notifyChange(uri, observer, true /* sync to network */);
881 * @param syncToNetwork If true, attempt to sync the change to the network.
893 * Start an asynchronous sync operation. If you want to monitor the progress
894 * of the sync you may register a SyncObserver. Only values of the following
905 * @param uri the uri of the provider to sync or null to sync al
1045 setSyncAutomatically(Account account, String authority, boolean sync) argument
1193 setMasterSyncAutomatically(boolean sync) argument
[all...]
H A DContentService.java210 * Clear all scheduled sync operations that match the uri and cancel the active sync
248 "no permission to read the sync settings");
262 public void setSyncAutomatically(Account account, String providerName, boolean sync) { argument
264 "no permission to write the sync settings");
270 account, providerName, sync);
280 "no permission to write the sync settings");
292 "no permission to write the sync settings");
303 "no permission to read the sync settings");
315 "no permission to read the sync setting
[all...]
/frameworks/base/media/libmedia/
H A DJetPlayer.cpp452 int JetPlayer::setMuteFlags(EAS_U32 muteFlags, bool sync) argument
455 return JET_SetMuteFlags(mEasData, muteFlags, sync);
459 int JetPlayer::setMuteFlag(int trackNum, bool muteFlag, bool sync) argument
462 return JET_SetMuteFlag(mEasData, trackNum, muteFlag, sync);
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java112 boolean sync; field in class:WallpaperService.WallpaperCommand
256 boolean sync) {
263 if (sync) {
275 int z, Bundle extras, boolean sync) {
284 cmd.sync = sync;
699 boolean sync;
705 sync = mPendingSync;
720 if (sync) {
733 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);
/frameworks/base/core/tests/coretests/src/android/content/
H A DSyncStorageEngineTest.java39 * correcponding sync is finished. This can happen if the clock changes while we are syncing.
115 for (PeriodicSync sync : syncs) {
116 engine.removePeriodicSync(sync.account, sync.authority, sync.extras);
228 File syncDir = new File(new File(testContext.getFilesDir(), "system"), "sync");
333 File syncDir = new File(new File(testContext.getFilesDir(), "system"), "sync");
373 File syncDir = new File(new File(testContext.getFilesDir(), "system"), "sync");
/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java178 boolean sync = data.readInt() != 0;
180 resultExtras, sync);
553 Bundle map, boolean sync) throws RemoteException {
561 data.writeInt(sync ? 1 : 0);
551 scheduleReceiver(Intent intent, ActivityInfo info, int resultCode, String resultData, Bundle map, boolean sync) argument
H A DIApplicationThread.java64 String data, Bundle extras, boolean sync) throws RemoteException;
63 scheduleReceiver(Intent intent, ActivityInfo info, int resultCode, String data, Bundle extras, boolean sync) argument
/frameworks/base/include/ui/
H A DInputReader.h504 void sync(nsecs_t when);
883 void sync(nsecs_t when);
939 void sync(nsecs_t when);

Completed in 690 milliseconds

12