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
1701 CaptureResultListener::onCaptureBufferLost
1712 CaptureResultListener::onCaptureBufferLost
3513 CaptureResultListener::onCaptureBufferLost in nativeImageReaderTestBase()
3740 CaptureResultListener::onCaptureBufferLost in Java_android_hardware_camera2_cts_NativeCameraDeviceTest_testCameraDeviceCaptureFailureNative()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java807 public void onCaptureBufferLost(CameraCaptureSession session, in onCaptureBufferLost() method in CameraTestUtils.SimpleCaptureCallback