Searched refs:displayRequestMask (Results 1 – 6 of 6) sorted by relevance
/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/ |
D | ComposerCommandEngine.h | 55 uint32_t displayRequestMask = 0x0; in executeValidateDisplayInternal() local 62 &displayRequestMask, &requestedLayers, &requestMasks, in executeValidateDisplayInternal() 67 mWriter->setDisplayRequests(displayRequestMask, requestedLayers, requestMasks); in executeValidateDisplayInternal()
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerCommandEngine.h | 152 uint32_t displayRequestMask = 0x0; in executeValidateDisplayInternal() local 157 &displayRequestMask, &requestedLayers, &requestMasks); in executeValidateDisplayInternal() 161 mWriter->setDisplayRequests(displayRequestMask, requestedLayers, requestMasks); in executeValidateDisplayInternal()
|
D | ComposerClient.h | 412 uint32_t displayRequestMask = 0; in destroyResources() 416 &displayRequestMask, &requestedLayers, &requestMasks); in destroyResources()
|
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/ |
D | ComposerCommandBuffer.h | 191 void setDisplayRequests(uint32_t displayRequestMask, const std::vector<Layer>& layers, in setDisplayRequests() argument 201 write(displayRequestMask); in setDisplayRequests()
|
/hardware/qcom/sm7250/display/composer/ |
D | QtiComposerCommandBuffer.h | 194 void setDisplayRequests(uint32_t displayRequestMask, const std::vector<Layer>& layers, in setDisplayRequests() argument 203 write(displayRequestMask); in setDisplayRequests()
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerClient.hal | 671 * setDisplayRequests(uint32_t displayRequestMask, 682 * @param displayRequestMask is the display requests for the current
|