Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcHal.h88 if (!initDispatch()) { in initWithDevice()
504 bool initDispatch(hwc2_function_descriptor_t desc, T* outPfn) { in initDispatch() function
515 virtual bool initDispatch() { in initDispatch() function
516 if (!initDispatch(HWC2_FUNCTION_ACCEPT_DISPLAY_CHANGES, &mDispatch.acceptDisplayChanges) || in initDispatch()
517 !initDispatch(HWC2_FUNCTION_CREATE_LAYER, &mDispatch.createLayer) || in initDispatch()
518 !initDispatch(HWC2_FUNCTION_CREATE_VIRTUAL_DISPLAY, &mDispatch.createVirtualDisplay) || in initDispatch()
519 !initDispatch(HWC2_FUNCTION_DESTROY_LAYER, &mDispatch.destroyLayer) || in initDispatch()
520 !initDispatch(HWC2_FUNCTION_DESTROY_VIRTUAL_DISPLAY, in initDispatch()
522 !initDispatch(HWC2_FUNCTION_DUMP, &mDispatch.dump) || in initDispatch()
523 !initDispatch(HWC2_FUNCTION_GET_ACTIVE_CONFIG, &mDispatch.getActiveConfig) || in initDispatch()
[all …]
/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
DGralloc1Hal.h63 if (!initDispatch()) { in initWithModule()
161 bool initDispatch(gralloc1_function_descriptor_t desc, T* outPfn) { in initDispatch() function
172 virtual bool initDispatch() { in initDispatch() function
173 if (!initDispatch(GRALLOC1_FUNCTION_DUMP, &mDispatch.dump) || in initDispatch()
174 !initDispatch(GRALLOC1_FUNCTION_CREATE_DESCRIPTOR, &mDispatch.createDescriptor) || in initDispatch()
175 !initDispatch(GRALLOC1_FUNCTION_DESTROY_DESCRIPTOR, &mDispatch.destroyDescriptor) || in initDispatch()
176 !initDispatch(GRALLOC1_FUNCTION_SET_DIMENSIONS, &mDispatch.setDimensions) || in initDispatch()
177 !initDispatch(GRALLOC1_FUNCTION_SET_FORMAT, &mDispatch.setFormat) || in initDispatch()
178 !initDispatch(GRALLOC1_FUNCTION_SET_CONSUMER_USAGE, &mDispatch.setConsumerUsage) || in initDispatch()
179 !initDispatch(GRALLOC1_FUNCTION_SET_PRODUCER_USAGE, &mDispatch.setProducerUsage) || in initDispatch()
[all …]
/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
DGralloc1Hal.h86 bool initDispatch() override { in initDispatch() function
87 if (!BaseType2_0::initDispatch()) { in initDispatch()
91 if (!initDispatch(GRALLOC1_FUNCTION_VALIDATE_BUFFER_SIZE, &mDispatch.validateBufferSize) || in initDispatch()
92 !initDispatch(GRALLOC1_FUNCTION_GET_TRANSPORT_SIZE, &mDispatch.getTransportSize) || in initDispatch()
93 !initDispatch(GRALLOC1_FUNCTION_IMPORT_BUFFER, &mDispatch.importBuffer)) { in initDispatch()
181 using BaseType2_0::initDispatch;
/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
DGralloc1Hal.h62 if (!initDispatch()) { in initWithModule()
198 bool initDispatch(gralloc1_function_descriptor_t desc, T* outPfn) { in initDispatch() function
209 virtual bool initDispatch() { in initDispatch() function
210 if (!initDispatch(GRALLOC1_FUNCTION_RETAIN, &mDispatch.retain) || in initDispatch()
211 !initDispatch(GRALLOC1_FUNCTION_RELEASE, &mDispatch.release) || in initDispatch()
212 !initDispatch(GRALLOC1_FUNCTION_GET_NUM_FLEX_PLANES, &mDispatch.getNumFlexPlanes) || in initDispatch()
213 !initDispatch(GRALLOC1_FUNCTION_LOCK, &mDispatch.lock) || in initDispatch()
214 !initDispatch(GRALLOC1_FUNCTION_LOCK_FLEX, &mDispatch.lockFlex) || in initDispatch()
215 !initDispatch(GRALLOC1_FUNCTION_UNLOCK, &mDispatch.unlock)) { in initDispatch()
/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/
DHwcHal.h243 bool initDispatch() override { in initDispatch() function
244 if (!BaseType2_1::initDispatch()) { in initDispatch()
/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/
DHwcHal.h305 bool initDispatch() override { in initDispatch() function
306 if (!BaseType2_2::initDispatch()) { in initDispatch()