Searched refs:mCommandEngine (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerClient.h | 55 if (!mCommandEngine) { in ~ComposerClientImpl() 77 mCommandEngine = createCommandEngine(); in init() 282 return mCommandEngine->setInputMQDescriptor(descriptor) ? Error::NONE : Error::NO_RESOURCES; in setInputCommandQueue() 288 auto outDescriptor = mCommandEngine->getOutputMQDescriptor(); in getOutputCommandQueue() 305 mCommandEngine->execute(inLength, inHandles, &outChanged, &outLength, &outHandles); in executeCommands() 309 mCommandEngine->reset(); in executeCommands() 382 std::unique_ptr<ComposerCommandEngine> mCommandEngine; variable
|
/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/ |
D | ComposerClient.h | 165 mCommandEngine->execute(inLength, inHandles, &outChanged, &outLength, &outHandles); in executeCommands_2_3() 169 mCommandEngine->reset(); in executeCommands_2_3() 195 using BaseType2_1::mCommandEngine;
|
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/ |
D | ComposerClient.h | 163 mCommandEngine->execute(inLength, inHandles, &outChanged, &outLength, &outHandles); in executeCommands_2_2() 167 mCommandEngine->reset(); in executeCommands_2_2() 215 using BaseType2_1::mCommandEngine;
|