Home
last modified time | relevance | path

Searched refs:onCaptureBufferLost (Results 1 – 2 of 2) sorted by relevance

/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp492 static void onCaptureBufferLost(void* obj, ACameraCaptureSession* /*session*/, in onCaptureBufferLost() function in CaptureResultListener
1693 CaptureResultListener::onCaptureBufferLost
1704 CaptureResultListener::onCaptureBufferLost
3505 CaptureResultListener::onCaptureBufferLost in nativeImageReaderTestBase()
3732 CaptureResultListener::onCaptureBufferLost in Java_android_hardware_camera2_cts_NativeCameraDeviceTest_testCameraDeviceCaptureFailureNative()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java788 public void onCaptureBufferLost(CameraCaptureSession session, in onCaptureBufferLost() method in CameraTestUtils.SimpleCaptureCallback