Searched defs:pfn (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp209 PFN_vkVoidFunction pfn; local
210 if ((pfn = Lookup(name, kInstanceProcs)))
211 return pfn;
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.h103 auto pfn = mHwcDevice->getFunction(mHwcDevice, intDesc); local
104 if (pfn != nullptr) {
105 outPFN = reinterpret_cast<PFN>(pfn);
119 auto pfn = reinterpret_cast<hwc2_function_pointer_t>(hook); local
120 mRegisterCallback(mHwcDevice, intCallback, callbackData, pfn);

Completed in 364 milliseconds