Searched defs:ion_buffer (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/libs/vr/libdisplay/
H A Ddisplay_manager_client.cpp47 auto ion_buffer = std::make_unique<IonBuffer>(); local
49 const int ret = native_buffer_handle.Import(ion_buffer.get());
58 return {std::move(ion_buffer)};
H A Ddisplay_client.cpp190 auto ion_buffer = std::make_unique<IonBuffer>(); local
192 const int ret = native_buffer_handle.Import(ion_buffer.get());
201 return {std::move(ion_buffer)};
/frameworks/native/libs/vr/libdvr/
H A Ddvr_buffer.cpp15 const std::shared_ptr<IonBuffer>& ion_buffer) {
16 if (!ion_buffer)
18 return new DvrBuffer{std::move(ion_buffer)};
14 CreateDvrBufferFromIonBuffer( const std::shared_ptr<IonBuffer>& ion_buffer) argument
/frameworks/native/libs/vr/libbufferhub/
H A Dbuffer_hub_client.cpp63 IonBuffer ion_buffer; local
68 const int ret = buffer_handle.Import(&ion_buffer);
73 buffer_ = std::move(ion_buffer);
/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_service.cpp228 auto ion_buffer = std::make_unique<IonBuffer>(static_cast<int>(size), 1, local
231 named_buffers_.insert(std::make_pair(name, std::move(ion_buffer)))

Completed in 1677 milliseconds