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.cpp232 bool check_fb_target = true; in IsValidComposition() local
237 check_fb_target = true; in IsValidComposition()
242 check_fb_target = false; in IsValidComposition()
251 if (on_set && check_fb_target && !IsValidLayer(dev, layers[idx])) { in IsValidComposition()