Searched refs:waitUntil (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/camera/tests/CameraServiceTest/
H A DCameraServiceTest.cpp317 void waitUntil(int c0, int c1, int c2);
367 void MSurface::waitUntil(int c0, int c1, int c2) { function in class:MSurface
368 INFO("waitUntil: %d %d %d", c0, c1, c2);
643 surface->waitUntil(1, 10, 0); // needs 1 registerBuffers and 10 postBuffer
649 surface->waitUntil(0, 0, 1); // needs unregisterBuffers

Completed in 241 milliseconds