Searched refs:ACameraCaptureSession (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/graphics/jni/ |
D | CameraTestHelpers.h | 51 ACameraCaptureSession * /*session*/) {} in onSessionClosed() argument 53 ACameraCaptureSession * /*session*/) {} in onSessionReady() argument 55 ACameraCaptureSession * /*session*/) {} in onSessionActive() argument 74 ACameraCaptureSession *mSession{nullptr};
|
/cts/tests/tests/media/libimagereaderjni/ |
D | AImageReaderCts.cpp | 232 static void onSessionClosed(void* /*obj*/, ACameraCaptureSession* /*session*/) {} in onSessionClosed() argument 234 static void onSessionReady(void* /*obj*/, ACameraCaptureSession* /*session*/) {} in onSessionReady() argument 236 static void onSessionActive(void* /*obj*/, ACameraCaptureSession* /*session*/) {} in onSessionActive() argument 255 ACameraCaptureSession* mSession = nullptr;
|
/cts/tests/camera/libctscamera2jni/ |
D | native-camera-jni.cpp | 143 static void onClosed(void* obj, ACameraCaptureSession *session) { in onClosed() 155 static void onReady(void* obj, ACameraCaptureSession *session) { in onReady() 175 static void onActive(void* obj, ACameraCaptureSession *session) { in onActive() 251 static void onCaptureStart(void* /*obj*/, ACameraCaptureSession* /*session*/, in onCaptureStart() argument 256 static void onCaptureProgressed(void* /*obj*/, ACameraCaptureSession* /*session*/, in onCaptureProgressed() argument 261 static void onCaptureCompleted(void* obj, ACameraCaptureSession* /*session*/, in onCaptureCompleted() argument 284 static void onCaptureFailed(void* obj, ACameraCaptureSession* /*session*/, in onCaptureFailed() argument 296 static void onCaptureSequenceCompleted(void* obj, ACameraCaptureSession* /*session*/, in onCaptureSequenceCompleted() argument 309 static void onCaptureSequenceAborted(void* /*obj*/, ACameraCaptureSession* /*session*/, in onCaptureSequenceAborted() argument 314 static void onCaptureBufferLost(void* obj, ACameraCaptureSession* /*session*/, in onCaptureBufferLost() argument [all …]
|