Searched refs:ahbFunctions (Results 1 – 2 of 2) sorted by relevance
114 AhbFunctions ahbFunctions; variable134 if (!ahbFunctionsLoaded(&ahbFunctions, sdkVersion)) in loadAhbDynamicApis()137 …ahbFunctions.allocate = reinterpret_cast<pfnAHardwareBuffer_allocate>(libnativewindow.getFunction(… in loadAhbDynamicApis()138 …ahbFunctions.describe = reinterpret_cast<pfnAHardwareBuffer_describe>(libnativewindow.getFunction(… in loadAhbDynamicApis()139 …ahbFunctions.acquire = reinterpret_cast<pfnAHardwareBuffer_acquire>(libnativewindow.getFunction("… in loadAhbDynamicApis()140 …ahbFunctions.release = reinterpret_cast<pfnAHardwareBuffer_release>(libnativewindow.getFunction("… in loadAhbDynamicApis()142 …ahbFunctions.isSupported = reinterpret_cast<pfnAHardwareBuffer_isSupported>(libnativewindow.getFun… in loadAhbDynamicApis()144 ahbFunctions.isSupported = DE_NULL; in loadAhbDynamicApis()146 return ahbFunctionsLoaded(&ahbFunctions, sdkVersion); in loadAhbDynamicApis()221 if (ahbFunctions.isSupported != DE_NULL) in AndroidNativeClientBuffer()[all …]
1349 static AhbFunctions ahbFunctions; variable1370 if (!ahbFunctionsLoaded(&ahbFunctions)) in loadAhbDynamicApis()1373 …ahbFunctions.allocate = reinterpret_cast<pfnAHardwareBuffer_allocate>(libnativewindow.getFunction(… in loadAhbDynamicApis()1374 …ahbFunctions.describe = reinterpret_cast<pfnAHardwareBuffer_describe>(libnativewindow.getFunction(… in loadAhbDynamicApis()1375 …ahbFunctions.acquire = reinterpret_cast<pfnAHardwareBuffer_acquire>(libnativewindow.getFunction("… in loadAhbDynamicApis()1376 …ahbFunctions.release = reinterpret_cast<pfnAHardwareBuffer_release>(libnativewindow.getFunction("… in loadAhbDynamicApis()1378 return ahbFunctionsLoaded(&ahbFunctions); in loadAhbDynamicApis()1437 ahbFunctions.allocate(&hbufferdesc, &hbuffer); in allocate()1444 ahbFunctions.acquire(static_cast<AHardwareBuffer*>(buffer.internal)); in acquire()1449 ahbFunctions.release(static_cast<AHardwareBuffer*>(buffer.internal)); in release()[all …]