Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGralloc1Hal.h198 bool initDispatch(gralloc1_function_descriptor_t desc, T* outPfn) { in initDispatch() argument
201 *outPfn = reinterpret_cast<T>(pfn); in initDispatch()
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGralloc1Hal.h161 bool initDispatch(gralloc1_function_descriptor_t desc, T* outPfn) { in initDispatch() argument
164 *outPfn = reinterpret_cast<T>(pfn); in initDispatch()
/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/
DHwcHal.h244 bool initOptionalDispatch(hwc2_function_descriptor_t desc, T* outPfn) { in initOptionalDispatch() argument
247 *outPfn = reinterpret_cast<T>(pfn); in initOptionalDispatch()
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcHal.h504 bool initDispatch(hwc2_function_descriptor_t desc, T* outPfn) { in initDispatch() argument
507 *outPfn = reinterpret_cast<T>(pfn); in initDispatch()