Searched refs:deviceLifecycle (Results 1 – 1 of 1) sorted by relevance
283 final SingleDeviceLifecycle<TDevice, CameraDeviceKey> deviceLifecycle; in openDevice() local292 deviceLifecycle = createLifecycle(key, provider); in openDevice()293 mCurrentDevice = deviceLifecycle; in openDevice()294 result = deviceLifecycle.createRequest(requestLifetime); in openDevice()295 deviceLifecycle.open(); in openDevice()299 deviceLifecycle = in openDevice()302 result = deviceLifecycle.createRequest(requestLifetime); in openDevice()303 deviceLifecycle.open(); in openDevice()308 deviceLifecycle = createLifecycle(key, provider); in openDevice()310 mTargetDevice = deviceLifecycle; in openDevice()[all …]