Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
H A DHwcHal.h103 mDispatch.dump(mDevice, &len, nullptr); in dumpDebugInfo()
106 mDispatch.dump(mDevice, &len, buf.data()); in dumpDebugInfo()
140 return mDispatch.getMaxVirtualDisplayCount(mDevice); in getMaxVirtualDisplayCount()
190 err = mDispatch.getColorModes( in getColorModes()
272 err = mDispatch.getHdrCapabilities( in getHdrCapabilities()
521 &mDispatch.destroyVirtualDisplay) || in initDispatch()
527 &mDispatch.getClientTargetSupport) || in initDispatch()
566 &mDispatch.setLayerSurfaceDamage) || in initDispatch()
569 &mDispatch.setLayerVisibleRegion) || in initDispatch()
611 return mDispatch.getChangedCompositionTypes( in getChangedCompositionTypesInternal()
[all …]
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DVSyncDispatchTimerQueueTest.cpp112 : mDispatch(dispatch), in CountingCallback()
127 VSyncDispatch& mDispatch; member in android::scheduler::CountingCallback
137 : mDispatch(dispatch), in PausingCallback()
181 VSyncDispatch& mDispatch; member in android::scheduler::PausingCallback
297 mDispatch.schedule(cb, in TEST_F()
406 mDispatch.schedule(cb0, in TEST_F()
409 mDispatch.cancel(cb1); in TEST_F()
457 mDispatch.schedule(cb1, in TEST_F()
467 mDispatch.schedule(cb1, in TEST_F()
632 mDispatch.cancel(cb0); in TEST_F()
[all …]
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/
H A DHwcHal.h56 BaseType2_1::mDispatch.registerCallback( in registerEventCallback_2_4()
59 BaseType2_1::mDispatch.registerCallback( in registerEventCallback_2_4()
62 BaseType2_1::mDispatch.registerCallback( in registerEventCallback_2_4()
65 BaseType2_1::mDispatch.registerCallback( in registerEventCallback_2_4()
68 BaseType2_1::mDispatch.registerCallback( in registerEventCallback_2_4()
111 if (!mDispatch.getDisplayConnectionType) { in getDisplayConnectionType()
134 if (!mDispatch.getDisplayVsyncPeriod) { in getDisplayVsyncPeriod()
172 if (!mDispatch.setAutoLowLatencyMode) { in setAutoLowLatencyMode()
210 if (!mDispatch.setContentType) { in setContentType()
235 if (mDispatch.getClientTargetProperty) { in validateDisplay_2_4()
[all …]
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/passthrough/include/composer-passthrough/2.2/
H A DHwcHal.h53 if (!mDispatch.getPerFrameMetadataKeys) { in getPerFrameMetadataKeys()
64 error = mDispatch.getPerFrameMetadataKeys( in getPerFrameMetadataKeys()
80 if (!mDispatch.setLayerPerFrameMetadata) { in setLayerPerFrameMetadata()
100 if (!mDispatch.getReadbackBufferAttributes) { in getReadbackBufferAttributes()
117 if (!mDispatch.setReadbackBuffer) { in setReadbackBuffer()
127 if (!mDispatch.getReadbackBufferFence) { in getReadbackBufferFence()
159 if (!mDispatch.setLayerFloatColor) { in setLayerFloatColor()
163 int32_t error = mDispatch.setLayerFloatColor( in setLayerFloatColor()
175 if (!mDispatch.getRenderIntents) { in getRenderIntents()
196 error = mDispatch.getRenderIntents( in getRenderIntents()
[all …]
/aosp12/hardware/interfaces/graphics/allocator/2.0/utils/passthrough/include/allocator-passthrough/2.0/
H A DGralloc1Hal.h74 mDispatch.dump(mDevice, &len, nullptr); in dumpDebugInfo()
77 mDispatch.dump(mDevice, &len, buf.data()); in dumpDebugInfo()
121 mDispatch.destroyDescriptor(mDevice, desc); in allocateBuffers()
136 int32_t error = mDispatch.release(mDevice, buffer); in freeBuffers()
173 if (!initDispatch(GRALLOC1_FUNCTION_DUMP, &mDispatch.dump) || in initDispatch()
182 !initDispatch(GRALLOC1_FUNCTION_RELEASE, &mDispatch.release)) { in initDispatch()
282 int32_t error = mDispatch.createDescriptor(mDevice, &descriptor); in createDescriptor()
307 mDispatch.destroyDescriptor(mDevice, descriptor); in createDescriptor()
322 error = mDispatch.getStride(mDevice, buffer, &stride); in allocateOneBuffer()
324 mDispatch.release(mDevice, buffer); in allocateOneBuffer()
[all …]
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/
H A DHwcHal.h122 if (!mDispatch.getDisplayIdentificationData) { in getDisplayIdentificationData()
146 if (!mDispatch.setLayerColorTransform) { in setLayerColorTransform()
166 if (!mDispatch.getDisplayedContentSamplingAttributes) { in getDisplayedContentSamplingAttributes()
188 if (!mDispatch.setDisplayedContentSamplingEnabled) { in setDisplayedContentSamplingEnabled()
200 if (!mDispatch.getDisplayedContentSample) { in getDisplayedContentSample()
231 error = mDispatch.getDisplayCapabilities( in getDisplayCapabilities()
245 if (!mDispatch.setLayerPerFrameMetadataBlobs) { in setLayerPerFrameMetadataBlobs()
262 int32_t err = mDispatch.setLayerPerFrameMetadataBlobs( in setLayerPerFrameMetadataBlobs()
270 if (!mDispatch.getDisplayBrightnessSupport) { in getDisplayBrightnessSupport()
395 if (!mDispatch.setLayerColorTransform) { in onBeforeValidateDisplay()
[all …]
/aosp12/hardware/interfaces/graphics/mapper/2.0/utils/passthrough/include/mapper-passthrough/2.0/
H A DGralloc1Hal.h103 int32_t error = mDispatch.retain(mDevice, bufferHandle); in importBuffer()
116 int32_t error = mDispatch.release(mDevice, bufferHandle); in freeBuffer()
145 int32_t error = mDispatch.getNumFlexPlanes(mDevice, bufferHandle, &flex.num_planes); in lockYCbCr()
155 error = mDispatch.lockFlex(mDevice, bufferHandle, cpuUsage, consumerUsage, &accessRect, in lockYCbCr()
169 int32_t error = mDispatch.unlock(mDevice, bufferHandle, &fenceFd); in unlock()
210 if (!initDispatch(GRALLOC1_FUNCTION_RETAIN, &mDispatch.retain) || in initDispatch()
211 !initDispatch(GRALLOC1_FUNCTION_RELEASE, &mDispatch.release) || 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()
[all …]
/aosp12/hardware/interfaces/graphics/mapper/2.1/utils/passthrough/include/mapper-passthrough/2.1/
H A DGralloc1Hal.h52 mDispatch.validateBufferSize(mDevice, bufferHandle, &bufferDescriptorInfo, stride); in validateBufferSize()
62 int32_t error = mDispatch.getTransportSize(mDevice, bufferHandle, outNumFds, outNumInts); in getTransportSize()
68 int32_t error = mDispatch.importBuffer( in importBuffer()
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()
104 } mDispatch = {}; variable
/aosp12/frameworks/native/services/surfaceflinger/Scheduler/
H A DVSyncDispatchTimerQueue.cpp411 : mDispatch(dispatch), in VSyncCallbackRegistration()
416 : mDispatch(other.mDispatch), in VSyncCallbackRegistration()
423 mDispatch = std::move(other.mDispatch); in operator =()
431 if (mValidToken) mDispatch.get().unregisterCallback(mToken); in ~VSyncCallbackRegistration()
438 return mDispatch.get().schedule(mToken, scheduleTiming); in schedule()
445 return mDispatch.get().cancel(mToken); in cancel()
H A DVSyncDispatch.h171 std::reference_wrapper<VSyncDispatch> mDispatch; variable