Home
last modified time | relevance | path

Searched refs:inHandles (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/
DComposerClient.h298 Return<void> executeCommands(uint32_t inLength, const hidl_vec<hidl_handle>& inHandles, in executeCommands() argument
305 mCommandEngine->execute(inLength, inHandles, &outChanged, &outLength, &outHandles); in executeCommands()
DComposerCommandEngine.h51 Error execute(uint32_t inLength, const hidl_vec<hidl_handle>& inHandles, bool* outQueueChanged, in execute() argument
53 if (!readQueue(inLength, inHandles)) { in execute()
/hardware/interfaces/graphics/composer/2.2/
DIComposerClient.hal435 * @param inHandles is an array of handles referenced by the input
449 vec<handle> inHandles)
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal602 * @param inHandles is an array of handles referenced by the input
617 vec<handle> inHandles)
804 * @param targetIndex is an index into inHandles for the new target
806 * @param acquireFenceIndex is an index into inHandles for a sync fence
/hardware/interfaces/graphics/composer/2.3/
DIComposerClient.hal378 * @param inHandles is an array of handles referenced by the input
392 vec<handle> inHandles)