Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsMiscellaneousTests.cpp174 NativeWindow nativeWindow = context->allocationGetNativeWindow(allocationRecv); in TEST_P() local
175 ASSERT_NE(NativeWindow(0), nativeWindow); in TEST_P()
177 ((ANativeWindow *)nativeWindow)->incStrong(nullptr); in TEST_P()
178 native_window_api_connect((ANativeWindow*)nativeWindow, in TEST_P()
181 context->allocationSetNativeWindow(allocationSend, nativeWindow); in TEST_P()
/hardware/interfaces/renderscript/1.0/
DIContext.hal144 * @return nativeWindow NativeWindow object associated with allocation
148 generates (NativeWindow nativeWindow);
157 * @pram nativeWindow NativeWindow to associate with allocation