Home
last modified time | relevance | path

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

/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp208 class CaptureSessionListener { class
217 CaptureSessionListener* thiz = reinterpret_cast<CaptureSessionListener*>(obj); in onClosed()
228 CaptureSessionListener* thiz = reinterpret_cast<CaptureSessionListener*>(obj); in onReady()
248 CaptureSessionListener* thiz = reinterpret_cast<CaptureSessionListener*>(obj); in onActive()
1644 CaptureSessionListener* getSessionListener() { in getSessionListener()
1676 CaptureSessionListener mSessionListener;
1679 CaptureSessionListener::onClosed,
1680 CaptureSessionListener::onReady,
1681 CaptureSessionListener::onActive
2495 CaptureSessionListener* sessionListener = testCase.getSessionListener(); in Java_android_hardware_camera2_cts_NativeCameraDeviceTest_testCameraDeviceSessionOpenAndCloseNative()