HomeSort by relevance Sort by last modified time
    Searched defs:sync (Results 276 - 300 of 695) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
if.h 146 sync_serial_settings __user *sync; member in union:if_settings::__anon67014
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
firewire-cdev.h 276 __u32 sync; member in struct:fw_cdev_start_iso
if.h 146 sync_serial_settings __user *sync; member in union:if_settings::__anon67791
  /prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/linux/
if.h 116 sync_serial_settings __user *sync; member in union:if_settings::__anon68424
  /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/linux/
if.h 116 sync_serial_settings __user *sync; member in union:if_settings::__anon68789
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/linux/
if.h 116 sync_serial_settings __user *sync; member in union:if_settings::__anon69154
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/linux/
if.h 116 sync_serial_settings __user *sync; member in union:if_settings::__anon69522
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/linux/
if.h 116 sync_serial_settings __user *sync; member in union:if_settings::__anon69922
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
if.h 116 sync_serial_settings __user *sync; member in union:if_settings::__anon70375
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
if.h 116 sync_serial_settings __user *sync; member in union:if_settings::__anon70830
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java 736 /** Sync the selection with an updated view info tree */
737 void sync() { method in class:SelectionManager
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestInfo.java 301 private void sync() { method in class:ManifestInfo
302 // Since each of the accessors call sync(), allow a bunch of immediate
431 sync(); method
442 sync(); method
461 sync(); method
475 sync(); method
503 sync(); method
514 sync(); method
524 sync(); method
534 sync(); method
544 sync(); method
558 sync(); method
588 sync(); method
765 sync(); method
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaSyncTest.java 248 MediaSync sync, ByteBuffer byteBuffer, int bufferIndex) {
307 MediaSync sync, ByteBuffer byteBuffer, int bufferIndex) {
319 public void onError(MediaSync sync, int what, int extra) {
320 fail("got error from media sync (" + what + ", " + extra + ")");
435 // sync.getTolerance() is MediaSync's tolerance of the playback rate, whereas
502 MediaSync sync, ByteBuffer byteBuffer, int bufferIndex) {
521 SyncParams sync = new SyncParams().allowDefaults(); local
522 mMediaSync.setSyncParams(sync);
523 sync = mMediaSync.getSyncParams();
534 // wait for the first audio output buffer returned by media sync
    [all...]
  /development/ndk/platforms/android-3/include/linux/
fb.h 237 __u32 sync; member in struct:fb_var_screeninfo
  /device/google/contexthub/firmware/src/platform/stm32f4xx/
bl.c 915 //wait for sync
924 //if we saw a sync, do the bootloader thing
928 bool ack = true; //we ack the sync
934 uint32_t sync, cmd, cmdNot, addr = 0, len, checksum = 0, i; local
941 while ((sync = blSpiLoaderTxRxByte(spi, 0)) != BL_SYNC_IN);
946 if (sync == BL_SYNC_IN && (cmd ^ cmdNot) == 0xff) switch (cmd) {
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_interface.h 259 /* to sync the internal camera settings */
260 int32_t (*sync) (uint32_t camera_handle); member in struct:__anon5252
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 433 SyncClock sync; member in class:__tsan::ThreadContext
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
MapsTest.java 997 BiMap<String, Integer> sync = Maps.synchronizedBiMap(bimap); local
    [all...]
  /external/lzma/CPP/7zip/UI/FileManager/
ProgressDialog2.cpp 275 if (Sync.Get_Paused())
532 void CProgressDialog::OnCancel() { Sync.Set_Stopped(true); }
665 NSynchronization::CCriticalSectionLock lock(Sync._cs);
666 total = Sync._totalBytes;
667 completed = Sync._completedBytes;
668 totalFiles = Sync._totalFiles;
669 completedFiles = Sync._curFiles;
670 inSize = Sync._inSize;
671 outSize = Sync._outSize;
672 bytesProgressMode = Sync._bytesProgressMode;
1272 CProgressSync &sync = ProgressDialog.Sync; local
    [all...]
  /external/parameter-framework/upstream/parameter/
ParameterMgr.cpp 174 /// Sync
177 {"getAutoSync", &CParameterMgr::getAutoSyncCommandProcess, 0, "", "Show Auto Sync state"},
178 {"sync", &CParameterMgr::syncCommandProcess, 0, "",
179 "Synchronize current settings to hardware while in Tuning Mode and Auto Sync off"},
396 BackSynchronizer(getConstSystemClass(), _pMainParameterBlackboard).sync();
2196 bool CParameterMgr::sync(string &strError) function in class:CParameterMgr
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 2019 def sync(ui, repo, **opts): function
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 373 status_t NuPlayer::setSyncSettings(const AVSyncSettings &sync, float videoFpsHint) {
375 writeToAMessage(msg, sync, videoFpsHint);
385 AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */) {
392 readFromAMessage(response, sync, videoFps);
833 AVSyncSettings sync; local
835 readFromAMessage(msg, &sync, &videoFpsHint);
838 err = mRenderer->setSyncSettings(sync, videoFpsHint);
841 mSyncSettings = sync;
854 AVSyncSettings sync = mSyncSettings; local
858 err = mRenderer->getSyncSettings(&sync, &videoFps)
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 117 boolean sync; field in class:WallpaperService.WallpaperCommand
300 boolean sync) {
307 if (sync) {
320 int z, Bundle extras, boolean sync) {
329 cmd.sync = sync;
    [all...]
  /frameworks/base/services/core/java/com/android/server/content/
ContentService.java 251 // Let the package manager query for the sync adapters for a given authority
252 // as we grant default permissions to sync adapters for specific authorities.
494 * Request a sync with a generic {@link android.content.SyncRequest} object. This will be
496 * periodic OR one-off sync.
498 * anonymous OR provider sync.
503 public void sync(SyncRequest request) { method in class:ContentService
523 enforceCrossUserPermission(userId, "no permission to request sync as user: " + userId);
540 "no permission to write the sync settings");
546 // Schedule periodic sync.
563 * Clear all scheduled sync operations that match the uri and cancel the active syn
    [all...]
  /frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
BindingExpressionParser.java 796 _errHandler.sync(this);
    [all...]

Completed in 7468 milliseconds

<<11121314151617181920>>