Searched refs:mModule (Results 1 – 1 of 1) sorted by relevance
/device/generic/goldfish/camera/ |
D | GrallocModule.h | 16 return mModule->lock(mModule, handle, usage, l, t, w, h, vaddr); in lock() 23 return mModule->lock_ycbcr(mModule, handle, usage, l, t, w, h, ycbcr); in lock_ycbcr() 28 return mModule->unlock(mModule, handle); in unlock() 38 mModule = reinterpret_cast<const gralloc_module_t*>(module); in GrallocModule() 40 const gralloc_module_t *mModule; variable
|