/system/update_engine/payload_consumer/ |
D | cached_file_descriptor.cc | 75 bool CachedFileDescriptor::Flush() { in Flush() function in chromeos_update_engine::CachedFileDescriptor 76 return FlushCache() && fd_->Flush(); in Flush()
|
D | file_descriptor.h | 93 virtual bool Flush() = 0; 126 bool Flush() override;
|
D | fec_file_descriptor.h | 49 bool Flush() override { return true; } in Flush() function
|
D | cached_file_descriptor_unittest.cc | 89 EXPECT_TRUE(cfd_->Flush()); in TEST_F() 102 EXPECT_TRUE(cfd_->Flush()); in TEST_F() 123 EXPECT_TRUE(cfd_->Flush()); in TEST_F()
|
D | cached_file_descriptor.h | 57 bool Flush() override;
|
D | fake_file_descriptor.h | 72 bool Flush() override { return open_; } in Flush() function
|
D | file_descriptor.cc | 126 bool EintrSafeFileDescriptor::Flush() { in Flush() function in chromeos_update_engine::EintrSafeFileDescriptor
|
D | delta_performer.cc | 734 if (!target_fd_->Flush()) { in Write()
|
/system/core/fs_mgr/libfiemap/include/libfiemap/ |
D | split_fiemap_writer.h | 71 bool Flush();
|
/system/bt/main/shim/ |
D | config.h | 57 static void Flush();
|
D | config.cc | 161 void BtifConfigInterface::Flush() { GetStorage()->SaveImmediately(); } in Flush() function in bluetooth::shim::BtifConfigInterface
|
/system/core/logd/ |
D | SerializedLogEntry.h | 66 bool Flush(LogWriter* writer, log_id_t log_id) const { in Flush() function
|
D | SerializedLogBuffer.cpp | 257 if (!entry->Flush(writer, log_id)) { in FlushTo()
|
/system/bt/gd/hci/acl_manager/ |
D | classic_acl_connection.h | 58 virtual bool Flush();
|
D | classic_acl_connection.cc | 433 bool ClassicAclConnection::Flush() { in Flush() function in bluetooth::hci::acl_manager::ClassicAclConnection
|
/system/core/adb/client/ |
D | incremental_server.cpp | 248 void Flush(); 511 Flush(); in Send() 515 void IncrementalServer::Flush() { in Flush() function in incremental::IncrementalServer 572 Flush(); in Serve()
|
/system/core/fs_mgr/libfiemap/ |
D | split_fiemap_writer.cpp | 276 bool SplitFiemap::Flush() { in Flush() function in android::fiemap::SplitFiemap
|
/system/extras/simpleperf/ |
D | JITDebugReader.cpp | 237 bool Flush() { in Flush() function in simpleperf::TempSymFile 706 if (!app_symfile_->Flush()) { in ReadJITCodeDebugInfo()
|
/system/bt/btif/src/ |
D | btif_config.cc | 661 bluetooth::shim::BtifConfigInterface::Flush(); in btif_config_flush()
|
/system/bt/gd/hci/facade/ |
D | acl_manager_facade.cc | 176 connection->second.connection_->Flush(); in ConnectionCommand()
|
/system/bt/gd/hci/ |
D | acl_manager_test.cc | 999 connection_->Flush(); in TEST_F()
|
D | hci_packets.pdl | 1449 packet Flush : ConnectionManagementCommand (op_code = FLUSH) { 1702 flush_timeout : 16, // 0x0000-0x07FF Default 0x0000 (No Automatic Flush)
|