Home
last modified time | relevance | path

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

/hardware/interfaces/renderscript/1.0/vts/functional/
DVtsMiscellaneousTests.cpp174 NativeWindow nativeWindow = context->allocationGetNativeWindow(allocationRecv); in TEST_F()
236 NativeWindow nativeWindow1 = context->allocationGetNativeWindow(allocationRecv1); in TEST_F()
239 NativeWindow nativeWindow2 = context->allocationGetNativeWindow(allocationRecv2); in TEST_F()
/hardware/interfaces/renderscript/1.0/default/
DContext.h46 Return<NativeWindow> allocationGetNativeWindow(Allocation allocation) override;
DContext.cpp115 Return<NativeWindow> Context::allocationGetNativeWindow(Allocation allocation) { in allocationGetNativeWindow() function in android::hardware::renderscript::V1_0::implementation::Context
/hardware/interfaces/renderscript/1.0/
DIContext.hal147 allocationGetNativeWindow(Allocation allocation)