Searched defs:timeOutMs (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DCamera2SurfaceViewActivity.java57 public boolean waitForSurfaceSizeChanged(int timeOutMs, int expectWidth, int expectHeight) { argument
58 if (timeOutMs <= 0 || expectWidth <= 0 || expectHeight <= 0) {
63 timeOutMs, expectWidth, expectHeight));
72 int waitTimeMs = timeOutMs;
78 Log.e(TAG, "Wait for surface change timed out after " + timeOutMs + " ms");

Completed in 62 milliseconds