Home
last modified time | relevance | path

Searched refs:outFences (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h237 android::sp<android::Fence>>* outFences) const;
DHWC2.cpp539 std::unordered_map<Layer*, sp<Fence>>* outFences) const in getReleaseFences()
567 *outFences = std::move(releaseFences); in getReleaseFences()
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2Test.cpp845 std::vector<int32_t>* outFences, hwc2_error_t* outErr = nullptr) in getReleaseFences() argument
858 outFences->resize(numElements); in getReleaseFences()
861 &numElements, outLayers->data(), outFences->data())); in getReleaseFences()