HomeSort by relevance Sort by last modified time
    Searched defs:prepare (Results 126 - 150 of 418) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/av/media/libmedia/
mediaplayer.cpp 277 // that generated the error. The sync version of prepare returns only 1 error
279 status_t MediaPlayer::prepare() function in class:android::MediaPlayer
281 ALOGV("prepare");
296 mSignal.wait(mLock); // wait for prepare done
299 ALOGV("prepare complete - status=%d", mPrepareStatus);
617 // Can't change the stream type after prepare
724 // Can't change the audio attributes after prepare
812 // The threadId hack below works around this for the care of prepare,
  /frameworks/base/core/java/android/net/
VpnService.java 80 * <p>There are two primary methods in this class: {@link #prepare} and
84 * An application must call {@link #prepare} to grant the right to use
88 * <li>When the user presses the button to connect, call {@link #prepare}
135 * Prepare to establish a VPN connection. This method returns {@code null}
157 public static Intent prepare(Context context) { method in class:VpnService
169 * Version of {@link #prepare(Context)} which does not require user consent.
174 * <p>Once this is run, future preparations may be done with the standard prepare method as this
175 * will authorize the package to prepare the VPN without consent in the future.
184 // Only prepare if we're not already prepared.
357 * @see #prepare
    [all...]
  /frameworks/base/libs/hwui/
DisplayListCanvas.h 77 void prepare() { prepareDirty(0.0f, 0.0f, width(), height()); } function in class:android::uirenderer::DisplayListCanvas
  /frameworks/base/media/java/android/media/
AsyncPlayer.java 63 player.prepare();
237 * We want to hold a wake lock while we do the prepare and play. The stop probably is
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
AutoFixFilter.java 198 protected void prepare(FilterContext context) { method in class:AutoFixFilter
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/
SurfaceRenderFilter.java 109 public void prepare(FilterContext context) { method in class:SurfaceRenderFilter
SurfaceTargetFilter.java 115 public void prepare(FilterContext context) { method in class:SurfaceTargetFilter
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
SurfaceTextureSource.java 154 protected void prepare(FilterContext context) { method in class:SurfaceTextureSource
159 // Prepare input
164 // Prepare output
SurfaceTextureTarget.java 132 public void prepare(FilterContext context) { method in class:SurfaceTextureTarget
133 if (mLogVerbose) Log.v(TAG, "Prepare. Thread: " + Thread.currentThread());
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
SimplePlayer.java 126 mMediaPlayer.prepare();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaAudioManagerTest.java 55 Looper.prepare();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaRecorderStateUnitTestTemplate.java 106 mMediaRecorder.prepare();
133 mMediaRecorder.prepare();
146 mMediaRecorder.prepare();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardBouncer.java 159 public void prepare() { method in class:KeyguardBouncer
  /frameworks/native/include/private/ui/
RegionHelper.h 79 spannerInner.prepare(inside);
231 inline void prepare(int inside) { function in class:android::region_operator::SpannerInner
  /frameworks/wilhelm/src/android/
android_GenericPlayer.cpp 135 void GenericPlayer::prepare() { function in class:android::GenericPlayer
136 SL_LOGD("GenericPlayer::prepare()");
137 // do not attempt prepare more than once
399 // Subclass is responsible for indicating whether prepare was successful or unsuccessful
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
PhysicalDevice.cpp 100 bool PhysicalDevice::prepare(hwc_display_contents_1_t *display) function in class:android::intel::PhysicalDevice
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
PhysicalDevice.cpp 100 bool PhysicalDevice::prepare(hwc_display_contents_1_t *display) function in class:android::intel::PhysicalDevice
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_fbupdate.cpp 68 mModeOn = prepare(ctx, list, layer->displayFrame, fbZorder) &&
112 bool FBUpdateNonSplit::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateNonSplit
264 bool FBUpdateSplit::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateSplit
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_fbupdate.cpp 75 mModeOn = prepare(ctx, list, layer->displayFrame, fbZorder) &&
118 bool FBUpdateNonSplit::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateNonSplit
270 bool FBUpdateSplit::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateSplit
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_fbupdate.cpp 73 mModeOn = prepare(ctx, list, layer->displayFrame, fbZorder) &&
116 bool FBUpdateNonSplit::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateNonSplit
262 bool FBUpdateSplit::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateSplit
  /packages/apps/DeskClock/src/com/android/deskclock/
TimerRingService.java 163 player.prepare();
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
LevelTrackingMediaRecorder.java 114 mRecorder.prepare();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
pcm_ioplug.h 157 * prepare; optional
159 int (*prepare)(snd_pcm_ioplug_t *io); member in struct:snd_pcm_ioplug_callback
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
pcm_ioplug.h 157 * prepare; optional
159 int (*prepare)(snd_pcm_ioplug_t *io); member in struct:snd_pcm_ioplug_callback
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
forking.py 380 prepare(preparation_data)
437 # Prepare current process
442 def prepare(data): function

Completed in 967 milliseconds

1 2 3 4 56 7 8 91011>>