Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/audio_processing/test/
H A Dapi_call_statistics.h33 void WriteReportToFile(absl::string_view filename) const;
H A Dapi_call_statistics.cc77 void ApiCallStatistics::WriteReportToFile(absl::string_view filename) const { in WriteReportToFile() function in webrtc::test::ApiCallStatistics
H A Daudioproc_float_impl.cc786 processor->GetApiCallStatistics().WriteReportToFile( in RunSimulation()