Searched refs:mAD (Results 1 - 16 of 16) sorted by relevance
/hardware/qcom/display/msm8084/libhwcomposer/ |
H A D | hwc_utils.cpp | 245 ctx->mAD = new AssertiveDisplay(ctx); 343 if(ctx->mAD) { 344 delete ctx->mAD; 345 ctx->mAD = NULL; 949 ctx->mAD->markDoable(ctx, list); 1779 if(ctx->mAD->prepare(ctx, crop, whf, hnd)) {
|
H A D | hwc_mdpcomp.cpp | 726 if(ctx->mAD->isDoable()) { 1978 if(ctx->mAD->isModeOn()) { 1979 if(ctx->mAD->draw(ctx, fd, offset)) { 1980 fd = ctx->mAD->getDstFd(); 1981 offset = ctx->mAD->getDstOffset();
|
H A D | hwc_utils.h | 521 qhwc::AssertiveDisplay *mAD; member in struct:hwc_context_t
|
H A D | hwc.cpp | 227 ctx->mAD->reset();
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
H A D | 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); 1784 if(ctx->mAD->prepare(ctx, crop, whf, hnd)) {
|
H A D | hwc_mdpcomp.cpp | 739 if(ctx->mAD->isDoable()) { 2194 if(ctx->mAD->draw(ctx, fd, offset)) { 2195 fd = ctx->mAD->getDstFd(); 2196 offset = ctx->mAD->getDstOffset();
|
H A D | hwc_utils.h | 554 qhwc::AssertiveDisplay *mAD; member in struct:hwc_context_t
|
H A D | hwc.cpp | 237 ctx->mAD->reset();
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
H A D | hwc_utils.h | 612 qhwc::AssertiveDisplay *mAD; member in struct:hwc_context_t
|
H A D | hwc_utils.cpp | 384 ctx->mAD = new AssertiveDisplay(ctx); 507 if(ctx->mAD) { 508 delete ctx->mAD; 509 ctx->mAD = NULL; 1192 ctx->mAD->markDoable(ctx, list); 2199 if(ctx->mAD->prepare(ctx, crop, whf, hnd)) {
|
H A D | hwc.cpp | 232 ctx->mAD->reset();
|
H A D | hwc_mdpcomp.cpp | 820 if(ctx->mAD->isDoable()) { 2544 if(ctx->mAD->draw(ctx, fd, offset)) { 2545 fd = ctx->mAD->getDstFd(); 2546 offset = ctx->mAD->getDstOffset();
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
H A D | hwc_utils.h | 629 qhwc::AssertiveDisplay *mAD; member in struct:hwc_context_t
|
H A D | hwc_utils.cpp | 361 ctx->mAD = new AssertiveDisplay(ctx); 474 if(ctx->mAD) { 475 delete ctx->mAD; 476 ctx->mAD = NULL; 1121 ctx->mAD->markDoable(ctx, list); 2118 if(ctx->mAD->prepare(ctx, crop, whf, hnd)) {
|
H A D | hwc.cpp | 225 ctx->mAD->reset();
|
H A D | hwc_mdpcomp.cpp | 847 if(ctx->mAD->isDoable()) { 2590 if(ctx->mAD->draw(ctx, fd, offset)) { 2591 fd = ctx->mAD->getDstFd(); 2592 offset = ctx->mAD->getDstOffset();
|
Completed in 902 milliseconds