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

1 2 3 4 5 6 7 8 91011>>

  /hardware/intel/img/hwcomposer/common/base/
Hwcomposer.cpp 53 bool Hwcomposer::prepare(size_t numDisplays, function in class:android::intel::Hwcomposer
93 ret = device->prepare(displays[i]);
95 ELOGTRACE("failed to do prepare for device %d", i);
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_fbupdate.cpp 48 bool FBUpdateLowRes::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateLowRes
151 bool FBUpdateHighRes::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateHighRes
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_fbupdate.cpp 54 bool FBUpdateLowRes::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateLowRes
177 bool FBUpdateHighRes::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateHighRes
  /ndk/toolchains/aarch64-linux-android-4.9/
setup.mk 16 # this file is used to prepare the NDK to build with the arm64 gcc-4.9
  /ndk/toolchains/aarch64-linux-android-clang3.4/
setup.mk 16 # this file is used to prepare the NDK to build with the arm64 clang-3.4
  /ndk/toolchains/mips64el-linux-android-4.9/
setup.mk 16 # this file is used to prepare the NDK to build with the mips64el gcc-4.9
  /ndk/toolchains/mips64el-linux-android-clang3.4/
setup.mk 16 # this file is used to prepare the NDK to build with the mips64el llvm-3.4
  /ndk/toolchains/mipsel-linux-android-4.6/
setup.mk 16 # this file is used to prepare the NDK to build with the mipsel gcc-4.6
  /ndk/toolchains/mipsel-linux-android-4.8/
setup.mk 16 # this file is used to prepare the NDK to build with the mipsel gcc-4.8
  /ndk/toolchains/mipsel-linux-android-4.9/
setup.mk 16 # this file is used to prepare the NDK to build with the mipsel gcc-4.9
  /ndk/toolchains/mipsel-linux-android-clang3.3/
setup.mk 16 # this file is used to prepare the NDK to build with the mipsel llvm-3.3
  /ndk/toolchains/mipsel-linux-android-clang3.4/
setup.mk 16 # this file is used to prepare the NDK to build with the mipsel llvm-3.4
  /ndk/toolchains/x86-4.6/
setup.mk 16 # this file is used to prepare the NDK to build with the x86 gcc-4.6
  /ndk/toolchains/x86-4.8/
setup.mk 16 # this file is used to prepare the NDK to build with the x86 gcc-4.8
  /ndk/toolchains/x86-4.9/
setup.mk 16 # this file is used to prepare the NDK to build with the x86 gcc-4.9
  /ndk/toolchains/x86_64-4.9/
setup.mk 16 # this file is used to prepare the NDK to build with the x86_64 gcc-4.9
  /ndk/toolchains/x86_64-clang3.4/
setup.mk 16 # this file is used to prepare the NDK to build with the x86_64 llvm-3.4
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestService.java 708 Looper.prepare();
730 Looper.prepare();
752 Looper.prepare();
774 Looper.prepare();
796 Looper.prepare();
    [all...]
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc.cpp 206 // value is reset on every prepare. However, for the layer
282 fbComp = (ctx->mMDPComp[dpy]->prepare(ctx, list) < 0);
294 ctx->mCopyBit[dpy]->prepare(ctx, list, dpy);
314 if(ctx->mMDPComp[dpy]->prepare(ctx, list) < 0) {
370 ret = ctx->mHWCVirtual->prepare(dev, list);
728 //Was locked at the beginning of prepare
885 dev->device.prepare = hwc_prepare;
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.cpp 114 // value is reset on every prepare. However, for the layer
204 fbComp = (ctx->mMDPComp[dpy]->prepare(ctx, list) < 0);
213 ctx->mCopyBit[dpy]->prepare(ctx, list, dpy);
233 if(ctx->mMDPComp[dpy]->prepare(ctx, list) < 0) {
282 ret = ctx->mHWCVirtual->prepare(dev, list);
633 //Was locked at the beginning of prepare
781 dev->device.prepare = hwc_prepare;
hwc_fbupdate.cpp 69 return prepare(ctx, list, layer->displayFrame, fbZorder) &&
112 bool FBUpdateNonSplit::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateNonSplit
267 bool FBUpdateSplit::prepare(hwc_context_t *ctx, hwc_display_contents_1 *list, function in class:qhwc::FBUpdateSplit
  /frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java 377 mMediaPlayer.prepare();
475 mMediaRecorder.prepare();
478 Log.e(TAG, "Could not prepare MediaRecorder: ", e);
553 mediaPlayer.prepare();
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-aether-provider-3.2.1.jar 
  /cts/tests/tests/content/src/android/content/cts/
ContentQueryMapTest.java 215 Looper.prepare();
244 Looper.prepare();

Completed in 1249 milliseconds

1 2 3 4 5 6 7 8 91011>>