Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/default/
DHwc.cpp37 : mDevice(nullptr), mDispatch(), mAdapter() in HwcHal()
109 &mDispatch.acceptDisplayChanges); in initDispatch()
110 initDispatch(HWC2_FUNCTION_CREATE_LAYER, &mDispatch.createLayer); in initDispatch()
112 &mDispatch.createVirtualDisplay); in initDispatch()
113 initDispatch(HWC2_FUNCTION_DESTROY_LAYER, &mDispatch.destroyLayer); in initDispatch()
115 &mDispatch.destroyVirtualDisplay); in initDispatch()
116 initDispatch(HWC2_FUNCTION_DUMP, &mDispatch.dump); in initDispatch()
117 initDispatch(HWC2_FUNCTION_GET_ACTIVE_CONFIG, &mDispatch.getActiveConfig); in initDispatch()
119 &mDispatch.getChangedCompositionTypes); in initDispatch()
121 &mDispatch.getClientTargetSupport); in initDispatch()
[all …]
DHwc.h211 } mDispatch; variable
/hardware/interfaces/graphics/allocator/2.0/default/
DGralloc1Allocator.cpp40 : mDevice(nullptr), mCapabilities(), mDispatch() { in Gralloc1Allocator()
83 initDispatch(GRALLOC1_FUNCTION_DUMP, &mDispatch.dump); in initDispatch()
85 &mDispatch.createDescriptor); in initDispatch()
87 &mDispatch.destroyDescriptor); in initDispatch()
88 initDispatch(GRALLOC1_FUNCTION_SET_DIMENSIONS, &mDispatch.setDimensions); in initDispatch()
89 initDispatch(GRALLOC1_FUNCTION_SET_FORMAT, &mDispatch.setFormat); in initDispatch()
92 &mDispatch.setLayerCount); in initDispatch()
95 &mDispatch.setConsumerUsage); in initDispatch()
97 &mDispatch.setProducerUsage); in initDispatch()
98 initDispatch(GRALLOC1_FUNCTION_GET_STRIDE, &mDispatch.getStride); in initDispatch()
[all …]
DGralloc1Allocator.h79 } mDispatch; variable
/hardware/interfaces/graphics/mapper/2.0/default/
DGralloc1Mapper.cpp34 : mDevice(nullptr), mDispatch() { in Gralloc1Mapper()
85 initDispatch(GRALLOC1_FUNCTION_RETAIN, &mDispatch.retain); in initDispatch()
86 initDispatch(GRALLOC1_FUNCTION_RELEASE, &mDispatch.release); in initDispatch()
88 &mDispatch.getNumFlexPlanes); in initDispatch()
89 initDispatch(GRALLOC1_FUNCTION_LOCK, &mDispatch.lock); in initDispatch()
90 initDispatch(GRALLOC1_FUNCTION_LOCK_FLEX, &mDispatch.lockFlex); in initDispatch()
91 initDispatch(GRALLOC1_FUNCTION_UNLOCK, &mDispatch.unlock); in initDispatch()
175 return toError(mDispatch.retain(mDevice, bufferHandle)); in registerBuffer()
179 mDispatch.release(mDevice, bufferHandle); in unregisterBuffer()
199 int32_t error = mDispatch.lock(mDevice, bufferHandle, cpuUsage, in lockBuffer()
[all …]
DGralloc1Mapper.h66 } mDispatch; variable