Home
last modified time | relevance | path

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

/hardware/ti/am57x/libhwcomposer/
Ddisplay.cpp35 is_flip_pending(false) in HWCDisplay()
63 if (display->is_flip_pending == false) { in page_flip_handler()
78 display->is_flip_pending = false; in page_flip_handler()
164 this->cond_flip.wait(lock, [this]{return !this->is_flip_pending;}); in update_display()
192 this->is_flip_pending = true; in update_display()
Ddisplay.h125 volatile bool is_flip_pending; variable