Home
last modified time | relevance | path

Searched defs: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
65 OH_NativeVSync *nativeVSync = OH_NativeVSync_Create(nullptr, length); in OHNativeVSyncCreateFOne() local
78 OH_NativeVSync *nativeVSync = OH_NativeVSync_Create(name, sizeof(name)); in OHNativeVSyncRequestFrame() local
108 OH_NativeVSync *nativeVSync = OH_NativeVSync_Create(name, sizeof(name)); in OHNativeVSyncRequestFrameFTwo() local
125 OH_NativeVSync *nativeVSync = OH_NativeVSync_Create(name, sizeof(name)); in OHNativeVSyncGetPeriod() local
164 OH_NativeVSync *nativeVSync = OH_NativeVSync_Create(nullptr, length); in OHNativeVSyncCreateNull() local
178 OH_NativeVSync *nativeVSync = OH_NativeVSync_Create(name, length); in OHNativeVSyncCreateNotEq() local
220 OH_NativeVSync *nativeVSync = OH_NativeVSync_Create(NULL, 0); in OHNativeVSyncCreateAbnormal() local
261 OH_NativeVSync *nativeVSync = nullptr; in OHNativeVSyncCreateDifLenth() local
320 OH_NativeVSync *nativeVSync = OH_NativeVSync_Create(name, length); in OHNativeVSyncRequestFrameNullptr() local
[all …]