Home
last modified time | relevance | path

Searched refs:VSYNC_ERROR_NULLPTR (Results 1 - 8 of 8) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_controller.cpp35 return VSYNC_ERROR_NULLPTR; in SetEnable()
39 return VSYNC_ERROR_NULLPTR; in SetEnable()
68 return VSYNC_ERROR_NULLPTR; in SetCallback()
78 return VSYNC_ERROR_NULLPTR; in SetPhaseOffset()
82 return VSYNC_ERROR_NULLPTR; in SetPhaseOffset()
H A Dvsync_distributor.cpp128 return VSYNC_ERROR_NULLPTR; in RequestNextVSync()
132 return VSYNC_ERROR_NULLPTR; in RequestNextVSync()
212 return VSYNC_ERROR_NULLPTR; in SetVSyncRate()
216 return VSYNC_ERROR_NULLPTR; in SetVSyncRate()
249 return VSYNC_ERROR_NULLPTR; in SetUiDvsyncSwitch()
253 return VSYNC_ERROR_NULLPTR; in SetUiDvsyncSwitch()
269 return VSYNC_ERROR_NULLPTR; in SetNativeDVSyncSwitch()
273 return VSYNC_ERROR_NULLPTR; in SetNativeDVSyncSwitch()
289 return VSYNC_ERROR_NULLPTR; in SetUiDvsyncConfig()
293 return VSYNC_ERROR_NULLPTR; in SetUiDvsyncConfig()
[all...]
H A Dvsync_receiver.cpp168 return VSYNC_ERROR_NULLPTR; in Init()
/foundation/graphic/graphic_surface/interfaces/inner_api/common/
H A Dgraphic_common_c.h121 VSYNC_ERROR_NULLPTR = GSERROR_INVALID_ARGUMENTS, enumerator
/foundation/graphic/graphic_2d/interfaces/inner_api/common/
H A Dgraphic_common_c.h116 VSYNC_ERROR_NULLPTR = GSERROR_INVALID_ARGUMENTS, enumerator
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/
H A Dvsync_controller_test.cpp96 ASSERT_EQ(VSyncControllerTest::vsyncController_->SetCallback(nullptr), VSYNC_ERROR_NULLPTR); in HWTEST_F()
H A Dvsync_distributor_test.cpp59 ASSERT_EQ(VSyncDistributorTest::vsyncDistributor->AddConnection(nullptr), VSYNC_ERROR_NULLPTR); in HWTEST_F()
86 ASSERT_EQ(VSyncDistributorTest::vsyncDistributor->RemoveConnection(nullptr), VSYNC_ERROR_NULLPTR); in HWTEST_F()
125 ASSERT_EQ(VSyncDistributorTest::vsyncDistributor->RequestNextVSync(nullptr), VSYNC_ERROR_NULLPTR); in HWTEST_F()
H A Dvsync_receiver_test.cpp149 ASSERT_NE(VsyncReceiverTest::vsyncReceiver->Init(), VSYNC_ERROR_NULLPTR); in HWTEST_F()

Completed in 5 milliseconds