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/
H A Dnativevsync.cpp43 OH_NativeVSync *nativeVSync = OH_NativeVSync_Create(name, sizeof(name)); in OHNativeVSyncCreate() local
57 OH_NativeVSync *nativeVSync = OH_NativeVSync_Create(nullptr, length); in OHNativeVSyncCreateFOne() local
70 OH_NativeVSync *nativeVSync = OH_NativeVSync_Create(name, sizeof(name)); in OHNativeVSyncRequestFrame() local
100 OH_NativeVSync *nativeVSync in OHNativeVSyncRequestFrameFTwo() local
117 OH_NativeVSync *nativeVSync = OH_NativeVSync_Create(name, sizeof(name)); OHNativeVSyncGetPeriod() local
156 OH_NativeVSync *nativeVSync = OH_NativeVSync_Create(nullptr, length); OHNativeVSyncCreateNull() local
170 OH_NativeVSync *nativeVSync = OH_NativeVSync_Create(name, length); OHNativeVSyncCreateNotEq() local
212 OH_NativeVSync *nativeVSync = OH_NativeVSync_Create(NULL, 0); OHNativeVSyncCreateAbnormal() local
253 OH_NativeVSync *nativeVSync = nullptr; OHNativeVSyncCreateDifLenth() local
308 OH_NativeVSync *nativeVSync = OH_NativeVSync_Create(name, length); OHNativeVSyncRequestFrameNullptr() local
335 OH_NativeVSync *nativeVSync = OH_NativeVSync_Create(name, length); OHNativeVSyncRequestFrameNormal() local
348 OH_NativeVSync *nativeVSync = OH_NativeVSync_Create(name, length); OHNativeVSyncRequestFrameParamErr() local
[all...]

Completed in 2 milliseconds