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

/frameworks/native/libs/vr/libbufferhub/
H A Dion_buffer.cpp40 Import(handle, width, height, layer_count, stride, format, usage);
98 Import(handle, width, height, layer_count, stride, format, usage);
101 int IonBuffer::Import(buffer_handle_t handle, uint32_t width, uint32_t height, function in class:android::dvr::IonBuffer
106 "IonBuffer::Import: handle=%p width=%u height=%u layer_count=%u "
114 ALOGE("IonBuffer::Import: Failed to import buffer");
122 int IonBuffer::Import(const int* fd_array, int fd_count, const int* int_array, function in class:android::dvr::IonBuffer
128 "IonBuffer::Import: fd_count=%d int_count=%d width=%u height=%u "
134 ALOGE("IonBuffer::Import: invalid arguments.");
140 ALOGE("IonBuffer::Import: failed to create new native handle.");
150 Import(handl
[all...]
H A Dbuffer_hub_client.cpp62 // Import the buffer.
68 const int ret = buffer_handle.Import(&ion_buffer);
121 std::unique_ptr<BufferConsumer> BufferConsumer::Import( function in class:android::dvr::BufferConsumer
123 ATRACE_NAME("BufferConsumer::Import");
124 ALOGD_IF(TRACE, "BufferConsumer::Import: channel=%d", channel.value());
128 std::unique_ptr<BufferConsumer> BufferConsumer::Import( function in class:android::dvr::BufferConsumer
130 return Import(status ? status.take()
385 std::unique_ptr<BufferProducer> BufferProducer::Import( function in class:android::dvr::BufferProducer
387 ALOGD_IF(TRACE, "BufferProducer::Import: channel=%d", channel.value());
391 std::unique_ptr<BufferProducer> BufferProducer::Import( function in class:android::dvr::BufferProducer
[all...]
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dbufferhub_rpc.h44 int Import(IonBuffer* buffer) { function in class:android::dvr::NativeBufferHandle
46 // vector of ints for the Import API.
52 buffer->Import(fd_ints.data(), fd_ints.size(), opaque_ints_.data(),
58 // Import succeeded, release the file handles which are now owned by the
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
H A Dbuffer_hub_queue_client.h320 // Import a |ProducerQueue| from a channel handle.
321 static std::unique_ptr<ProducerQueue> Import(LocalChannelHandle handle) { function in class:android::dvr::ProducerQueue
397 // Import a ConsumerQueue from a channel handle. |ignore_on_import| controls
402 static std::unique_ptr<ConsumerQueue> Import(LocalChannelHandle handle, function in class:android::dvr::ConsumerQueue
408 // Import newly created buffers from the service side.
/frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/
H A Dbroadcast_ring.h108 // std::tie(ring, import_ok) = Ring::Import(mmap_base, mmap_size);
201 // Import may fail if the ring parameters in the mmap header are not sensible.
203 static std::tuple<BroadcastRing, bool> Import(void* mmap, size_t mmap_size) { function in class:android::dvr::BroadcastRing

Completed in 64 milliseconds