Home
last modified time | relevance | path

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

/test/xts/acts/graphic/nativewindow/entry/src/main/cpp/
H A Dnativewindow1.cpp571 int requestFenceFd; in testNativeWindowNativeWindowRequestAbortBufferErrorCode() local
572 auto flag = OH_NativeWindow_NativeWindowRequestBuffer(nativeWindow, &nativeWindowBuffer, &requestFenceFd); in testNativeWindowNativeWindowRequestAbortBufferErrorCode()
577 if (nativeWindowBuffer == nullptr || requestFenceFd != -1) { in testNativeWindowNativeWindowRequestAbortBufferErrorCode()
588 flag = OH_NativeWindow_NativeWindowFlushBuffer(nativeWindow, nativeWindowBuffer, requestFenceFd, region); in testNativeWindowNativeWindowRequestAbortBufferErrorCode()

Completed in 3 milliseconds