Home
last modified time | relevance | path

Searched refs:ImportBuffer (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/vr/libbufferhub/
Dproducer_buffer.cpp29 const int ret = ImportBuffer(); in ProducerBuffer()
57 const int ret = ImportBuffer(); in ProducerBuffer()
68 const int ret = ImportBuffer(); in ProducerBuffer()
Dbuffer_hub_base.cpp45 int BufferHubBase::ImportBuffer() { in ImportBuffer() function in android::dvr::BufferHubBase
68 if (const int ret = buffer_desc.ImportBuffer(&ion_buffer)) in ImportBuffer()
Dconsumer_buffer.cpp12 const int ret = ImportBuffer(); in ConsumerBuffer()
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
Dbuffer_hub_base.h109 int ImportBuffer();
Dbufferhub_rpc.h130 int ImportBuffer(IonBuffer* buffer) { return buffer_.Import(buffer); } in ImportBuffer() function