Home
last modified time | relevance | path

Searched defs:capture (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/mockito/
DKotlinMockitoHelpers.kt69 fun <T> capture(argumentCaptor: ArgumentCaptor<T>): T = argumentCaptor.capture() in eq() method
105 fun capture(): T = wrapped.capture() in whenever() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DImageCaptureImplTest.kt42 private val capture = TestableImageCaptureImpl( constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/dagger/
DScreenshotModule.java53 abstract ImageCapture bindImageCaptureImpl(ImageCaptureImpl capture); in bindImageCaptureImpl()
/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
DScreenCaptureRule.java64 public void capture(String fileName) { in capture() method in ScreenCaptureRule
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
DEnergyProbe.java56 public int capture(int freq) throws InterruptedException { in capture() method in EnergyProbe
/frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
DMainActivity.java181 public void capture(View v) { in capture() method in MainActivity
/frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
DMainActivity.java148 public void capture(View v) { in capture() method in MainActivity
/frameworks/base/core/java/android/hardware/camera2/
DCameraExtensionSession.java312 public int capture(@NonNull CaptureRequest request, in capture() method in CameraExtensionSession
DCameraCaptureSession.java363 public abstract int capture(@NonNull CaptureRequest request, in capture() method in CameraCaptureSession
/frameworks/base/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/
DCameraTooActivity.java403 public CapturedImageSaver(Image capture) { in CapturedImageSaver()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DRequestProcessor.kt37 private val capture: ImageCapture, constant in com.android.systemui.screenshot.RequestProcessor
/frameworks/av/media/libstagefright/
DFrameCaptureProcessor.cpp109 status_t FrameCaptureProcessor::capture( in capture() function in android::FrameCaptureProcessor
DFrameCaptureLayer.cpp159 status_t FrameCaptureLayer::capture(const ui::PixelFormat reqPixelFormat, in capture() function in android::FrameCaptureLayer
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/
DRingerModeLiveDataTest.kt49 private fun <T> capture(argumentCaptor: ArgumentCaptor<T>): T = argumentCaptor.capture() in capture() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DDeviceControlsControllerImplTest.kt91 fun <T> capture(argumentCaptor: ArgumentCaptor<T>): T = argumentCaptor.capture() in capture() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/controller/
DServiceWrapperTest.kt68 fun <T> capture(argumentCaptor: ArgumentCaptor<T>): T = argumentCaptor.capture() in capture() method
DControlsProviderLifecycleManagerTest.kt74 fun <T> capture(argumentCaptor: ArgumentCaptor<T>): T = argumentCaptor.capture() in capture() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/broadcast/
DUserBroadcastDispatcherTest.kt58 fun <T> capture(argumentCaptor: ArgumentCaptor<T>): T = argumentCaptor.capture() in capture() method
DBroadcastDispatcherTest.kt70 fun <T> capture(argumentCaptor: ArgumentCaptor<T>): T = argumentCaptor.capture() in <lambda>() method
/frameworks/base/core/java/android/webkit/
DWebChromeClient.java640 public void openFileChooser(ValueCallback<Uri> uploadFile, String acceptType, String capture) { in openFileChooser()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/
DPrivacyItemControllerTest.kt62 fun <T> capture(argumentCaptor: ArgumentCaptor<T>): T = argumentCaptor.capture() in capture() method
DAppOpsPrivacyItemMonitorTest.kt65 fun <T> capture(argumentCaptor: ArgumentCaptor<T>): T = argumentCaptor.capture() in capture() method
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraConstrainedHighSpeedCaptureSessionImpl.java227 public int capture(CaptureRequest request, CaptureCallback listener, Handler handler) in capture() method in CameraConstrainedHighSpeedCaptureSessionImpl
DCameraCaptureSessionImpl.java175 public int capture(CaptureRequest request, CaptureCallback callback, in capture() method in CameraCaptureSessionImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/controls/resume/
DResumeMediaBrowserTest.kt49 private fun <T> capture(argumentCaptor: ArgumentCaptor<T>): T = argumentCaptor.capture() in capture() method

12