Home
last modified time | relevance | path

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

/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp137 class CaptureSessionListener { class
146 CaptureSessionListener* thiz = reinterpret_cast<CaptureSessionListener*>(obj); in onClosed()
157 CaptureSessionListener* thiz = reinterpret_cast<CaptureSessionListener*>(obj); in onReady()
177 CaptureSessionListener* thiz = reinterpret_cast<CaptureSessionListener*>(obj); in onActive()
792 CaptureSessionListener* getSessionListener() { in getSessionListener()
816 CaptureSessionListener mSessionListener;
819 CaptureSessionListener::onClosed,
820 CaptureSessionListener::onReady,
821 CaptureSessionListener::onActive
1405 CaptureSessionListener* sessionListener = testCase.getSessionListener(); in Java_android_hardware_camera2_cts_NativeCameraDeviceTest_testCameraDeviceSessionOpenAndCloseNative()