Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGralloc1Hal.h199 auto pfn = mDevice->getFunction(mDevice, desc); in initDispatch() local
200 if (pfn) { in initDispatch()
201 *outPfn = reinterpret_cast<T>(pfn); in initDispatch()
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGralloc1Hal.h162 auto pfn = mDevice->getFunction(mDevice, desc); in initDispatch() local
163 if (pfn) { in initDispatch()
164 *outPfn = reinterpret_cast<T>(pfn); in initDispatch()
/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/
DHwcHal.h234 auto pfn = mDevice->getFunction(mDevice, desc); in initOptionalDispatch() local
235 if (pfn) { in initOptionalDispatch()
236 *outPfn = reinterpret_cast<T>(pfn); in initOptionalDispatch()
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcHal.h505 auto pfn = mDevice->getFunction(mDevice, desc); in initDispatch() local
506 if (pfn) { in initDispatch()
507 *outPfn = reinterpret_cast<T>(pfn); in initDispatch()