Searched refs:Close (Results 26 - 50 of 65) sorted by relevance

123

/system/core/fastboot/
H A Dudp.cpp111 int Close() override;
363 int UdpTransport::Close() { function in class:udp::UdpTransport
368 int result = socket_->Close();
H A Dsocket_test.cpp107 EXPECT_EQ(0, server->Close());
119 EXPECT_EQ(0, server->Close());
123 EXPECT_EQ(0, client->Close());
130 EXPECT_EQ(0, server->Close());
H A Dsocket.cpp37 Close();
40 int Socket::Close() { function in class:Socket
H A Dusb_windows.cpp76 int Close() override;
251 int WindowsUsbTransport::Close() { function in class:WindowsUsbTransport
H A Dsocket_mock.cpp105 int SocketMock::Close() { function in class:SocketMock
H A Dusb_linux.cpp101 int Close() override;
466 int LinuxUsbTransport::Close() function in class:LinuxUsbTransport
H A Dusb_osx.cpp75 int Close() override;
475 int OsxUsbTransport::Close() { function in class:OsxUsbTransport
H A Dtcp_test.cpp220 EXPECT_EQ(0, transport_->Close());
/system/bt/tools/mcap_tool/
H A Dmcap_test_mdl.cc82 bool McapMdl::Close() { function in class:SYSTEM_BT_TOOLS_MCAP_TOOL::McapMdl
/system/update_engine/payload_consumer/
H A Dfile_descriptor.cc126 bool EintrSafeFileDescriptor::Close() { function in class:chromeos_update_engine::EintrSafeFileDescriptor
H A Dbzip_extent_writer_unittest.cc48 fd_->Close();
H A Ddownload_action.cc297 writer_->Close();
351 LOG_IF(WARNING, writer_->Close() != 0) << "Error closing the writer.";
H A Ddelta_performer.h103 int Close() override;
H A Ddelta_performer_unittest.cc212 EXPECT_EQ(0, performer_.Close());
247 EXPECT_LT(performer_.Close(), 0);
670 EXPECT_LT(performer_.Close(), 0);
701 EXPECT_LT(performer_.Close(), 0);
/system/extras/simpleperf/
H A Drecord_file.h62 // Normally, Close() should be called after writing. But if something
64 // will take care of calling Close().
65 bool Close();
156 bool Close();
H A Drecord_file_writer.cpp67 Close();
419 bool RecordFileWriter::Close() { function in class:RecordFileWriter
/system/core/libappfuse/tests/
H A DFuseAppLoopTest.cc108 Close();
120 void Close() { function in class:android::fuse::__anon1535::FuseAppLoopTest
129 Close();
/system/tools/aidl/tests/
H A Dfake_io_delegate.cpp38 bool Close() override { return false; }
/system/extras/simpleperf/scripts/
H A Dsimpleperf_report_lib.py168 def Close(self): member in class:ReportLib
251 self.report_lib.Close()
H A Dbinary_cache_builder.py77 lib.Close()
/system/core/adb/client/
H A Dusb_libusb.cpp108 Close();
111 void Close() { function in struct:libusb::usb_handle
633 h->Close();
/system/core/adb/
H A Dadb_utils.cpp275 void AdbCloser::Close(int fd) { function in class:AdbCloser
/system/extras/iotop/
H A Dtaskstats.cpp54 void TaskstatsSocket::Close() { function in class:TaskstatsSocket
/system/tpm/trunks/ftdi/
H A Dmpsse.h196 void Close(struct mpsse_context* mpsse);
/system/tpm/trunks/
H A Dtrunks_ftdi_spi.cc70 Close(mpsse_);

Completed in 601 milliseconds

123