HomeSort by relevance Sort by last modified time
    Searched refs:sessionListener (Results 1 - 5 of 5) sorted by null

  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
RobustnessTest.java 96 CameraCaptureSession.StateCallback sessionListener =
99 surfaces, sessionListener, mHandler);
101 verify(sessionListener, timeout(CONFIGURE_TIMEOUT).atLeastOnce()).
103 verify(sessionListener, timeout(CONFIGURE_TIMEOUT).atLeastOnce()).
105 verify(sessionListener, never()).onConfigureFailed(any(CameraCaptureSession.class));
106 verify(sessionListener, never()).onActive(any(CameraCaptureSession.class));
107 verify(sessionListener, never()).onClosed(any(CameraCaptureSession.class));
CameraTestUtils.java 353 BlockingSessionCallback sessionListener = new BlockingSessionCallback(listener);
354 camera.createCaptureSession(outputSurfaces, sessionListener, handler);
356 return sessionListener.waitAndGetSession(SESSION_CONFIGURE_TIMEOUT_MS);
    [all...]
  /external/chromium_org/remoting/webapp/
cast_extension_handler.js 155 this.sessionListener.bind(this),
183 remoting.CastExtensionHandler.prototype.sessionListener = function(session) {
190 this.onMediaDiscovered('sessionListener', this.session_.media[0]);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsService.java 766 BlockingSessionCallback sessionListener = new BlockingSessionCallback();
767 mCamera.createCaptureSession(outputSurfaces, sessionListener, mCameraHandler);
768 mSession = sessionListener.waitAndGetSession(TIMEOUT_IDLE_MS);
    [all...]
  /external/chromium_org/remoting/webapp/js_proto/
chrome_proto.js 502 * @param {function(chrome.cast.Session):void} sessionListener
508 sessionListener,

Completed in 544 milliseconds