Home
last modified time | relevance | path

Searched refs:SetMirror (Results 1 - 19 of 19) sorted by relevance

/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Distream_repeat.h49 virtual int32_t SetMirror(bool isEnable) = 0;
/foundation/multimedia/camera_framework/services/camera_service/binder/client/include/
H A Dhstream_repeat_proxy.h50 int32_t SetMirror(bool isEnable) override;
/foundation/multimedia/camera_framework/services/camera_service/include/
H A Dhstream_repeat.h80 int32_t SetMirror(bool isEnable) override;
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.h51 virtual void SetMirror(ScreenId mirrorId) = 0;
133 void SetMirror(ScreenId mirrorId) override;
H A Drs_screen.cpp226 void RSScreen::SetMirror(ScreenId mirrorId) in SetMirror() function in OHOS::Rosen::impl::RSScreen
H A Drs_screen_manager.cpp786 screensIt->second->SetMirror(toMirror); in SetScreenMirror()
1201 screen->SetMirror(INVALID_SCREEN_ID); in RemoveVirtualScreenLocked()
/foundation/multimedia/camera_framework/frameworks/native/ndk/impl/
H A Dphoto_output_impl.cpp297 capSettings->SetMirror(isMirrorEnable_); in Capture()
318 capSettings->SetMirror(setting.mirror); in Capture_WithCaptureSetting()
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhstream_repeat_stub.cpp155 int ret = SetMirror(isEnable); in HandleSetMirror()
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhstream_repeat_proxy.cpp224 int32_t HStreamRepeatProxy::SetMirror(bool isEnable) in SetMirror() function in OHOS::CameraStandard::HStreamRepeatProxy
235 MEDIA_ERR_LOG("HStreamRepeatProxy SetMirror failed, error: %{public}d", error); in SetMirror()
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/output/
H A Dphoto_output.h224 void SetMirror(bool enable);
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
H A Dvideo_output.cpp339 int32_t retCode = itemStream->SetMirror(enabled); in enableMirror()
H A Dphoto_output.cpp155 void PhotoCaptureSetting::SetMirror(bool enable) in SetMirror() function in OHOS::CameraStandard::PhotoCaptureSetting
161 MEDIA_DEBUG_LOG("PhotoCaptureSetting::SetMirror value=%{public}d", enable); in SetMirror()
169 CHECK_ERROR_PRINT_LOG(!status, "PhotoCaptureSetting::SetMirror Failed to set mirroring in photo capture setting"); in SetMirror()
/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_repeat.cpp543 int32_t HStreamRepeat::SetMirror(bool isEnable) in SetMirror() function in OHOS::CameraStandard::HStreamRepeat
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager.h171 DMError SetMirror(ScreenId screenId, std::vector<ScreenId> screens);
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dmulti_screen_manager.cpp77 DMError ret = ScreenSessionManager::GetInstance().SetMirror(mainScreenId, screenIds); in VirtualScreenMirrorSwitch()
H A Dscreen_session_manager.cpp3862 DMError ScreenSessionManager::SetMirror(ScreenId screenId, std::vector<ScreenId> screens) in SetMirror() function in OHOS::Rosen::ScreenSessionManager
3864 TLOGI(WmsLogTag::DMS, "SetMirror, screenId:%{public}" PRIu64"", screenId); in SetMirror()
3867 TLOGE(WmsLogTag::DMS, "SetMirror screen is nullptr, or screenType is not real."); in SetMirror()
3875 TLOGE(WmsLogTag::DMS, "SetMirror group is nullptr"); in SetMirror()
3887 TLOGI(WmsLogTag::DMS, "SetMirror success"); in SetMirror()
/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_output_napi.cpp108 capSettings->SetMirror(context->objectInfo->GetEnableMirror()); in ProcessCapture()
110 capSettings->SetMirror(context->isMirror); in ProcessCapture()
123 capSettings->SetMirror(context->objectInfo->GetEnableMirror()); in ProcessCapture()
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_manager_test.cpp1523 * @tc.name: SetMirror
1524 * @tc.desc: SetMirror virtual screen
1527 HWTEST_F(ScreenSessionManagerTest, SetMirror, Function | SmallTest | Level3) in HWTEST_F()
1531 virtualOption.name_ = "SetMirror"; in HWTEST_F()
1543 ASSERT_EQ(DMError::DM_OK, ssm_->SetMirror(2, screens)); in HWTEST_F()
1544 ASSERT_EQ(DMError::DM_ERROR_NULLPTR, ssm_->SetMirror(9, screens)); in HWTEST_F()
/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp2757 photoSetting->SetMirror(true); in HWTEST_F()
2758 photoSetting->SetMirror(true); in HWTEST_F()

Completed in 52 milliseconds