Home
last modified time | relevance | path

Searched refs:needsNotify (Results 1 – 2 of 2) 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()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1745 boolean needsNotify = false; in notifyDataConnectionForSubscriber()
1749 needsNotify = mPreciseDataConnectionStates.get(phoneId).remove(apnType) != null; in notifyDataConnectionForSubscriber()
1754 needsNotify = !preciseState.equals(oldPreciseState); in notifyDataConnectionForSubscriber()
1757 if (needsNotify) { in notifyDataConnectionForSubscriber()