Searched refs:BFence (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/codec2/vndk/include/ |
D | types.h | 52 using BFence = ::android::Fence; variable 73 bool b2h(sp<BFence> const& from, HFenceWrapper* to); 75 bool h2b(native_handle_t const* from, sp<BFence>* to);
|
/frameworks/native/libs/gui/include/gui/bufferqueue/2.0/ |
D | types.h | 51 using BFence = ::android::Fence; variable 72 bool b2h(sp<BFence> const& from, HFenceWrapper* to); 74 bool h2b(native_handle_t const* from, sp<BFence>* to);
|
/frameworks/av/media/codec2/vndk/ |
D | types.cpp | 136 bool b2h(sp<BFence> const& from, HFenceWrapper* to) { in b2h() 155 bool h2b(native_handle_t const* from, sp<BFence>* to) { in h2b() 163 *to = new BFence(dup(from->data[0])); in h2b()
|
/frameworks/native/libs/gui/bufferqueue/2.0/ |
D | types.cpp | 129 bool b2h(sp<BFence> const& from, HFenceWrapper* to) { in b2h() 148 bool h2b(native_handle_t const* from, sp<BFence>* to) { in h2b() 156 *to = new BFence(dup(from->data[0])); in h2b()
|
D | H2BGraphicBufferProducer.cpp | 141 int* slot, sp<BFence>* fence, in dequeueBuffer() 195 sp<GraphicBuffer>* outBuffer, sp<BFence>* outFence) { in detachNextBuffer() 282 status_t H2BGraphicBufferProducer::cancelBuffer(int slot, sp<BFence> const& fence) { in cancelBuffer() 476 sp<BFence>*, in getLastQueuedBuffer() argument
|
D | B2HGraphicBufferProducer.cpp | 110 sp<BFence> bFence; in dequeueBuffer() 145 sp<BFence> bFence; in detachNextBuffer() 234 sp<BFence> bFence; in cancelBuffer()
|