/drivers/peripheral/camera/test/ut/v4l2/ |
H A D | camera_video_test.h | 32 int streamId, int captureId, bool shutterCallback, bool isStreaming, const CaptureInfo captureInfo);
|
H A D | double_preview_test.h | 39 void StartCapture(int streamId, int captureId, bool shutterCallback, bool isStreaming);
|
H A D | meta_data_test.h | 34 int streamId, int captureId, bool shutterCallback, bool isStreaming, const CaptureInfo captureInfo);
|
H A D | usb_camera_test_mult.h | 47 void StartCapture(int streamId, int captureId, bool shutterCallback, bool isStreaming);
|
H A D | double_preview_test.cpp | 100 void DoublePreviewTest::StartCapture(int streamId, int captureId, bool shutterCallback, bool isStreaming) in StartCapture() argument 104 captureInfo_.enableShutterCallback_ = shutterCallback; in StartCapture()
|
H A D | test_camera_base.h | 166 void StartCapture(int streamId, int captureId, bool shutterCallback, bool isStreaming);
|
H A D | usb_camera_test_mult.cpp | 221 void UtestUSBCameraTestMult::StartCapture(int streamId, int captureId, bool shutterCallback, bool isStreaming) in StartCapture() argument 226 captureInfo_.enableShutterCallback_ = shutterCallback; in StartCapture()
|
H A D | meta_data_test.cpp | 131 int streamId, int captureId, bool shutterCallback, bool isStreaming, const CaptureInfo captureInfo) in StartCapture() 135 captureInfo_.enableShutterCallback_ = shutterCallback; in StartCapture() 130 StartCapture( int streamId, int captureId, bool shutterCallback, bool isStreaming, const CaptureInfo captureInfo) StartCapture() argument
|
H A D | camera_video_test.cpp | 109 int streamId, int captureId, bool shutterCallback, bool isStreaming, const CaptureInfo captureInfo) in StartCapture() 113 captureInfo_.enableShutterCallback_ = shutterCallback; in StartCapture() 108 StartCapture( int streamId, int captureId, bool shutterCallback, bool isStreaming, const CaptureInfo captureInfo) StartCapture() argument
|
H A D | test_camera_base.cpp | 616 void TestCameraBase::StartCapture(int streamId, int captureId, bool shutterCallback, bool isStreaming) in StartCapture() argument 621 captureInfo.enableShutterCallback_ = shutterCallback; in StartCapture()
|
/drivers/peripheral/camera/test/common/v1_1/include/ |
H A D | hdi_common_v1_1.h | 50 void StartCapture(int streamId, int captureId, bool shutterCallback, bool isStreaming);
|
/drivers/peripheral/camera/test/common/v1_3/include/ |
H A D | hdi_common_v1_3.h | 42 void StartCapture(int streamId, int captureId, bool shutterCallback, bool isStreaming);
|
/drivers/peripheral/camera/test/common/v1_2/include/ |
H A D | hdi_common_v1_2.h | 57 void StartCapture(int streamId, int captureId, bool shutterCallback, bool isStreaming);
|
/drivers/peripheral/camera/test/common/v1_1/src/ |
H A D | hdi_common_v1_1.cpp | 253 void HdiCommonV1_1::StartCapture(int streamId, int captureId, bool shutterCallback, bool isStreaming)
in StartCapture() argument 258 captureInfo->enableShutterCallback_ = shutterCallback;
in StartCapture()
|
/drivers/peripheral/camera/test/common/v1_2/src/ |
H A D | hdi_common_v1_2.cpp | 216 void HdiCommonV1_2::StartCapture(int streamId, int captureId, bool shutterCallback, bool isStreaming)
in StartCapture() argument 221 captureInfo->enableShutterCallback_ = shutterCallback;
in StartCapture()
|
/drivers/peripheral/camera/test/common/v1_3/src/ |
H A D | hdi_common_v1_3.cpp | 275 void HdiCommonV1_3::StartCapture(int streamId, int captureId, bool shutterCallback, bool isStreaming)
in StartCapture() argument 280 captureInfo->enableShutterCallback_ = shutterCallback;
in StartCapture()
|
/drivers/peripheral/camera/test/mpi/src/ |
H A D | common.cpp | 377 void Test::StartCapture(int streamId, int captureId, bool shutterCallback, bool isStreaming) in StartCapture() argument 382 captureInfo->enableShutterCallback_ = shutterCallback; in StartCapture()
|
/drivers/peripheral/camera/test/common/v1_0/src/ |
H A D | hdi_common.cpp | 293 void HdiCommon::StartCapture(int streamId, int captureId, bool shutterCallback, bool isStreaming)
in StartCapture() argument 298 captureInfo->enableShutterCallback_ = shutterCallback;
in StartCapture()
|
/drivers/peripheral/camera/test/mpi/include/ |
H A D | common.h | 66 void StartCapture(int streamId, int captureId, bool shutterCallback, bool isStreaming);
|
/drivers/peripheral/camera/test/common/v1_0/include/ |
H A D | hdi_common.h | 73 void StartCapture(int streamId, int captureId, bool shutterCallback, bool isStreaming);
|
/drivers/peripheral/camera/test/ut/usb_camera/ |
H A D | test_camera_base.cpp | 638 void TestCameraBase::StartCapture(int streamId, int captureId, bool shutterCallback, bool isStreaming) in StartCapture() argument 643 captureInfo.enableShutterCallback_ = shutterCallback; in StartCapture()
|