Home
last modified time | relevance | path

Searched refs:EndWriteFeatures (Results 1 – 7 of 7) sorted by relevance

/system/extras/simpleperf/
Drecord_file_test.cpp83 ASSERT_TRUE(writer->EndWriteFeatures()); in TEST_F()
148 ASSERT_TRUE(writer->EndWriteFeatures()); in TEST_F()
173 ASSERT_TRUE(writer->EndWriteFeatures()); in TEST_F()
219 ASSERT_TRUE(writer->EndWriteFeatures()); in TEST_F()
Dsimpleperf_writer_fuzzer.cpp163 writer->EndWriteFeatures(); in process()
Drecord_file.h102 bool EndWriteFeatures();
Dcmd_merge.cpp347 return writer_->EndWriteFeatures(); in MergeFeatureSection()
Drecord_file_writer.cpp468 bool RecordFileWriter::EndWriteFeatures() { in EndWriteFeatures() function in simpleperf::RecordFileWriter
Dcmd_debug_unwind.cpp480 return writer_->EndWriteFeatures() && writer_->Close(); in WriteFeatureSections()
Dcmd_record.cpp2104 if (!record_file_writer_->EndWriteFeatures()) { in DumpAdditionalFeatures()