Home
last modified time | relevance | path

Searched refs:outPfn (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/graphics/mapper/2.0/default/
DGralloc1Mapper.h39 void initDispatch(gralloc1_function_descriptor_t desc, T* outPfn);
DGralloc1Mapper.cpp75 T* outPfn) { in initDispatch() argument
81 *outPfn = reinterpret_cast<T>(pfn); in initDispatch()
/hardware/interfaces/graphics/allocator/2.0/default/
DGralloc1Allocator.h49 void initDispatch(gralloc1_function_descriptor_t desc, T* outPfn);
DGralloc1Allocator.cpp73 T* outPfn) { in initDispatch() argument
79 *outPfn = reinterpret_cast<T>(pfn); in initDispatch()
/hardware/interfaces/graphics/composer/2.1/default/
DHwc.h151 void initDispatch(hwc2_function_descriptor_t desc, T* outPfn);
DHwc.cpp96 void HwcHal::initDispatch(hwc2_function_descriptor_t desc, T* outPfn) in initDispatch() argument
103 *outPfn = reinterpret_cast<T>(pfn); in initDispatch()