Searched refs:testSeek (Results 1 – 6 of 6) sorted by relevance
89 status_t waitForConsumption(bool testSeek = false);91 status_t onProcess(bool testSeek = false);
184 status_t AudioPlayback::waitForConsumption(bool testSeek) { in waitForConsumption() argument195 if (testSeek && (currPosition > totalFrameCount * 0.6)) { in waitForConsumption()196 testSeek = false; in waitForConsumption()221 status_t AudioPlayback::onProcess(bool testSeek) { in onProcess() argument223 return waitForConsumption(testSeek); in onProcess()
70 status_t testSeek(
587 status_t Harness::testSeek( in testSeek() function in android::Harness775 status_t err2 = testSeek(componentName, componentRole); in test()
328 TEST_F(TestBufferQueue, testSeek) { in TEST_F() argument
643 public void testSeek() throws Throwable {