Searched refs:getCommandLoc (Results 1 – 8 of 8) sorted by relevance
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
H A D | ComposerCommandEngine.h | 163 mWriter->setError(getCommandLoc(), err); in executeValidateDisplayInternal() 202 mWriter->setError(getCommandLoc(), err); in executeSetColorTransform() 236 mWriter->setError(getCommandLoc(), err); in executeSetClientTarget() 267 mWriter->setError(getCommandLoc(), err); in executeSetOutputBuffer() 318 mWriter->setError(getCommandLoc(), err); in executeAcceptDisplayChanges() 337 mWriter->setError(getCommandLoc(), err); in executePresentDisplay() 351 mWriter->setError(getCommandLoc(), err); in executeSetLayerCursorPosition() 382 mWriter->setError(getCommandLoc(), err); in executeSetLayerBuffer() 397 mWriter->setError(getCommandLoc(), err); in executeSetLayerSurfaceDamage() 410 mWriter->setError(getCommandLoc(), err); in executeSetLayerBlendMode() [all …]
|
/aosp12/frameworks/native/services/vr/hardware_composer/impl/ |
H A D | vr_composer_client.cpp | 76 mWriter->setError(getCommandLoc(), err); in executeSetLayerInfo() 89 mWriter->setError(getCommandLoc(), err); in executeSetClientTargetMetadata() 102 mWriter->setError(getCommandLoc(), err); in executeSetLayerBufferMetadata()
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | QtiComposerClient.cpp | 1349 mWriter.setError(getCommandLoc(), static_cast<Error>(err)); in parseSetColorTransform() 1381 mWriter.setError(getCommandLoc(), err); in parseSetClientTarget() 1408 mWriter.setError(getCommandLoc(), err); in parseSetOutputBuffer() 1492 mWriter.setError(getCommandLoc(), static_cast<Error>(err)); in parseValidateDisplay() 1505 mWriter.setError(getCommandLoc(), static_cast<Error>(err)); in parseAcceptDisplayChanges() 1554 mWriter.setError(getCommandLoc(), err); in parsePresentDisplay() 1595 mWriter.setError(getCommandLoc(), err); in parsePresentOrValidateDisplay() 1608 mWriter.setError(getCommandLoc(), static_cast<Error>(err)); in parseSetLayerCursorPosition() 1650 mWriter.setError(getCommandLoc(), static_cast<Error>(err)); in parseSetLayerSurfaceDamage() 1663 mWriter.setError(getCommandLoc(), static_cast<Error>(err)); in parseSetLayerBlendMode() [all …]
|
H A D | QtiComposerCommandBuffer.h | 760 uint32_t getCommandLoc() const { return mCommandBegin; } in getCommandLoc() function
|
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/ |
H A D | ComposerCommandEngine.h | 73 mWriter->setError(getCommandLoc(), err); in executeSetLayerPerFrameMetadata() 86 mWriter->setError(getCommandLoc(), err); in executeSetLayerFloatColor()
|
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/ |
H A D | ComposerCommandEngine.h | 69 mWriter->setError(getCommandLoc(), err); in executeSetLayerColorTransform() 105 mWriter->setError(getCommandLoc(), err); in executeSetLayerPerFrameMetadataBlobs()
|
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/ |
H A D | ComposerCommandEngine.h | 70 mWriter->setError(getCommandLoc(), static_cast<V2_1::Error>(err)); in executeValidateDisplayInternal() 108 mWriter->setError(getCommandLoc(), static_cast<V2_1::Error>(error)); in executeSetLayerGenericMetadata()
|
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/ |
H A D | ComposerCommandBuffer.h | 678 uint32_t getCommandLoc() const { return mCommandBegin; } in getCommandLoc() function
|