Searched refs:outLength (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/ |
D | ComposerClient.h | 160 uint32_t outLength = 0; in executeCommands_2_2() local 163 mCommandEngine->execute(inLength, inHandles, &outChanged, &outLength, &outHandles); in executeCommands_2_2() 165 hidl_cb(error, outChanged, outLength, outHandles); in executeCommands_2_2()
|
/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/ |
D | ComposerClient.h | 162 uint32_t outLength = 0; in executeCommands_2_3() local 165 mCommandEngine->execute(inLength, inHandles, &outChanged, &outLength, &outHandles); in executeCommands_2_3() 167 hidl_cb(error, outChanged, outLength, outHandles); in executeCommands_2_3()
|
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/ |
D | ComposerCommandBuffer.h | 626 bool beginCommand(IComposerClient::Command* outCommand, uint16_t* outLength) { in beginCommand() argument 638 *outLength = static_cast<uint16_t>(val & length_mask); in beginCommand() 640 if (mDataRead + *outLength > mDataSize) { in beginCommand() 641 ALOGE("command 0x%x has invalid command length %" PRIu16, *outCommand, *outLength); in beginCommand() 647 mCommandEnd = mDataRead + *outLength; in beginCommand()
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerClient.h | 302 uint32_t outLength = 0; in executeCommands() local 305 mCommandEngine->execute(inLength, inHandles, &outChanged, &outLength, &outHandles); in executeCommands() 307 hidl_cb(error, outChanged, outLength, outHandles); in executeCommands()
|
/hardware/interfaces/graphics/composer/2.2/ |
D | IComposerClient.hal | 444 * @param outLength is the length of output commands. 452 uint32_t outLength,
|
/hardware/interfaces/graphics/composer/2.3/ |
D | IComposerClient.hal | 387 * @param outLength is the length of output commands. 395 uint32_t outLength,
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerClient.hal | 611 * @param outLength is the length of output commands. 620 uint32_t outLength,
|