Home
last modified time | relevance | path

Searched refs:isAbcInUse (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.cpp1345 if(((isAbcInUse(ctx)== true ) || in hwc_sync()
1353 else if(fd >= 0 && (isAbcInUse(ctx) == true)) { in hwc_sync()
1419 if(fd >= 0 && (isAbcInUse(ctx) == true) && in hwc_sync()
1423 (isAbcInUse(ctx) == false)){ in hwc_sync()
2057 bool isAbcInUse(hwc_context_t *ctx){ in isAbcInUse() function
Dhwc_utils.h279 bool isAbcInUse(hwc_context_t *ctx);
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc_utils.h329 bool isAbcInUse(hwc_context_t *ctx);
Dhwc.cpp656 if(isAbcInUse(ctx) == true) { in hwc_set_primary()