Lines Matching refs:needsSync
92 BufferId bufferId, TransactionId transactionId, bool result, bool *needsSync);
471 bool needsSync = false; in receive() local
473 *buffer ? true : false, &needsSync); in receive()
479 if (needsSync && mRemoteConnection) { in receive()
510 bool needsSync = false; in postSend() local
519 needsSync = !mLocal && mReleasing.mStatusChannel->needsSync(); in postSend()
524 if (needsSync && mRemoteConnection) { in postSend()
557 BufferId bufferId, TransactionId transactionId, bool result, bool *needsSync) { in postReceiveResult() argument
565 *needsSync = !mLocal && mReleasing.mStatusChannel->needsSync(); in postReceiveResult()
571 bool needsSync = false; in trySyncFromRemote() local
574 needsSync = mReleasing.mStatusChannel->needsSync(); in trySyncFromRemote()
576 if (needsSync) { in trySyncFromRemote()