Searched defs:Close (Results 1 - 25 of 26) sorted by relevance

12

/system/connectivity/shill/
H A Dfile_io.cc49 int FileIO::Close(int fd) { function in class:shill::FileIO
H A Dfile_reader.cc32 void FileReader::Close() { function in class:shill::FileReader
H A Dfake_store.cc62 // require this to return true after a Close().)
70 bool FakeStore::Close() { function in class:shill::FakeStore
H A Dkey_file_store.cc106 bool KeyFileStore::Close() { function in class:shill::KeyFileStore
H A Djson_store.cc423 bool JsonStore::Close() { function in class:shill::JsonStore
/system/core/adb/
H A Dadb_utils.h55 static void Close(int fd) { function in struct:AdbCloser
/system/update_engine/
H A Dfake_file_writer.h28 // calls to Open(), Close(), but not do any work. All calls to Write()
52 virtual int Close() { function in class:chromeos_update_engine::FakeFileWriter
/system/update_engine/payload_consumer/
H A Dfile_writer.cc47 int DirectFileWriter::Close() { function in class:chromeos_update_engine::DirectFileWriter
H A Dfile_descriptor.cc110 bool EintrSafeFileDescriptor::Close() { function in class:chromeos_update_engine::EintrSafeFileDescriptor
H A Dmtd_file_descriptor.cc125 Close();
162 bool MtdFileDescriptor::Close() { function in class:chromeos_update_engine::MtdFileDescriptor
165 return EintrSafeFileDescriptor::Close();
199 EintrSafeFileDescriptor::Close();
239 bool UbiFileDescriptor::Close() { function in class:chromeos_update_engine::UbiFileDescriptor
262 return EintrSafeFileDescriptor::Close() && pad_ok;
/system/core/libmemunreachable/
H A DScopedPipe.h33 Close();
55 void Close() { function in class:ScopedPipe
H A DLeakPipe.h44 Close();
47 void Close() { function in class:LeakPipe
81 Close();
88 void Close() { function in class:LeakPipe::LeakPipeBase
/system/core/base/include/android-base/
H A Dunique_fd.h43 static void Close(int fd) { function in struct:android::base::DefaultCloser
68 Closer::Close(value_);
/system/core/fastboot/
H A Dsocket_mock.cpp105 int SocketMock::Close() { function in class:SocketMock
H A Dtcp.cpp66 int Close() override;
136 Close();
148 Close();
164 Close();
171 int TcpTransport::Close() { function in class:tcp::TcpTransport
176 int result = socket_->Close();
H A Dsocket.cpp37 Close();
40 int Socket::Close() { function in class:Socket
H A Dudp.cpp111 int Close() override;
363 int UdpTransport::Close() { function in class:udp::UdpTransport
368 int result = socket_->Close();
H A Dusb_osx.cpp75 int Close() override;
494 int OsxUsbTransport::Close() { function in class:OsxUsbTransport
H A Dusb_windows.cpp76 int Close() override;
251 int WindowsUsbTransport::Close() { function in class:WindowsUsbTransport
H A Dusb_linux.cpp97 int Close() override;
465 int LinuxUsbTransport::Close() function in class:LinuxUsbTransport
/system/extras/iotop/
H A Dtaskstats.cpp54 void TaskstatsSocket::Close() { function in class:TaskstatsSocket
/system/connectivity/shill/net/
H A Dsockets.cc79 int Sockets::Close(int fd) const { function in class:shill::Sockets
178 sockets_->Close(fd_);
/system/extras/simpleperf/
H A Drecord_file_reader.cpp53 Close();
57 bool RecordFileReader::Close() { function in class:RecordFileReader
H A Drecord_file_writer.cpp65 Close();
281 bool RecordFileWriter::Close() { function in class:RecordFileWriter
/system/tpm/trunks/ftdi/
H A Dmpsse.c201 Close(mpsse);
216 void Close(struct mpsse_context* mpsse) { function

Completed in 418 milliseconds

12