Searched refs:mDisconnected (Results 1 – 2 of 2) sorted by relevance
849 private final CountDownLatch mDisconnected = new CountDownLatch(1); field in NativeDecoderTest.SlowCtsTestServer857 return new SlowHttpServerConnection(mDisconnected, SERVER_DELAY_MILLIS); in createHttpServerConnection()862 mDisconnected.countDown(); in shutdown()869 private final CountDownLatch mDisconnected; field in NativeDecoderTest.SlowHttpServerConnection873 mDisconnected = disconnected; in SlowHttpServerConnection()918 mDisconnected.await(mDelayMillis, TimeUnit.MILLISECONDS); in createSessionOutputBuffer()
454 boolean mDisconnected = false; field in Camera2MultiViewTestCase.CameraHolder.CameraStateListener463 mDisconnected = true; in onDisconnected()472 return mDisconnected; in isDisconnected()