Home
last modified time | relevance | path

Searched defs:PerformanceData (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/frameworks/av/media/libnblog/include/media/nblog/
H A DPerformanceAnalysis.h139 struct PerformanceData { struct
145 static constexpr Histogram::Config kWorkConfig = { 0.25, 20, 2.};
171 // that struct PerformanceData is associated with. argument
172 void reset() { in reset()
183 bool empty() const { in empty()
/aosp_15_r20/external/crosvm/audio_streams_conformance_test/src/
H A Dperformance_data.rs101 pub struct PerformanceData { struct
102 pub cold_start: Duration,
103 pub records: Vec<BufferConsumptionRecord>,
143 impl PerformanceData { impl
H A Dmain.rs31 async fn run_playback(ex: &Executor, args: &Args) -> Result<PerformanceData> { in run_playback()
/aosp_15_r20/packages/modules/HealthFitness/testapps/toolbox/src/com/android/healthconnect/testapps/toolbox/ui/
DPerformanceTestingLinearLayout.kt68 data class PerformanceData( class