Searched refs:needsNotify (Results 1 – 2 of 2) sorted by relevance
49 bool needsNotify = false; in push() local52 needsNotify = mQueue.empty(); in push()55 if (needsNotify) mQueueNotEmptyCondition.notify_one(); in push()
1745 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()