Searched refs:Acquire (Results 1 - 12 of 12) sorted by relevance

/frameworks/native/libs/vr/libbufferhub/
H A Dbufferhub_tests.cpp48 EXPECT_LE(0, c->Acquire(&fence, &context));
52 EXPECT_LE(0, c2->Acquire(&fence, &context));
83 EXPECT_EQ(0, c->Acquire(&fence, &m2));
125 EXPECT_NE(0, c->Acquire(&fence, &sequence));
140 EXPECT_EQ(0, c->Acquire(&fence));
154 EXPECT_EQ(0, c->Acquire(&fence));
186 EXPECT_EQ(0, c->Acquire(&fence));
218 EXPECT_NE(-EPIPE, c->Acquire(&fence));
H A Dbuffer_hub_client.cpp134 int BufferConsumer::Acquire(LocalHandle* ready_fence) { function in class:android::dvr::BufferConsumer
135 return Acquire(ready_fence, nullptr, 0);
138 int BufferConsumer::Acquire(LocalHandle* ready_fence, void* meta, function in class:android::dvr::BufferConsumer
140 ATRACE_NAME("BufferConsumer::Acquire");
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dbuffer_hub_client.h241 // Acquire allows read access. The user is responsible for making sure that
242 // Acquire is called with the correct metadata structure. The only guarantee the
243 // API currently provides is that an Acquire() with metadata of the wrong size
255 // performed as an alternative to the Acquire() with metadata. In such cases
259 int Acquire(LocalHandle* ready_fence);
266 int Acquire(LocalHandle* ready_fence, void* meta, size_t meta_size_bytes);
273 int Acquire(LocalHandle* ready_fence, Meta* meta) { function in class:android::dvr::BufferConsumer
274 return Acquire(ready_fence, meta, sizeof(*meta));
277 // This should be called after a successful Acquire call. If the fence is
292 // May be called after or instead of Acquire t
[all...]
H A Dnative_buffer.h150 // Acquire the underlying buffer consumer, closing the previous acquire fence
152 int Acquire() { return buffer_->Acquire(&acquire_fence_, &sequence_); } function in class:android::dvr::NativeBufferConsumer
/frameworks/native/libs/vr/libvrflinger/
H A Dacquired_buffer.cpp18 const int ret = buffer->Acquire(&fence);
H A Dhardware_composer.h164 std::tuple<int, int, sp<GraphicBuffer>, pdx::LocalHandle> Acquire() { function in struct:android::dvr::Layer::SourceSurface
200 std::tuple<int, int, sp<GraphicBuffer>, pdx::LocalHandle> Acquire() { function in struct:android::dvr::Layer::SourceBuffer
H A Dhardware_composer.cpp1069 // Acquire the next buffer according to the type of source.
1071 std::tie(right, bottom, handle, acquire_fence_) = source.Acquire();
/frameworks/native/libs/vr/libdvr/
H A Ddvr_buffer.cpp146 read_buffer->read_buffer->Acquire(&ready_fence, meta, meta_size_bytes);
/frameworks/native/libs/vr/libbufferhubqueue/
H A Dbuffer_hub_queue_client.cpp614 return buffer->Acquire(acquire_fence, meta_buffer_tmp_.get(), meta_size_);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp799 case bitc::ORDERING_ACQUIRE: return AtomicOrdering::Acquire;
3456 Ordering == AtomicOrdering::Acquire ||
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp128 case AtomicOrdering::Acquire: return bitc::ORDERING_ACQUIRE;
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp127 case AtomicOrdering::Acquire: return bitc::ORDERING_ACQUIRE;

Completed in 2715 milliseconds