Home
last modified time | relevance | path

Searched refs:HCaptureSession (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhcapture_session.cpp81 static std::map<pid_t, sptr<HCaptureSession>> g_totalSessions;
89 static const std::map<pid_t, sptr<HCaptureSession>> TotalSessionsCopy() in TotalSessionsCopy()
95 static void TotalSessionsInsert(pid_t pid, sptr<HCaptureSession> session) in TotalSessionsInsert()
100 MEDIA_ERR_LOG("HCaptureSession TotalSessionsInsert insert session but pid already exist!, memory leak may " in TotalSessionsInsert()
109 static sptr<HCaptureSession> TotalSessionsGet(pid_t pid) in TotalSessionsGet()
132 sptr<HCaptureSession> HCaptureSession::NewInstance(const uint32_t callerToken, int32_t opMode) in NewInstance()
134 sptr<HCaptureSession> session = new HCaptureSession(); in NewInstance()
139 int32_t HCaptureSession
165 HCaptureSession::HCaptureSession() HCaptureSession() function in OHOS::CameraStandard::HCaptureSession
174 HCaptureSession::HCaptureSession(const uint32_t callingTokenId, int32_t opMode) HCaptureSession() function in OHOS::CameraStandard::HCaptureSession
[all...]
H A Dhcamera_service.cpp445 sptr<HCaptureSession> captureSession = HCaptureSession::NewInstance(callerToken, opMode); in CreateCaptureSession()
1158 sptr<HCaptureSession> captureSession_ = nullptr; in SetPrelaunchConfig()
1277 HCaptureSession::DumpCameraSessionSummary(infoDumper); in DumpCameraSummary()
1573 HCaptureSession::DumpSessions(infoDumper); in Dump()
1630 int activeTime, EffectParam effectParam, sptr<HCaptureSession> captureSession) in SaveCurrentParamForRestore()
1649 "HCaptureSession::SaveCurrentParamForRestore() Failed to save param"); in SaveCurrentParamForRestore()
1665 "HCaptureSession::SaveCurrentParamForRestore() Failed to get streams info, %{public}d", rc); in SaveCurrentParamForRestore()
1966 sptr<HCaptureSession> captureSession = nullptr; in GetCameraOutputStatus()
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhcapture_session.h208 class EXPORT_API HCaptureSession : public HCaptureSessionStub, public StreamOperatorCallback { class
210 static sptr<HCaptureSession> NewInstance(const uint32_t callerToken, int32_t opMode);
211 HCaptureSession();
212 explicit HCaptureSession(const uint32_t callingTokenId, int32_t opMode);
213 virtual ~HCaptureSession();
H A Dhcamera_service.h254 EffectParam effectParam, sptr<HCaptureSession> captureSession);
284 SafeMap<uint32_t, sptr<HCaptureSession>> captureSessionsManager_;
/foundation/multimedia/camera_framework/frameworks/native/camera/test/unittest/src/v1_1/
H A Dcamera_framework_unittest.cpp868 sptr<HCaptureSession> camSession = new (std::nothrow) HCaptureSession(callerToken, mode); in TearDownTestCase()
2680 * CaseDescription: Test HCaptureSession with anomalous branch
2701 sptr<HCaptureSession> camSession = new (std::nothrow) HCaptureSession(callerToken, mode); in HWTEST_F()
3285 * CaseDescription: Test HCaptureSession with anomalous branch.
3303 sptr<HCaptureSession> camSession = new (std::nothrow) HCaptureSession(callerToken, mode); in HWTEST_F()
3351 * CaseDescription: Test HCaptureSession with anomalous branch.
3369 sptr<HCaptureSession> camSessio in HWTEST_F()
[all...]
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhcamera_service_stub.cpp582 HCaptureSession::DestroyStubObjectForPid(pid); in DestroyStubForPid()

Completed in 17 milliseconds