Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/camera/
DGrallocModule.h30 return mModule->lock(mModule, handle, usage, l, t, w, h, vaddr); in lock()
36 return mModule->lock_ycbcr(mModule, handle, usage, l, t, w, h, ycbcr); in lock_ycbcr()
41 return mModule->unlock(mModule, handle); in unlock()
51 mModule = reinterpret_cast<const gralloc_module_t *>(module); in GrallocModule()
53 const gralloc_module_t *mModule; variable