Home
last modified time | relevance | path

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

/cts/tests/camera/libctscamera2jni/
Dnative-camera-jni.cpp165 class CaptureSessionListener { class
174 CaptureSessionListener* thiz = reinterpret_cast<CaptureSessionListener*>(obj); in onClosed()
185 CaptureSessionListener* thiz = reinterpret_cast<CaptureSessionListener*>(obj); in onReady()
205 CaptureSessionListener* thiz = reinterpret_cast<CaptureSessionListener*>(obj); in onActive()
1500 CaptureSessionListener* getSessionListener() { in getSessionListener()
1532 CaptureSessionListener mSessionListener;
1535 CaptureSessionListener::onClosed,
1536 CaptureSessionListener::onReady,
1537 CaptureSessionListener::onActive
2231 CaptureSessionListener* sessionListener = testCase.getSessionListener(); in Java_android_hardware_camera2_cts_NativeCameraDeviceTest_testCameraDeviceSessionOpenAndCloseNative()