Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DRegionSampling_test.cpp54 notification_arrived_ = true; in notify()
61 cv_.wait(lk, [this] { return notification_arrived_; }); in wait_vsync_notify()
62 notification_arrived_ = false; in wait_vsync_notify()
71 bool mutable notification_arrived_ = false; member