Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/mapper/2.0/default/
DGralloc1Mapper.cpp76 auto pfn = mDevice->getFunction(mDevice, desc); in initDispatch() local
77 if (!pfn) { in initDispatch()
81 *outPfn = reinterpret_cast<T>(pfn); in initDispatch()
/hardware/interfaces/graphics/allocator/2.0/default/
DGralloc1Allocator.cpp74 auto pfn = mDevice->getFunction(mDevice, desc); in initDispatch() local
75 if (!pfn) { in initDispatch()
79 *outPfn = reinterpret_cast<T>(pfn); in initDispatch()
/hardware/interfaces/graphics/composer/2.1/default/
DHwc.cpp98 auto pfn = mDevice->getFunction(mDevice, desc); in initDispatch() local
99 if (!pfn) { in initDispatch()
103 *outPfn = reinterpret_cast<T>(pfn); in initDispatch()