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]{ in pop()
71 mHasElements.notify_one(); in push()
105 std::condition_variable mHasElements; variable