Searched refs:nativeVSync (Results 1 – 1 of 1) sorted by relevance
51 OH_NativeVSync *nativeVSync = OH_NativeVSync_Create(name, sizeof(name)); in OHNativeVSyncCreate() local52 if (nativeVSync != nullptr) { in OHNativeVSyncCreate()54 OH_NativeVSync_Destroy(nativeVSync); in OHNativeVSyncCreate()65 OH_NativeVSync *nativeVSync = OH_NativeVSync_Create(nullptr, length); in OHNativeVSyncCreateFOne() local66 if (nativeVSync != nullptr) { in OHNativeVSyncCreateFOne()78 OH_NativeVSync *nativeVSync = OH_NativeVSync_Create(name, sizeof(name)); in OHNativeVSyncRequestFrame() local80 int ret = OH_NativeVSync_RequestFrame(nativeVSync, callback, nullptr); in OHNativeVSyncRequestFrame()86 if (nativeVSync) { in OHNativeVSyncRequestFrame()87 OH_NativeVSync_Destroy(nativeVSync); in OHNativeVSyncRequestFrame()108 OH_NativeVSync *nativeVSync = OH_NativeVSync_Create(name, sizeof(name)); in OHNativeVSyncRequestFrameFTwo() local[all …]