Lines Matching refs:needsSync
82 BufferId bufferId, TransactionId transactionId, bool result, bool *needsSync);
421 bool needsSync = false; in receive() local
423 *buffer ? true : false, &needsSync); in receive()
429 if (needsSync && mRemoteConnection) { in receive()
455 bool needsSync = false; in postSend() local
464 needsSync = !mLocal && mReleasing.mStatusChannel->needsSync(); in postSend()
469 if (needsSync && mRemoteConnection) { in postSend()
502 BufferId bufferId, TransactionId transactionId, bool result, bool *needsSync) { in postReceiveResult() argument
510 *needsSync = !mLocal && mReleasing.mStatusChannel->needsSync(); in postReceiveResult()
516 bool needsSync = false; in trySyncFromRemote() local
519 needsSync = mReleasing.mStatusChannel->needsSync(); in trySyncFromRemote()
521 if (needsSync) { in trySyncFromRemote()