Home
last modified time | relevance | path

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

/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h1338 static void testPrepareForWriting(IStreamOut* stream, uint32_t frameSize, uint32_t framesCount) { in testPrepareForWriting() function
1348 testPrepareForWriting(stream.get(), 0, 0); in TEST_P()
1353 testPrepareForWriting(stream.get(), 1, std::numeric_limits<uint32_t>::max()); in TEST_P()
1361 testPrepareForWriting(stream.get(), uintMax, uintMax); in TEST_P()