Home
last modified time | relevance | path

Searched refs:cb_handle_30_t (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/hals/
Dcb_handle_30.h25 struct cb_handle_30_t : public cb_handle_t { struct
26 cb_handle_30_t(address_space_handle_t p_bufferFd, in cb_handle_30_t() function
62 static cb_handle_30_t* from(void* p) { in from() argument
64 cb_handle_30_t* cb = static_cast<cb_handle_30_t*>(p); in from()
68 static const cb_handle_30_t* from(const void* p) { in from() argument
72 static cb_handle_30_t* from_unconst(const void* p) { in from_unconst() argument
Dmapper3.cpp111 cb_handle_30_t* cb = cb_handle_30_t::from(raw); in freeBuffer()
190 const cb_handle_30_t* cb = cb_handle_30_t::from(buffer); in validateBufferSize()
200 const cb_handle_30_t* cb = cb_handle_30_t::from(buffer); in getTransportSize()
219 cb_handle_30_t* cb = cb_handle_30_t::from(imported); in importBufferImpl()
262 cb_handle_30_t* cb = cb_handle_30_t::from(raw); in lockImpl()
298 cb_handle_30_t* cb = cb_handle_30_t::from(raw); in lockYCbCrImpl()
366 Error3 lockHostImpl(cb_handle_30_t& cb, in lockHostImpl()
464 cb_handle_30_t* cb = cb_handle_30_t::from(raw); in unlockImpl()
483 void unlockHostImpl(cb_handle_30_t& cb, char* const bufferBits) { in unlockHostImpl()
Dallocator3.cpp60 std::vector<cb_handle_30_t*> cbs; in allocate()
71 for (cb_handle_30_t* cb : cbs) { in allocate()
72 freeCb(std::unique_ptr<cb_handle_30_t>(cb)); in allocate()
83 std::vector<cb_handle_30_t*>* cbs) { in allocateImpl()
246 std::vector<cb_handle_30_t*>* cbs) { in allocateImpl2()
248 cb_handle_30_t* cb; in allocateImpl2()
332 cb_handle_30_t** cb) { in allocateCb()
378 std::unique_ptr<cb_handle_30_t> handle = in allocateCb()
379 std::make_unique<cb_handle_30_t>( in allocateCb()
401 void freeCb(std::unique_ptr<cb_handle_30_t> cb) { in freeCb()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp725 struct cb_handle_30_t : public cb_handle_t { struct
726 cb_handle_30_t(address_space_handle_t p_bufferFd, in cb_handle_30_t() argument
761 static cb_handle_30_t* from(void* p) { in from() argument
763 cb_handle_30_t* cb = static_cast<cb_handle_30_t*>(p); in from()
767 static const cb_handle_30_t* from(const void* p) { in from() argument
771 static cb_handle_30_t* from_unconst(const void* p) { in from_unconst() argument
843 std::unique_ptr<cb_handle_30_t> handle = in alloc_buffer()
844 std::make_unique<cb_handle_30_t>( in alloc_buffer()
858 std::unique_ptr<cb_handle_30_t> handle(cb_handle_30_t::from_unconst(h)); in free_buffer()
882 cb_handle_30_t *handle = cb_handle_30_t::from_unconst(h); in register_buffer()
[all …]