Home
last modified time | relevance | path

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

/frameworks/av/media/tests/benchmark/src/native/common/
DBenchmarkCommon.h49 bool needsNotify = false; in push() local
52 needsNotify = mQueue.empty(); in push()
55 if (needsNotify) mQueueNotEmptyCondition.notify_one(); in push()