HomeSort by relevance Sort by last modified time
    Searched refs:PFN (Results 1 - 3 of 3) sorted by null

  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.h 99 template <typename PFN>
101 FunctionDescriptor desc, PFN& outPFN) {
103 auto pfn = mHwcDevice->getFunction(mHwcDevice, intDesc); local
104 if (pfn != nullptr) {
105 outPFN = reinterpret_cast<PFN>(pfn);
113 template <typename PFN, typename HOOK>
115 static_assert(std::is_same<PFN, HOOK>::value,
119 auto pfn = reinterpret_cast<hwc2_function_pointer_t>(hook); local
120 mRegisterCallback(mHwcDevice, intCallback, callbackData, pfn);
    [all...]
HWC2On1Adapter.cpp 69 template <typename PFN, typename T>
72 static_assert(std::is_same<PFN, T>::value, "Incompatible function pointer");
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winddi.h 78 typedef LONG_PTR (APIENTRY *PFN)();
432 PFN pfn; member in struct:_DRVFN
    [all...]

Completed in 144 milliseconds