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

  /packages/apps/Camera2/src/com/android/camera/device/
Camera2ActionProvider.java 34 private final ExecutorService mBackgroundRunner;
41 mBackgroundRunner = backgroundRunner;
47 return new Camera2Actions(key, mCameraManager, mBackgroundRunner, mHandlerFactory,
PortabilityCameraActionProvider.java 35 private final ExecutorService mBackgroundRunner;
45 mBackgroundRunner = backgroundRunner;
53 mBackgroundRunner, mHandlerFactory, mLogFactory);
PortabilityCameraActions.java 48 private final ExecutorService mBackgroundRunner;
63 mBackgroundRunner = backgroundRunner;
78 mBackgroundRunner.execute(new OpenCameraRunnable(agent, mId.getCameraId().getLegacyValue(),
89 mBackgroundRunner.execute(new CloseCameraRunnable(device, device.getAgent(),

Completed in 89 milliseconds