Searched refs:ArgumentReplacingDispatcher (Results 1 – 3 of 3) sorted by relevance
37 public class ArgumentReplacingDispatcher<T, TArg> implements Dispatchable<T> { class58 public ArgumentReplacingDispatcher(Dispatchable<T> target, int argumentIndex, in ArgumentReplacingDispatcher() method in ArgumentReplacingDispatcher
23 import android.hardware.camera2.dispatch.ArgumentReplacingDispatcher;529 ArgumentReplacingDispatcher<CameraDeviceImpl.CaptureCallback, CameraCaptureSessionImpl> in createCaptureCallbackProxy()530 replaceDeviceWithSession = new ArgumentReplacingDispatcher<>(duckToSession, in createCaptureCallbackProxy()
1548 android.hardware.camera2.dispatch.ArgumentReplacingDispatcher