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

1 2 3 4 56 7 8 91011>>

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
LooperAcceleration.java 78 Looper.prepare();
  /hardware/intel/img/hwcomposer/include/
Hwcomposer.h 39 virtual bool prepare(size_t numDisplays,
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_virtual.cpp 89 int HWCVirtualVDS::prepare(hwc_composer_device_1 *dev, function in class:HWCVirtualVDS
123 if(ctx->mMDPComp[dpy]->prepare(ctx, list) < 0) {
199 int HWCVirtualV4L2::prepare(hwc_composer_device_1 *dev, function in class:HWCVirtualV4L2
214 if(ctx->mMDPComp[dpy]->prepare(ctx, list) < 0) {
  /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 189 mMediaPlayer.prepare();
244 mMediaPlayer.prepare();
297 Looper.prepare();
324 fail("prepare should not succeed");
MediaPlayerTest.java 95 mp2.prepare();
104 mp.prepare();
174 mp.prepare();
228 mp.prepare();
343 player.prepare();
560 mp1.prepare();
573 mp2.prepare();
755 recorder.prepare();
    [all...]
MediaRecorderTest.java 169 mMediaRecorder.prepare();
222 mMediaRecorder.prepare();
370 mMediaRecorder.prepare();
388 mMediaRecorder.prepare();
432 mMediaRecorder.prepare();
465 mMediaRecorder.prepare();
  /frameworks/base/libs/hwui/
DrawProfiler.cpp 93 mData[mCurrentFrame].prepare = NANOS_TO_MILLIS_FLOAT(now - mPreviousTime);
168 addRect(r, mData[i].prepare, mRects[PREPARE_INDEX] + shapeIndex);
251 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/samples/android/wearable/wear/FindMyPhone/Application/src/main/java/com/example/android/findphone/
SoundAlarmListenerService.java 84 mMediaPlayer.prepare();
86 Log.e(TAG, "Failed to prepare media player to play alarm.", e);
  /development/samples/wearable/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);
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLStatementSync.cpp 60 int result = statement.prepare();
65 exceptionState.throwDOMException(SyntaxError, "Could not prepare statement.");
66 db->setLastErrorMessage("could not prepare statement", result, database->lastErrorMsg());
  /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();

Completed in 253 milliseconds

1 2 3 4 56 7 8 91011>>