Home
last modified time | relevance | path

Searched refs:outLayerFences (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish-opengl/system/hwc3/
DFrameComposer.h67 std::unordered_map<int64_t, ::android::base::unique_fd>* outLayerFences) = 0;
DNoOpFrameComposer.h59 std::unordered_map<int64_t, ::android::base::unique_fd>* outLayerFences) override;
DClientFrameComposer.h63 std::unordered_map<int64_t, ::android::base::unique_fd>* outLayerFences) override;
DHostFrameComposer.h63 std::unordered_map<int64_t, ::android::base::unique_fd>* outLayerFences) override;
DGuestFrameComposer.h61 std::unordered_map<int64_t, ::android::base::unique_fd>* outLayerFences) override;
DDisplay.cpp876 std::unordered_map<int64_t, ::android::base::unique_fd>* outLayerFences) { in present() argument
882 outLayerFences->clear(); in present()
907 return mComposer->presentDisplay(this, outDisplayFence, outLayerFences); in present()
DHostFrameComposer.cpp471 std::unordered_map<int64_t, ::android::base::unique_fd>* outLayerFences) { in presentDisplay() argument
677 (*outLayerFences)[layerId] = ::android::base::unique_fd(dup(retire_fd.get())); in presentDisplay()
DDisplay.h132 std::unordered_map<int64_t, ::android::base::unique_fd>* outLayerFences);