Searched refs:ahbFunctions (Results 1 – 2 of 2) sorted by relevance
100 AhbFunctions ahbFunctions; variable122 if (!ahbFunctionsLoaded(&ahbFunctions)) in loadAhbDynamicApis()125 …ahbFunctions.allocate = reinterpret_cast<pfnAHardwareBuffer_allocate>(libnativewindow.getFunction(… in loadAhbDynamicApis()126 …ahbFunctions.describe = reinterpret_cast<pfnAHardwareBuffer_describe>(libnativewindow.getFunction(… in loadAhbDynamicApis()127 …ahbFunctions.acquire = reinterpret_cast<pfnAHardwareBuffer_acquire>(libnativewindow.getFunction("… in loadAhbDynamicApis()128 …ahbFunctions.release = reinterpret_cast<pfnAHardwareBuffer_release>(libnativewindow.getFunction("… in loadAhbDynamicApis()129 …ahbFunctions.isSupported = reinterpret_cast<pfnAHardwareBuffer_isSupported>(libnativewindow.getFu… in loadAhbDynamicApis()131 return ahbFunctionsLoaded(&ahbFunctions); in loadAhbDynamicApis()217 if (!ahbFunctions.isSupported(&hbufferdesc)) in AndroidNativeClientBuffer()220 ahbFunctions.allocate(&hbufferdesc, &m_hardwareBuffer); in AndroidNativeClientBuffer()[all …]
1341 static AhbFunctions ahbFunctions; variable1362 if (!ahbFunctionsLoaded(&ahbFunctions)) in loadAhbDynamicApis()1365 …ahbFunctions.allocate = reinterpret_cast<pfnAHardwareBuffer_allocate>(libnativewindow.getFunction(… in loadAhbDynamicApis()1366 …ahbFunctions.describe = reinterpret_cast<pfnAHardwareBuffer_describe>(libnativewindow.getFunction(… in loadAhbDynamicApis()1367 …ahbFunctions.acquire = reinterpret_cast<pfnAHardwareBuffer_acquire>(libnativewindow.getFunction("… in loadAhbDynamicApis()1368 …ahbFunctions.release = reinterpret_cast<pfnAHardwareBuffer_release>(libnativewindow.getFunction("… in loadAhbDynamicApis()1370 return ahbFunctionsLoaded(&ahbFunctions); in loadAhbDynamicApis()1429 ahbFunctions.allocate(&hbufferdesc, &hbuffer); in allocate()1436 ahbFunctions.acquire(static_cast<AHardwareBuffer*>(buffer.internal)); in acquire()1441 ahbFunctions.release(static_cast<AHardwareBuffer*>(buffer.internal)); in release()[all …]