Home
last modified time | relevance | path

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

/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h143 beginCommand(IComposerClient::Command::SELECT_DISPLAY, kSelectDisplayLength); in selectDisplay()
150 beginCommand(IComposerClient::Command::SELECT_LAYER, kSelectLayerLength); in selectLayer()
157 beginCommand(IComposerClient::Command::SET_ERROR, kSetErrorLength); in setError()
165 beginCommand(IComposerClient::Command::SET_PRESENT_OR_VALIDATE_DISPLAY_RESULT, in setPresentOrValidateResult()
180 beginCommand(IComposerClient::Command::SET_CHANGED_COMPOSITION_TYPES, count * 3); in setChangedCompositionTypes()
200 beginCommand(IComposerClient::Command::SET_DISPLAY_REQUESTS, 1 + count * 3); in setDisplayRequests()
214 beginCommand(IComposerClient::Command::SET_PRESENT_FENCE, kSetPresentFenceLength); in setPresentFence()
227 beginCommand(IComposerClient::Command::SET_RELEASE_FENCES, count * 3); in setReleaseFences()
240 beginCommand(IComposerClient::Command::SET_COLOR_TRANSFORM, kSetColorTransformLength); in setColorTransform()
256 beginCommand(IComposerClient::Command::SET_OUTPUT_BUFFER, kSetOutputBufferLength); in setOutputBuffer()
[all …]
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DTestCommandReader.cpp34 ASSERT_TRUE(beginCommand(&command, &length)); in parse()
/hardware/interfaces/graphics/composer/2.2/utils/command-buffer/include/composer-command-buffer/2.2/
DComposerCommandBuffer.h97 V2_1::CommandWriterBase::beginCommand( in beginCommand_2_2()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h60 if (!beginCommand(&command, &length)) { in execute()