Home
last modified time | relevance | path

Searched refs:client_read_fd_ (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/commands/modem_simulator/
Dchannel_monitor.cpp43 Client::Client(SharedFD fd) : client_read_fd_(fd), client_write_fd_(fd) {} in Client()
46 : client_read_fd_(std::move(read)), client_write_fd_(std::move(write)) {} in Client()
49 : type(client_type), client_read_fd_(fd), client_write_fd_(fd) {} in Client()
53 client_read_fd_(std::move(read)), in Client()
57 return client_read_fd_ == other.client_read_fd_ && in operator ==()
104 if (remote_client->client_read_fd_->IsOpen() && in SetRemoteClient()
137 auto bytes_read = client.client_read_fd_->Read(buffer.data(), buffer.size()); in ReadCommand()
146 << client.client_read_fd_->StrError(); in ReadCommand()
147 client.client_read_fd_->Close(); // Ignore errors here in ReadCommand()
218 iter->get()->client_read_fd_->Close(); in CloseRemoteConnection()
[all …]
Dchannel_monitor.h82 SharedFD client_read_fd_; variable
/device/google/cuttlefish/host/commands/modem_simulator/unittest/
Dservice_test.cpp110 ril_side_->client_read_fd_->Read(buffer.data(), buffer.size()); in ReadCommandResponse()
114 ril_side_->client_read_fd_->Close(); in ReadCommandResponse()