Home
last modified time | relevance | path

Searched refs:nativeVsync (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_2d/interfaces/inner_api/composer/
H A Dnative_vsync.h69 void OH_NativeVSync_Destroy(OH_NativeVSync* nativeVsync);
76 * @param nativeVsync Indicates the pointer to a NativeVsync.
80 * {@link NATIVE_ERROR_INVALID_ARGUMENTS} 40001000 - the parameter nativeVsync is NULL or callback is NULL.
85 int OH_NativeVSync_RequestFrame(OH_NativeVSync* nativeVsync, OH_NativeVSync_FrameCallback callback, void* data);
92 * @param nativeVsync Indicates the pointer to a NativeVsync.
96 * {@link NATIVE_ERROR_INVALID_ARGUMENTS} 40001000 - the parameter nativeVsync is NULL or callback is NULL.
102 OH_NativeVSync* nativeVsync, OH_NativeVSync_FrameCallback callback, void* data);
108 * @param nativeVsync Indicates the pointer to a NativeVsync.
114 int OH_NativeVSync_GetPeriod(OH_NativeVSync* nativeVsync, long long* period);
132 * @param nativeVsync Indicate
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/
H A Dvsync_limit_test.cpp44 OH_NativeVSync *nativeVsync = OH_NativeVSync_Create(name, sizeof(name)); in HWTEST_F() local
45 ASSERT_EQ(nativeVsync, nullptr); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/composer/native_vsync/
H A Dnative_vsync.cpp101 int OH_NativeVSync_GetPeriod(OH_NativeVSync* nativeVsync, long long* period) in OH_NativeVSync_GetPeriod() argument
103 NativeVSync* nativeVSync = OH_NativeVSync_OHNativeVSyncToNativeVSync(nativeVsync); in OH_NativeVSync_GetPeriod()

Completed in 2 milliseconds