Searched refs:camInfo (Results 1 – 9 of 9) sorted by relevance
246 std::shared_ptr<DCameraInfo> camInfo = std::make_shared<DCameraInfo>(); variable247 camInfo->state_ = 1;248 ret = controller_->GetCameraInfo(camInfo);411 std::shared_ptr<DCameraInfo> camInfo = std::make_shared<DCameraInfo>(); variable412 camInfo->state_ = 1;413 int32_t ret = controller_->GetCameraInfo(camInfo);
56 int32_t GetCameraInfo(std::shared_ptr<DCameraInfo>& camInfo) in GetCameraInfo() argument
39 virtual int32_t GetCameraInfo(std::shared_ptr<DCameraInfo>& camInfo) = 0;
58 int32_t GetCameraInfo(std::shared_ptr<DCameraInfo>& camInfo) in GetCameraInfo() argument
43 int32_t GetCameraInfo(std::shared_ptr<DCameraInfo>& camInfo) override;
323 std::shared_ptr<DCameraInfo> camInfo = cmd.value_; in IsCurSinkDev() local324 if (camInfo->state_ == DCAMERA_CHANNEL_STATE_CONNECTED) { in IsCurSinkDev()
48 int32_t GetCameraInfo(std::shared_ptr<DCameraInfo>& camInfo) override;
254 int32_t DCameraSourceController::GetCameraInfo(std::shared_ptr<DCameraInfo>& camInfo) in GetCameraInfo() argument283 camInfo = cmd.value_; in GetCameraInfo()
196 int32_t DCameraSinkController::GetCameraInfo(std::shared_ptr<DCameraInfo>& camInfo) in GetCameraInfo() argument199 camInfo->state_ = sessionState_; in GetCameraInfo()