Lines Matching refs:needsSync
86 BufferId bufferId, TransactionId transactionId, bool result, bool *needsSync);
470 bool needsSync = false; in receive() local
472 *buffer ? true : false, &needsSync); in receive()
478 if (needsSync && mRemoteConnection) { in receive()
509 bool needsSync = false; in postSend() local
518 needsSync = !mLocal && mReleasing.mStatusChannel->needsSync(); in postSend()
523 if (needsSync && mRemoteConnection) { in postSend()
556 BufferId bufferId, TransactionId transactionId, bool result, bool *needsSync) { in postReceiveResult() argument
564 *needsSync = !mLocal && mReleasing.mStatusChannel->needsSync(); in postReceiveResult()
570 bool needsSync = false; in trySyncFromRemote() local
573 needsSync = mReleasing.mStatusChannel->needsSync(); in trySyncFromRemote()
575 if (needsSync) { in trySyncFromRemote()