Home
last modified time | relevance | path

Searched refs:captureListener (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/camera_framework/interfaces/inner_api/native/test/
H A Dcamera_capture.cpp213 sptr<SurfaceListener> captureListener = new(std::nothrow) SurfaceListener("Photo", SurfaceType::PHOTO, in main() local
215 if (captureListener == nullptr) { in main()
218 photoSurface->RegisterConsumerListener((sptr<IBufferConsumerListener> &)captureListener); in main()
H A Dcamera_capture_mode.cpp439 sptr<SurfaceListener> captureListener = new(std::nothrow) SurfaceListener("Photo", SurfaceType::PHOTO, in main() local
441 if (captureListener == nullptr) { in main()
444 photoSurface->RegisterConsumerListener((sptr<IBufferConsumerListener> &)captureListener); in main()

Completed in 2 milliseconds