Home
last modified time | relevance | path

Searched refs:beginCommand (Results 1 – 9 of 9) sorted by relevance

/aosp12/hardware/qcom/sm7250/display/composer/
H A DQtiComposerCommandBuffer.h154 beginCommand(IQtiComposerClient::Command::SELECT_LAYER, kSelectLayerLength); in selectLayer()
161 beginCommand(IQtiComposerClient::Command::SET_ERROR, kSetErrorLength); in setError()
229 beginCommand(IQtiComposerClient::Command::SET_RELEASE_FENCES, count * 3); in setReleaseFences()
256 beginCommand(IQtiComposerClient::Command::SET_CLIENT_TARGET, length); in setClientTarget()
288 beginCommand(IQtiComposerClient::Command::PRESENT_OR_VALIDATE_DISPLAY, in presentOrvalidateDisplay()
307 beginCommand(IQtiComposerClient::Command::SET_LAYER_CURSOR_POSITION, in setLayerCursorPosition()
354 beginCommand(IQtiComposerClient::Command::SET_LAYER_COMPOSITION_TYPE, in setLayerCompositionType()
383 beginCommand(IQtiComposerClient::Command::SET_LAYER_SIDEBAND_STREAM, in setLayerSidebandStream()
440 beginCommand(IQtiComposerClient::Command::SET_LAYER_PER_FRAME_METADATA, in setLayerPerFrameMetadata()
452 beginCommand(IQtiComposerClient::Command::SET_LAYER_COLOR_TRANSFORM, in setLayerColorTransform()
[all …]
H A DQtiComposerClient.cpp1286 if (!beginCommand(qticommand, length)) { in parse()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
H A DComposerCommandBuffer.h150 beginCommand(IComposerClient::Command::SELECT_LAYER, kSelectLayerLength); in selectLayer()
157 beginCommand(IComposerClient::Command::SET_ERROR, kSetErrorLength); in setError()
271 beginCommand(IComposerClient::Command::PRESENT_OR_VALIDATE_DISPLAY, in presentOrvalidateDisplay()
290 beginCommand(IComposerClient::Command::SET_LAYER_CURSOR_POSITION, in setLayerCursorPosition()
310 beginCommand(IComposerClient::Command::SET_LAYER_SURFACE_DAMAGE, length); in setLayerSurfaceDamage()
336 beginCommand(IComposerClient::Command::SET_LAYER_COMPOSITION_TYPE, in setLayerCompositionType()
349 beginCommand(IComposerClient::Command::SET_LAYER_DISPLAY_FRAME, in setLayerDisplayFrame()
364 beginCommand(IComposerClient::Command::SET_LAYER_SIDEBAND_STREAM, in setLayerSidebandStream()
407 void beginCommand(T command, uint16_t length) { in beginCommand() function
417 beginCommand(IComposerClient::Command::SET_CLIENT_TARGET, length); in setClientTargetInternal()
[all …]
/aosp12/hardware/interfaces/graphics/composer/2.3/utils/command-buffer/include/composer-command-buffer/2.3/
H A DComposerCommandBuffer.h49 beginCommand(IComposerClient::Command::SET_LAYER_PER_FRAME_METADATA, in setLayerPerFrameMetadata()
72 beginCommand(IComposerClient::Command::SET_LAYER_COLOR_TRANSFORM, in setLayerColorTransform()
112 beginCommand(IComposerClient::Command::SET_LAYER_PER_FRAME_METADATA_BLOBS, length); in setLayerPerFrameMetadataBlobs()
/aosp12/hardware/interfaces/graphics/composer/2.4/utils/command-buffer/include/composer-command-buffer/2.4/
H A DComposerCommandBuffer.h50 beginCommand(IComposerClient::Command::SET_CLIENT_TARGET_PROPERTY, in setClientTargetProperty()
65 beginCommand(IComposerClient::Command::SET_LAYER_GENERIC_METADATA, in setLayerGenericMetadata()
/aosp12/hardware/interfaces/graphics/composer/2.2/utils/command-buffer/include/composer-command-buffer/2.2/
H A DComposerCommandBuffer.h79 beginCommand(IComposerClient::Command::SET_LAYER_FLOAT_COLOR, kSetLayerFloatColorLength); in setLayerFloatColor()
85 beginCommand(IComposerClient::Command::SET_LAYER_PER_FRAME_METADATA, in setLayerPerFrameMetadata()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/vts/
H A DTestCommandReader.cpp34 ASSERT_TRUE(beginCommand(&command, &length)); in parse()
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
H A DComposerCommandEngine.h62 if (!beginCommand(&command, &length)) { in execute()
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp1260 if (!beginCommand(&command, &length)) { in parse()