Home
last modified time | relevance | path

Searched defs:burstController (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/apps/Camera2/src/com/android/camera/burst/
H A DBurstTaker.java35 public void startBurst(EvictionHandler evictionHandler, BurstController burstController); in startBurst()
H A DBurstFacadeFactory.java81 BurstFacade burstController = new BurstFacadeImpl(appContext, orientationController, in create() local
H A DBurstTakerImpl.java83 BurstController burstController) { in startBurst()
H A DBurstCaptureCommand.java94 BurstController burstController, in BurstCaptureCommand()
/aosp12/packages/apps/Camera2/src/com/android/camera/one/
H A DOneCameraOpener.java61 BurstFacade burstController, in open()
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DOneCameraFactory.java40 BurstFacade burstController, in createOneCamera()
H A DCamera2OneCameraOpenerImpl.java109 final BurstFacade burstController, in open()
/aosp12/packages/apps/Camera2/src/com/android/camera/one/v1/
H A DLegacyOneCameraOpenerImpl.java53 BurstFacade burstController, in open()
/aosp12/packages/apps/Camera2/src_pd/com/android/camera/one/v2/
H A DOneCameraCreator.java57 BurstFacade burstController, in create()
/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionPlan.cpp1391 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController, in fallback()
1507 std::shared_ptr<StepExecutor>* executor, SharedBurst* burstController, in next()
1530 SharedBurst* burstController, in nextCompound()
1559 SharedBurst* burstController, in nextCompound()
1663 SharedBurst* burstController, in nextCompound()
1706 SharedBurst* burstController, in nextCompound()
1828 SharedBurst* burstController, in nextCompound()
H A DExecutionBuilder.cpp652 auto burstController = burstBuilder ? burstBuilder->getControllerAt(0) : nullptr; in computeInternal() local
696 SharedBurst burstController; in computeInternal() local
1461 const OptionalTimePoint& deadline, const SharedBurst& burstController) { in compute()
H A DManager.cpp526 const std::vector<const RuntimeMemory*>& memories, const SharedBurst& burstController, in execute()
669 const SharedBurst& burstController, const OptionalTimePoint& deadline) const { in compute() argument