HomeSort by relevance Sort by last modified time
    Searched refs:sync (Results 401 - 425 of 2467) sorted by null

<<11121314151617181920>>

  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Renderer.h 57 status_t setSyncSettings(const AVSyncSettings &sync, float videoFpsHint);
58 status_t getSyncSettings(AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */);
260 status_t onConfigSync(const AVSyncSettings &sync, float videoFpsHint);
261 status_t onGetSyncSettings(AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */);
  /frameworks/av/media/libmediaplayerservice/include/
MediaPlayerInterface.h 217 virtual status_t setSyncSettings(const AVSyncSettings& sync, float /* videoFps */) {
218 // By default, players only support setting sync source to default; all other sync
220 if (sync.mSource != AVSYNC_SOURCE_DEFAULT) {
226 AVSyncSettings* sync /* nonnull */, float* videoFps /* nonnull */) {
227 *sync = AVSyncSettings();
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.h 57 status_t setSyncSettings(const AVSyncSettings &sync, float videoFpsHint);
58 status_t getSyncSettings(AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */);
260 status_t onConfigSync(const AVSyncSettings &sync, float videoFpsHint);
261 status_t onGetSyncSettings(AVSyncSettings *sync /* nonnull */, float *videoFps /* nonnull */);
  /frameworks/base/media/java/android/media/
MediaSync.java 43 * MediaSync sync = new MediaSync();
44 * sync.setSurface(surface);
45 * Surface inputSurface = sync.createInputSurface();
50 * sync.setAudioTrack(audioTrack);
51 * sync.setCallback(new MediaSync.Callback() {
53 * public void onAudioBufferConsumed(MediaSync sync, ByteBuffer audioBuffer, int bufferId) {
57 * // This needs to be done since sync is paused on creation.
58 * sync.setPlaybackParams(new PlaybackParams().setSpeed(1.f));
66 * sync.queueAudio(audioByteBuffer, bufferId, audioPresentationTimeUs); // non-blocking.
72 * sync.setPlaybackParams(new PlaybackParams().setSpeed(0.f))
582 final MediaSync sync = this; local
    [all...]
  /libcore/ojluni/src/main/java/java/io/
FileDescriptor.java 115 * system, sync will not return until all in-memory modified copies
119 * sync is meant to be used by code that requires physical
122 * might use sync to ensure that all changes to a file caused
125 * sync only affects buffers downstream of this FileDescriptor. If
129 * OutputStream.flush) before that data will be affected by sync.
137 public native void sync() throws SyncFailedException; method in class:FileDescriptor
  /libcore/ojluni/src/main/native/
FileDescriptor_md.c 61 JNU_ThrowByName(env, "java/io/SyncFailedException", "sync failed");
72 NATIVE_METHOD(FileDescriptor, sync, "()V"),
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
PeriodicScanManager.java 127 // Sync was stopped before it was properly registered.
208 SyncInfo sync = mSyncs.remove(binder); local
209 if (sync == null) {
214 Integer syncHandle = sync.id;
215 binder.unlinkToDeath(sync.deathRecipient, 0);
219 // Sync will be freed once initiated in onSyncStarted()
  /packages/apps/Dialer/java/com/android/voicemail/impl/
StatusCheckJobService.java 27 import com.android.voicemail.impl.sync.VvmAccountManager;
33 * scheduled for each active voicemail account. The status is expected to be always in sync, the
  /packages/apps/Dialer/java/com/android/voicemail/impl/sync/
OmtpVvmSyncReceiver.java 17 package com.android.voicemail.impl.sync;
43 VvmLog.v(TAG, "Sync intent received");
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
UpdatePreviewTask.java 64 buffer.getProducer().sync();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Parallel.h 56 ~Latch() { sync(); }
69 void sync() const { function in class:llvm::parallel::detail::Latch
81 void sync() const { L.sync(); } function in class:llvm::parallel::detail::TaskGroup
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Parallel.h 56 ~Latch() { sync(); }
69 void sync() const { function in class:llvm::parallel::detail::Latch
81 void sync() const { L.sync(); } function in class:llvm::parallel::detail::TaskGroup
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Parallel.h 56 ~Latch() { sync(); }
69 void sync() const { function in class:llvm::parallel::detail::Latch
81 void sync() const { L.sync(); } function in class:llvm::parallel::detail::TaskGroup
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Parallel.h 56 ~Latch() { sync(); }
69 void sync() const { function in class:llvm::parallel::detail::Latch
81 void sync() const { L.sync(); } function in class:llvm::parallel::detail::TaskGroup
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Parallel.h 56 ~Latch() { sync(); }
69 void sync() const { function in class:llvm::parallel::detail::Latch
81 void sync() const { L.sync(); } function in class:llvm::parallel::detail::TaskGroup
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Parallel.h 56 ~Latch() { sync(); }
69 void sync() const { function in class:llvm::parallel::detail::Latch
81 void sync() const { L.sync(); } function in class:llvm::parallel::detail::TaskGroup
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Parallel.h 56 ~Latch() { sync(); }
69 void sync() const { function in class:llvm::parallel::detail::Latch
81 void sync() const { L.sync(); } function in class:llvm::parallel::detail::TaskGroup
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Parallel.h 56 ~Latch() { sync(); }
69 void sync() const { function in class:llvm::parallel::detail::Latch
81 void sync() const { L.sync(); } function in class:llvm::parallel::detail::TaskGroup
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Parallel.h 56 ~Latch() { sync(); }
69 void sync() const { function in class:llvm::parallel::detail::Latch
81 void sync() const { L.sync(); } function in class:llvm::parallel::detail::TaskGroup
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Parallel.h 56 ~Latch() { sync(); }
69 void sync() const { function in class:llvm::parallel::detail::Latch
81 void sync() const { L.sync(); } function in class:llvm::parallel::detail::TaskGroup
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Parallel.h 56 ~Latch() { sync(); }
69 void sync() const { function in class:llvm::parallel::detail::Latch
81 void sync() const { L.sync(); } function in class:llvm::parallel::detail::TaskGroup
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Parallel.h 56 ~Latch() { sync(); }
69 void sync() const { function in class:llvm::parallel::detail::Latch
81 void sync() const { L.sync(); } function in class:llvm::parallel::detail::TaskGroup
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
basic_file.h 101 sync();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
basic_file.h 101 sync();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
basic_file.h 101 sync();

Completed in 616 milliseconds

<<11121314151617181920>>