Home
last modified time | relevance | path

Searched refs:SetInstantRecording (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_capture_recorder.cpp179 RSSystemProperties::SetInstantRecording(false); in EndInstantCaptureDrawing()
190 RSSystemProperties::SetInstantRecording(false); in EndInstantCaptureDrawing()
198 RSSystemProperties::SetInstantRecording(false); in EndInstantCaptureDrawing()
218 RSSystemProperties::SetInstantRecording(false); in EndInstantCaptureSKP()
235 RSSystemProperties::SetInstantRecording(false); in EndInstantCaptureSKP()
264 RSSystemProperties::SetInstantRecording(false); in EndCaptureMSKP()
H A Drs_profiler.cpp756 RSSystemProperties::SetInstantRecording(true); in SaveRdc()
764 RSSystemProperties::SetInstantRecording(true); in SaveSkp()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_system_properties_test.cpp119 HWTEST_F(RSSystemPropertiesTest, SetInstantRecording, TestSize.Level1)
122 RSSystemProperties::SetInstantRecording(flag);
125 RSSystemProperties::SetInstantRecording(flag);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/common/
H A Drs_system_properties.h129 static void SetInstantRecording(bool flag);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_system_properties.cpp120 void RSSystemProperties::SetInstantRecording(bool flag) in SetInstantRecording() function in OHOS::Rosen::RSSystemProperties