Home
last modified time | relevance | path

Searched refs:outReleaseFences (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcHal.h384 std::vector<int32_t>* outReleaseFences) override { in presentDisplay() argument
399 outReleaseFences->resize(count); in presentDisplay()
401 outReleaseFences->data()); in presentDisplay()
405 outReleaseFences->clear(); in presentDisplay()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerHal.h111 std::vector<int32_t>* outReleaseFences) = 0;