Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.h132 pdx::rpc::IfAnyOf<SourceSurface>::Call( in GetSurfaceId()
133 &source_, [&surface_id](const SourceSurface& surface_source) { in GetSurfaceId()
141 pdx::rpc::IfAnyOf<SourceSurface>::Call( in GetBufferId()
142 &source_, [&buffer_id](const SourceSurface& surface_source) { in GetBufferId()
193 struct SourceSurface { struct
198 explicit SourceSurface(const std::shared_ptr<DirectDisplaySurface>& surface) in SourceSurface() argument
271 pdx::rpc::Variant<SourceSurface, SourceBuffer> source_;
Dhardware_composer.cpp1323 source_{SourceSurface{surface}} {
1387 IonBuffer* operator()(SourceSurface& source) { return source.GetBuffer(); } in GetBuffer()
1470 IfAnyOf<SourceSurface, SourceBuffer>::Call(&source_, [&](auto& source) { in Prepare()
1537 IfAnyOf<SourceSurface, SourceBuffer>::Call( in Finish()