Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/audio/core/all-versions/vts/functional/
H A DAudioPrimaryHidlHalTest.h1658 static void testPrepareForWriting(IStreamOut* stream, uint32_t frameSize, uint32_t framesCount) { in testPrepareForWriting() function
1668 testPrepareForWriting(stream.get(), 0, 0); in TEST_P()
1673 testPrepareForWriting(stream.get(), 1, std::numeric_limits<uint32_t>::max()); in TEST_P()
1681 testPrepareForWriting(stream.get(), uintMax, uintMax); in TEST_P()