Searched refs:gralloc_module_ (Results 1 – 2 of 2) sorted by relevance
/hardware/libhardware/modules/camera/3_4/arc/ |
D | frame_buffer.cpp | 118 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()
|
D | frame_buffer.h | 118 const gralloc_module_t* gralloc_module_; variable
|