Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativevsync/entry/src/main/cpp/
Dnativevsync.cpp51 OH_NativeVSync *nativeVSync = OH_NativeVSync_Create(name, sizeof(name)); in OHNativeVSyncCreate() local
52 if (nativeVSync != nullptr) { in OHNativeVSyncCreate()
54 OH_NativeVSync_Destroy(nativeVSync); in OHNativeVSyncCreate()
65 OH_NativeVSync *nativeVSync = OH_NativeVSync_Create(nullptr, length); in OHNativeVSyncCreateFOne() local
66 if (nativeVSync != nullptr) { in OHNativeVSyncCreateFOne()
78 OH_NativeVSync *nativeVSync = OH_NativeVSync_Create(name, sizeof(name)); in OHNativeVSyncRequestFrame() local
80 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 …]