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

/frameworks/base/libs/rs/
H A Dspec.h26 int sync; member in struct:__anon258
/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/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/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/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/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);
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
H A DActivityThread.java273 boolean sync; field in class:ActivityThread.ReceiverData
465 int resultCode, String data, Bundle extras, boolean sync) {
473 r.sync = sync;
1793 receiver.setOrderedHint(data.sync);
1814 if (data.sync) {
464 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.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 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
413 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.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/view/
H A DViewRoot.java3094 boolean sync) {
3095 if (sync) {
3104 int z, Bundle extras, boolean sync) {
3105 if (sync) {
3093 dispatchWallpaperOffsets(float x, float y, float xStep, float yStep, boolean sync) argument
3103 dispatchWallpaperCommand(String action, int x, int y, int z, Bundle extras, boolean sync) argument
/frameworks/base/libs/ui/
H A DInputReader.cpp1096 sync(when);
1111 sync(rawEvent->when);
1132 sync(rawEvent->when);
1139 void TrackballInputMapper::sync(nsecs_t when) { function in class:android::TrackballInputMapper
3214 // Don't sync immediately. Wait until the next SYN_REPORT since we might
3245 sync(rawEvent->when);
3252 void SingleTouchInputMapper::sync(nsecs_t when) { function in class:android::SingleTouchInputMapper
3398 sync(rawEvent->when);
3405 void MultiTouchInputMapper::sync(nsecs_t when) { function in class:android::MultiTouchInputMapper
3420 // Some drivers send empty MT sync packet
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java4588 void writeLocked(boolean sync) { argument
4607 if (sync) {
4637 FileUtils.sync(stream);
/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java228 private int mAllowDisableKeyguard = ALLOW_DISABLE_UNKNOWN; // sync'd by mKeyguardTokenWatcher
1617 boolean sync) {
1657 if (sync) {
1662 wallpaperWin.mWallpaperXStep, wallpaperWin.mWallpaperYStep, sync);
1663 if (sync) {
1702 boolean updateWallpaperOffsetLocked(WindowState changingTarget, boolean sync) { argument
1730 if (updateWallpaperOffsetLocked(wallpaper, dw, dh, sync)) {
1734 sync = false;
2251 String action, int x, int y, int z, Bundle extras, boolean sync) {
2254 boolean doWait = sync;
1616 updateWallpaperOffsetLocked(WindowState wallpaperWin, int dw, int dh, boolean sync) argument
2250 sendWindowWallpaperCommandLocked(WindowState window, String action, int x, int y, int z, Bundle extras, boolean sync) argument
5413 injectKeyEvent(KeyEvent ev, boolean sync) argument
5459 injectPointerEvent(MotionEvent ev, boolean sync) argument
5489 injectTrackballEvent(MotionEvent ev, boolean sync) argument
5746 sendWallpaperCommand(IBinder window, String action, int x, int y, int z, Bundle extras, boolean sync) argument
[all...]

Completed in 351 milliseconds