Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/tests/
H A Dstreamworker_tests.cpp36 size_t getWorkerCycles() const { return mWorkerCycles; } in getWorkerCycles() function in TestWorker
147 const size_t workerCyclesBefore = worker.getWorkerCycles(); in TEST_P()
150 EXPECT_GT(worker.getWorkerCycles(), workerCyclesBefore); in TEST_P()
199 const size_t workerCyclesBefore = worker.getWorkerCycles(); in TEST_P()
201 EXPECT_GT(worker.getWorkerCycles(), workerCyclesBefore); in TEST_P()