OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EvictionHandler
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Camera2/src/com/android/camera/burst/
BurstTaker.java
19
import com.android.camera.burst.
EvictionHandler
;
31
* @param
evictionHandler
the strategy to use for evicting frames from the
35
public void startBurst(
EvictionHandler
evictionHandler
, BurstController burstController);
EvictionHandler.java
29
public interface
EvictionHandler
{
RingBuffer.java
29
* {@link
EvictionHandler
} instance and uses it to evict frames when the ring
34
private final
EvictionHandler
mEvictionHandler;
41
* @param
evictionHandler
43
public RingBuffer(int maxCapacity,
EvictionHandler
evictionHandler
) {
45
mEvictionHandler =
evictionHandler
;
BurstController.java
103
public
EvictionHandler
startBurst(SurfaceTexture surfaceTexture,
BurstTakerImpl.java
82
public void startBurst(
EvictionHandler
evictionHandler
,
91
mBurstLifetime,
evictionHandler
, burstController, mRestorePreviewCommand,
BurstCaptureCommand.java
61
private final
EvictionHandler
mBurstEvictionHandler;
93
EvictionHandler
burstEvictionHandler,
BurstFacadeImpl.java
153
EvictionHandler
evictionHandler
=
161
mBurstTaker.get().startBurst(
evictionHandler
, mBurstController);
/packages/apps/Camera2/src_pd/com/android/camera/burst/
BurstControllerImpl.java
22
import com.android.camera.burst.
EvictionHandler
;
44
public
EvictionHandler
startBurst(SurfaceTexture surfaceTexture,
Completed in 394 milliseconds