Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DBlockingQueue.h48 mHasElements.wait(lock, [this]() REQUIRES(mLock) { return !this->mQueue.empty(); }); in pop()
68 mHasElements.notify_one(); in push()
102 std::condition_variable mHasElements; variable