Home
last modified time | relevance | path

Searched refs:inLength (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
DComposerClient.h156 Return<void> executeCommands_2_2(uint32_t inLength, const hidl_vec<hidl_handle>& inHandles, in executeCommands_2_2() argument
163 mCommandEngine->execute(inLength, inHandles, &outChanged, &outLength, &outHandles); in executeCommands_2_2()
/hardware/interfaces/graphics/composer/2.3/utils/hal/include/composer-hal/2.3/
DComposerClient.h158 Return<void> executeCommands_2_3(uint32_t inLength, const hidl_vec<hidl_handle>& inHandles, in executeCommands_2_3() argument
165 mCommandEngine->execute(inLength, inHandles, &outChanged, &outLength, &outHandles); in executeCommands_2_3()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h53 Error execute(uint32_t inLength, const hidl_vec<hidl_handle>& inHandles, bool* outQueueChanged, in execute() argument
55 if (!readQueue(inLength, inHandles)) { in execute()
DComposerClient.h308 Return<void> executeCommands(uint32_t inLength, const hidl_vec<hidl_handle>& inHandles, in executeCommands() argument
315 mCommandEngine->execute(inLength, inHandles, &outChanged, &outLength, &outHandles); in executeCommands()
/hardware/interfaces/graphics/composer/2.2/
DIComposerClient.hal434 * @param inLength is the length of input commands.
438 * BAD_PARAMETER when inLength is not equal to the length of
448 executeCommands_2_2(uint32_t inLength,
/hardware/interfaces/graphics/composer/2.3/
DIComposerClient.hal377 * @param inLength is the length of input commands.
381 * BAD_PARAMETER when inLength is not equal to the length of
391 executeCommands_2_3(uint32_t inLength,
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal601 * @param inLength is the length of input commands.
605 * BAD_PARAMETER when inLength is not equal to the length of
616 executeCommands(uint32_t inLength,