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

1 2 3 4 56 7 8 91011>>

  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.h 40 bool prepare(hwc_context_t *ctx, hwc_display_contents_1_t *list,
42 //Draws layer if the layer is set for copybit in prepare
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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
  /build/core/
droiddoc.mk 107 define prepare-doc-source-list
160 $(call prepare-doc-source-list,$(PRIVATE_SRC_LIST_FILE),$(PRIVATE_JAVA_FILES), \
195 $(call prepare-doc-source-list,$(PRIVATE_SRC_LIST_FILE),$(PRIVATE_JAVA_FILES), \
  /cts/tests/tests/media/src/android/media/cts/
StreamingMediaPlayerTest.java 224 mMediaPlayer.prepare();
279 mMediaPlayer.prepare();
341 Looper.prepare();
368 fail("prepare should not succeed");
MediaPlayerTest.java 99 mp2.prepare();
108 mp.prepare();
178 mp.prepare();
232 mp.prepare();
277 mp.prepare();
392 player.prepare();
613 mp1.prepare();
626 mp2.prepare();
810 recorder.prepare();
    [all...]
MediaRecorderTest.java 171 mMediaRecorder.prepare();
224 mMediaRecorder.prepare();
384 mMediaRecorder.prepare();
403 mMediaRecorder.prepare();
448 mMediaRecorder.prepare();
482 mMediaRecorder.prepare();
  /frameworks/base/libs/hwui/
DrawProfiler.cpp 96 mData[mCurrentFrame].prepare = NANOS_TO_MILLIS_FLOAT(now - mPreviousTime);
182 addRect(r, mData[i].prepare, mRects[PREPARE_INDEX] + shapeIndex);
271 mData[i].record, mData[i].prepare, mData[i].playback, mData[i].swapBuffers);
  /frameworks/ex/variablespeed/src/com/android/ex/variablespeed/
VariableSpeed.java 215 public void prepare() throws IOException { method in class:VariableSpeed
220 check(mDataSource != null, "must setDataSource before you prepare");
221 check(!mIsPrepared, "cannot prepare more than once");
230 mediaPlayer.prepare();
243 check(mHasDuration, "you haven't called prepare, can't get the duration");
269 prepare(); method
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java 101 Log.v(TAG, "prepare");
102 mRecorder.prepare();
146 /* Test: getSurface() before prepare()
156 recorder.prepare();
158 /* Test: getSurface() after prepare()
248 recorder.prepare();
346 mMediaRecorder.prepare();
380 Log.v(TAG, "prepare");
381 mRecorder.prepare();
403 Log.v(TAG, "before player prepare");
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphRunner.java 90 public static final int PREPARE = 1;
132 case Event.PREPARE:
300 mScheduler.prepare(currentFilters());
320 mScheduler.prepare(currentFilters());
439 public void prepare(Filter[] filters); method in interface:GraphRunner.Scheduler
454 public void prepare(Filter[] filters) { method in class:GraphRunner.LruScheduler
488 public void prepare(Filter[] filters) { method in class:GraphRunner.LfuScheduler
517 public void prepare(Filter[] filters) { method in class:GraphRunner.OneShotScheduler
674 mRunLoop.pushEvent(Event.PREPARE, graph);
    [all...]
  /cts/suite/audio_quality/executable/src/
main.cpp 88 if (!FileUtil::prepare(dirName)) {
89 fprintf(stderr, "cannot prepare report dir");
  /cts/suite/audio_quality/lib/src/
FileUtil.cpp 34 bool FileUtil::prepare(android::String8& dirPath) function in class:FileUtil
  /cts/suite/cts/hostTests/uihost/src/com/android/cts/uihost/
InstallTimeTest.java 83 public void prepare(int i) throws Exception {
  /developers/build/prebuilts/gradle/FindMyPhone/Application/src/main/java/com/example/android/wearable/findphone/
SoundAlarmListenerService.java 84 mMediaPlayer.prepare();
86 Log.e(TAG, "Failed to prepare media player to play alarm.", e);
  /developers/samples/android/wearable/wear/FindMyPhone/Application/src/main/java/com/example/android/wearable/findphone/
SoundAlarmListenerService.java 84 mMediaPlayer.prepare();
86 Log.e(TAG, "Failed to prepare media player to play alarm.", e);
  /development/samples/browseable/FindMyPhone/Application/src/com.example.android.wearable.findphone/
SoundAlarmListenerService.java 84 mMediaPlayer.prepare();
86 Log.e(TAG, "Failed to prepare media player to play alarm.", e);
  /external/chromium_org/third_party/hwcplus/include/hardware/
hwcomposer.h 82 * before (*prepare)() is called when the HWC_GEOMETRY_CHANGED flag is
83 * also set, otherwise, this field is preserved between (*prepare)()
87 * Always set by the caller before calling (*prepare)(), this value
95 * Always set by the caller before calling (*prepare)(), this value
110 * Set by the caller before calling (*prepare)() ONLY when the
113 * Set by the HWC implementation during (*prepare)(), this indicates
120 * Set by the HWC implementation during (*prepare)(), this indicates
128 * hints is bit mask set by the HWC implementation during (*prepare)().
129 * It is preserved between (*prepare)() calls, unless the
146 * the layer's handle is unchanged across two consecutive prepare calls an
477 int (*prepare)(struct hwc_composer_device_1 *dev, member in struct:hwc_composer_device_1
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_state.h 82 void (*prepare)(const struct sp_fragment_shader_variant *shader, member in struct:sp_fragment_shader_variant
  /external/chromium_org/tools/deep_memory_profiler/subcommands/
upload.py 35 symbol_data_sources.prepare()
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state.h 82 void (*prepare)(const struct sp_fragment_shader_variant *shader, member in struct:sp_fragment_shader_variant
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
OkHttpAsync.java 45 @Override public void prepare(final Benchmark benchmark) { method in class:OkHttpAsync
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
LooperTest.java 50 Looper.prepare();
  /frameworks/av/include/media/
mediarecorder.h 231 status_t prepare();
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.h 44 virtual status_t prepare();

Completed in 1472 milliseconds

1 2 3 4 56 7 8 91011>>