Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dhwcomposer.cpp233 bool check_fb_target = true; in IsValidComposition() local
238 check_fb_target = true; in IsValidComposition()
243 check_fb_target = false; in IsValidComposition()
252 if (on_set && check_fb_target && !IsValidLayer(dev, layers[idx])) { in IsValidComposition()