Home
last modified time | relevance | path

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

12

/frameworks/base/libs/dream/lowlight/tests/src/com/android/dream/lowlight/utils/
DKotlinMockitoHelpers.kt46 fun <T> capture(argumentCaptor: ArgumentCaptor<T>): T = argumentCaptor.capture() in eq() method
82 fun capture(): T = wrapped.capture() in whenever() method
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/mockito/
DKotlinMockitoHelpers.kt106 fun <T> capture(argumentCaptor: ArgumentCaptor<T>): T = argumentCaptor.capture() in eq() method
188 fun capture(): T = wrapped.capture() in whenever() method
/frameworks/base/cmds/screencap/
Dscreencap_utils.cpp23 base::Result<gui::ScreenCaptureResults> capture(const DisplayId displayId, in capture() function
/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/base/packages/SystemUI/src/com/android/systemui/screenshot/dagger/
DScreenshotModule.java67 abstract ImageCapture bindImageCaptureImpl(ImageCaptureImpl capture); in bindImageCaptureImpl()
/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/tests/Camera2Tests/CameraToo/src/com/example/android/camera2/cameratoo/
DCameraTooActivity.java403 public CapturedImageSaver(Image capture) { in CapturedImageSaver()
/frameworks/av/media/libstagefright/
DFrameCaptureProcessor.cpp109 status_t FrameCaptureProcessor::capture( in capture() function in android::FrameCaptureProcessor
DFrameCaptureLayer.cpp150 status_t FrameCaptureLayer::capture(const ui::PixelFormat reqPixelFormat, in capture() function in android::FrameCaptureLayer
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/util/
DRingerModeLiveDataTest.kt49 private fun <T> capture(argumentCaptor: ArgumentCaptor<T>): T = argumentCaptor.capture() in capture() method
/frameworks/av/media/libaudioclient/tests/
Daudiorouting_tests.cpp113 sp<AudioCapture> capture = sp<AudioCapture>::make( in TEST_P() local
/frameworks/base/core/java/android/hardware/camera2/
DCameraExtensionSession.java385 public int capture(@NonNull CaptureRequest request, in capture() method in CameraExtensionSession
/frameworks/av/media/libeffects/visualizer/aidl/
DVisualizerContext.cpp177 std::vector<uint8_t> VisualizerContext::capture() { in capture() function in aidl::android::hardware::audio::effect::VisualizerContext
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/touch/
DShadeTouchHandler.kt64 private var capture: Boolean? = null in <lambda>() variable
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/policy/
DPolicyRequestProcessor.kt48 private val capture: ImageCapture, in <lambda>() constant in com.android.systemui.screenshot.policy.PolicyRequestProcessor
/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/libs/binary_translation/intrinsics/riscv64_to_all/include/berberis/intrinsics/riscv64_to_all/
Dvector_intrinsics.h761 #define DEFINE_ARITHMETIC_INTRINSIC(Name, arithmetic, parameters, capture, arguments) \ argument
835 #define DEFINE_ARITHMETIC_REDUCE_INTRINSIC(Name, arithmetic, parameters, capture, arguments) \ argument
857 #define DEFINE_W_ARITHMETIC_INTRINSIC(Name, Pattern, arithmetic, parameters, capture, arguments) \ argument
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/controls/controller/
DServiceWrapperTest.kt68 fun <T> capture(argumentCaptor: ArgumentCaptor<T>): T = argumentCaptor.capture() in capture() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/
DKeyguardUnlockAnimationControllerTest.kt692 fun capture(predicate: Predicate<T>): T { in <lambda>() method
/frameworks/base/core/java/android/hardware/camera2/impl/
DCameraSharedCaptureSessionImpl.java151 public int capture(CaptureRequest request, CaptureCallback listener, Handler handler) in capture() method in CameraSharedCaptureSessionImpl
DCameraConstrainedHighSpeedCaptureSessionImpl.java227 public int capture(CaptureRequest request, CaptureCallback listener, Handler handler) in capture() method in CameraConstrainedHighSpeedCaptureSessionImpl
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/broadcast/
DUserBroadcastDispatcherTest.kt58 fun <T> capture(argumentCaptor: ArgumentCaptor<T>): T = argumentCaptor.capture() in capture() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/privacy/
DPrivacyItemControllerTest.kt62 fun <T> capture(argumentCaptor: ArgumentCaptor<T>): T = argumentCaptor.capture() in capture() method

12