Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/arc/
Dframe_buffer.cpp118 gralloc_module_ = reinterpret_cast<const gralloc_module_t*>(module); in GrallocFrameBuffer()
144 ret = gralloc_module_->lock_ycbcr(gralloc_module_, buffer_, stream_usage_, in Map()
149 ret = gralloc_module_->lock(gralloc_module_, buffer_, stream_usage_, 0, 0, in Map()
154 ret = gralloc_module_->lock(gralloc_module_, buffer_, stream_usage_, 0, 0, in Map()
179 if (is_mapped_ && gralloc_module_->unlock(gralloc_module_, buffer_)) { in Unmap()
Dframe_buffer.h118 const gralloc_module_t* gralloc_module_; variable