HomeSort by relevance Sort by last modified time
    Searched refs:prepare (Results 276 - 300 of 565) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_state_derived.c 246 /* prepare the TGSI interpreter for FS execution */
247 softpipe->fs_variant->prepare(softpipe->fs_variant,
  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
cross_correlation_neon.S 94 add r2, r8, lsl #1 @ prepare for seq2_ptr(r5) in the next loop.
  /external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
MediaCodecVideoDecoder.java 187 Looper.prepare();
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_vs.c 166 dvs->prepare( dvs, draw );
draw_vs_exec.c 234 vs->base.prepare = vs_exec_prepare;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_derived.c 246 /* prepare the TGSI interpreter for FS execution */
247 softpipe->fs_variant->prepare(softpipe->fs_variant,
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
Benchmark.java 102 // Prepare the client & server
103 httpClient.prepare(this);
NettyHttpClient.java 64 @Override public void prepare(final Benchmark benchmark) { method in class:NettyHttpClient
  /frameworks/av/include/media/
MediaPlayerInterface.h 156 virtual status_t prepare() = 0;
mediaplayer.h 217 status_t prepare();
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.h 61 virtual status_t prepare();
  /frameworks/base/core/java/android/net/
VpnService.java 78 * <p>There are two primary methods in this class: {@link #prepare} and
82 * An application must call {@link #prepare} to grant the right to use
86 * <li>When the user presses the button to connect, call {@link #prepare}
133 * Prepare to establish a VPN connection. This method returns {@code null}
155 public static Intent prepare(Context context) { method in class:VpnService
288 * @see #prepare
  /frameworks/base/core/java/android/view/
TextureView.java 441 mLayer.prepare(getWidth(), getHeight(), mOpaque);
  /frameworks/base/libs/hwui/
Renderer.h 105 virtual status_t prepare(bool opaque) = 0;
  /frameworks/base/media/java/android/media/
MediaRecorder.java 46 * recorder.prepare();
121 * this. Must call before {@link #prepare}.</p>
132 * <p> May only be called after {@link #prepare}. Frames rendered to the Surface before
135 * @throws IllegalStateException if it is called before {@link #prepare}, after
143 * before prepare() to make sure that the desirable preview display is
440 * This method should be called before prepare(). This method will not
465 * This method should be called before prepare(). The geodata is
498 * after setAudioSource()/setVideoSource() but before prepare().
506 * @throws IllegalStateException if it is called after prepare() or before
516 * prepare()
727 public void prepare() throws IllegalStateException, IOException method in class:MediaRecorder
    [all...]
  /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
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
SimplePlayer.java 126 mMediaPlayer.prepare();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraFunctionalTest.java 77 Looper.prepare();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
CameraStressTest.java 77 Looper.prepare();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarKeyguardViewManager.java 115 mBouncer.prepare();
  /frameworks/base/services/core/java/com/android/server/display/
DisplayPowerState.java 87 // so prepare to set it to a known state when the state is next applied.
177 * can take a fair amount of time to prepare the electron beam surface.
179 * @param mode The electron beam animation mode to prepare.
183 if (!mColorFade.prepare(context, mode)) {
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.h 95 status_t prepare();
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_ad.cpp 171 bool AssertiveDisplay::prepare(hwc_context_t *ctx, function in class:qhwc::AssertiveDisplay
hwc_mdpcomp.h 43 int prepare(hwc_context_t *ctx, hwc_display_contents_1_t* list);

Completed in 688 milliseconds

<<11121314151617181920>>