Lines Matching refs:needsSync
88 BufferId bufferId, TransactionId transactionId, bool result, bool *needsSync);
476 bool needsSync = false; in receive() local
478 *buffer ? true : false, &needsSync); in receive()
484 if (needsSync && mRemoteConnection) { in receive()
515 bool needsSync = false; in postSend() local
524 needsSync = !mLocal && mReleasing.mStatusChannel->needsSync(); in postSend()
529 if (needsSync && mRemoteConnection) { in postSend()
562 BufferId bufferId, TransactionId transactionId, bool result, bool *needsSync) { in postReceiveResult() argument
570 *needsSync = !mLocal && mReleasing.mStatusChannel->needsSync(); in postReceiveResult()
576 bool needsSync = false; in trySyncFromRemote() local
579 needsSync = mReleasing.mStatusChannel->needsSync(); in trySyncFromRemote()
581 if (needsSync) { in trySyncFromRemote()