HomeSort by relevance Sort by last modified time
    Searched refs:mAD (Results 1 - 12 of 12) sorted by null

  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.cpp 418 if(ctx->mAD->isDoable()) {
    [all...]
hwc_utils.cpp 172 ctx->mAD = new AssertiveDisplay();
233 if(ctx->mAD) {
234 delete ctx->mAD;
235 ctx->mAD = NULL;
422 ctx->mAD->markDoable(ctx, list);
931 if(ctx->mAD->prepare(ctx, crop, whf, hnd)) {
    [all...]
hwc_utils.h 376 qhwc::AssertiveDisplay *mAD;
hwc.cpp 115 ctx->mAD->reset();
  /hardware/qcom/display/msm8084/libhwcomposer/
hwc_utils.cpp 245 ctx->mAD = new AssertiveDisplay(ctx);
343 if(ctx->mAD) {
344 delete ctx->mAD;
345 ctx->mAD = NULL;
    [all...]
hwc_mdpcomp.cpp 719 if(ctx->mAD->isDoable()) {
    [all...]
hwc_utils.h 519 qhwc::AssertiveDisplay *mAD;
hwc.cpp 227 ctx->mAD->reset();
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_utils.cpp 265 ctx->mAD = new AssertiveDisplay(ctx);
361 if(ctx->mAD) {
362 delete ctx->mAD;
363 ctx->mAD = NULL;
909 ctx->mAD->markDoable(ctx, list);
    [all...]
hwc_mdpcomp.cpp 731 if(ctx->mAD->isDoable()) {
    [all...]
hwc_utils.h 550 qhwc::AssertiveDisplay *mAD;
hwc.cpp 227 ctx->mAD->reset();

Completed in 428 milliseconds