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

/frameworks/base/libs/rs/
H A Dspec.h26 int sync; member in struct:__anon214
/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/media/libdrm/mobile2/src/util/ustl-1.0/
H A Dofstream.cpp66 m_File.sync();
143 void ifstream::sync (void) function in class:ustl::ifstream
145 istringstream::sync();
147 m_File.sync();
H A Dsistream.h61 inline void sync (void) { skip (remaining()); } function in class:ustl::istringstream
H A Dfstream.cpp213 void fstream::sync (void) function in class:ustl::fstream
216 set_and_throw (failbit, "sync");
/frameworks/base/awt/java/awt/
H A DToolkitImpl.java37 public void sync() { method in class:ToolkitImpl
H A DToolkit.java442 public abstract void sync(); method in class:Toolkit
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java114 public void dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync) { argument
115 if (sync) {
124 int z, Bundle extras, boolean sync) {
125 if (sync) {
123 dispatchWallpaperCommand(String action, int x, int y, int z, Bundle extras, boolean sync) argument
/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/app/
H A DApplicationThreadNative.java178 boolean sync = data.readInt() != 0;
180 resultExtras, sync);
552 Bundle map, boolean sync) throws RemoteException {
560 data.writeInt(sync ? 1 : 0);
550 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
H A DActivityThread.java996 "Finishing sync broadcast to " + mReceiver);
1371 boolean sync; field in class:ActivityThread.ReceiverData
1562 int resultCode, String data, Bundle extras, boolean sync) {
1570 r.sync = sync;
2809 receiver.setOrderedHint(data.sync);
2828 if (data.sync) {
1561 scheduleReceiver(Intent intent, ActivityInfo info, int resultCode, String data, Bundle extras, boolean sync) argument
/frameworks/base/core/java/android/content/
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...]
H A DContentResolver.java70 * If this extra is set to true then the sync settings (like getSyncAutomatically())
71 * are ignored by the sync scheduler.
77 * are ignored by the sync scheduler. If this request fails and gets rescheduled then the
102 * do a full sync, though it is allowed to do so.
836 notifyChange(uri, observer, true /* sync to network */);
846 * @param syncToNetwork If true, attempt to sync the change to the network.
858 * Start an asynchronous sync operation. If you want to monitor the progress
859 * of the sync you may register a SyncObserver. Only values of the following
870 * @param uri the uri of the provider to sync or null to sync al
1010 setSyncAutomatically(Account account, String authority, boolean sync) argument
1158 setMasterSyncAutomatically(boolean sync) argument
[all...]
H A DSyncStorageEngine.java55 * Singleton that tracks the sync data and overall sync
69 /** Enum value for a sync start event. */
72 /** Enum value for a sync stop event. */
76 /** String names for the sync event types. */
79 /** Enum value for a server-initiated sync. */
82 /** Enum value for a local-initiated sync. */
85 * Enum value for a poll-based sync (e.g., upon connection to
90 /** Enum value for a user-initiated sync. */
93 /** Enum value for a periodic sync
411 setSyncAutomatically(Account account, String providerName, boolean sync) argument
[all...]
/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/core/java/android/service/wallpaper/
H A DWallpaperService.java104 boolean sync; field in class:WallpaperService.WallpaperCommand
250 boolean sync) {
257 if (sync) {
269 int z, Bundle extras, boolean sync) {
278 cmd.sync = sync;
651 boolean sync;
657 sync = mPendingSync;
672 if (sync) {
685 cmd.extras, cmd.sync);
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java1079 int z, Bundle extras, boolean sync) {
1149 boolean sync) {
1155 int z, Bundle extras, boolean sync) {
1078 sendWallpaperCommand(IBinder window, String action, int x, int y, int z, Bundle extras, boolean sync) argument
1148 dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync) argument
1154 dispatchWallpaperCommand(String action, int x, int y, int z, Bundle extras, boolean sync) argument
/frameworks/base/core/java/android/view/
H A DViewRoot.java3018 boolean sync) {
3019 if (sync) {
3028 int z, Bundle extras, boolean sync) {
3029 if (sync) {
3017 dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync) argument
3027 dispatchWallpaperCommand(String action, int x, int y, int z, Bundle extras, boolean sync) argument
/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java244 private int mAllowDisableKeyguard = ALLOW_DISABLE_UNKNOWN; // sync'd by mKeyguardTokenWatcher
1633 boolean sync) {
1673 if (sync) {
1678 wallpaperWin.mWallpaperXStep, wallpaperWin.mWallpaperYStep, sync);
1679 if (sync) {
1718 boolean updateWallpaperOffsetLocked(WindowState changingTarget, boolean sync) { argument
1746 if (updateWallpaperOffsetLocked(wallpaper, dw, dh, sync)) {
1750 sync = false;
2323 String action, int x, int y, int z, Bundle extras, boolean sync) {
2326 boolean doWait = sync;
1632 updateWallpaperOffsetLocked(WindowState wallpaperWin, int dw, int dh, boolean sync) argument
2322 sendWindowWallpaperCommandLocked(WindowState window, String action, int x, int y, int z, Bundle extras, boolean sync) argument
5478 injectKeyEvent(KeyEvent ev, boolean sync) argument
5522 injectPointerEvent(MotionEvent ev, boolean sync) argument
5550 injectTrackballEvent(MotionEvent ev, boolean sync) argument
6871 sendWallpaperCommand(IBinder window, String action, int x, int y, int z, Bundle extras, boolean sync) argument
[all...]

Completed in 405 milliseconds