Lines Matching refs:ConnectionId
97 ConnectionId *pConnectionId);
101 ConnectionId senderId,
102 ConnectionId *receiverId);
105 ConnectionId *pConnectionId);
107 ResultStatus close(ConnectionId connectionId);
109 ResultStatus allocate(ConnectionId connectionId,
114 ResultStatus receive(ConnectionId connectionId,
121 ResultStatus postSend(ConnectionId receiverId,
126 ResultStatus getAccessor(ConnectionId connectionId,
152 std::map<ConnectionId, const std::shared_ptr<BufferPoolClient>>
162 const sp<IAccessor> &accessor, ConnectionId *pConnectionId) { in registerSender()
199 ConnectionId conId = client->getConnectionId(); in registerSender()
221 ConnectionId senderId, in registerSender()
222 ConnectionId *receiverId) { in registerSender()
264 ConnectionId *pConnectionId) { in create()
282 ConnectionId conId = client->getConnectionId(); in create()
293 ResultStatus ClientManager::Impl::close(ConnectionId connectionId) { in close()
316 ConnectionId connectionId, const std::vector<uint8_t> ¶ms, in allocate()
331 ConnectionId connectionId, TransactionId transactionId, in receive()
347 ConnectionId receiverId, const std::shared_ptr<BufferPoolData> &buffer, in postSend()
349 ConnectionId connectionId = buffer->mConnectionId; in postSend()
363 ConnectionId connectionId, sp<IAccessor> *accessor) { in getAccessor()
412 ConnectionId connectionId = -1; in registerSender()
440 ConnectionId *pConnectionId) { in create()
449 ConnectionId senderId, in registerSender()
450 ConnectionId *receiverId) { in registerSender()
457 ResultStatus ClientManager::close(ConnectionId connectionId) { in close()
465 ConnectionId connectionId, const std::vector<uint8_t> ¶ms, in allocate()
474 ConnectionId connectionId, TransactionId transactionId, in receive()
485 ConnectionId receiverId, const std::shared_ptr<BufferPoolData> &buffer, in postSend()