Home
last modified time | relevance | path

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

/external/opencore/oscl/oscl/osclutil/src/
Doscl_media_data.h78 refcount(0), ptr(bufptr), free_function(the_free_function), buf_mgr(0) {};
81 refcount(0), ptr(bufptr), free_function(0), buf_mgr(the_buf_mgr) {};
91 if (buf_mgr) buf_mgr->BufferReleased(ptr, this); in decrement_refcnt()
109 ptr = in_ptr, buf_mgr = in_buf_mgr; in bind()
127 return buf_mgr; in get_buf_mgr()
140 BufferMgr* buf_mgr; // called to free the buffer variable