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

/device/google/cuttlefish_common/guest/hals/camera/
H A DGrallocModule.h30 return mModule->lock(mModule, handle, usage, l, t, w, h, vaddr);
36 return mModule->lock_ycbcr(mModule, handle, usage, l, t, w, h, ycbcr);
41 return mModule->unlock(mModule, handle);
51 mModule = reinterpret_cast<const gralloc_module_t *>(module);
53 const gralloc_module_t *mModule; member in class:GrallocModule
/device/generic/goldfish/camera/
H A DGrallocModule.h17 return mModule->lock(mModule, handle, usage, l, t, w, h, vaddr);
24 return mModule->lock_ycbcr(mModule, handle, usage, l, t, w, h, ycbcr);
29 return mModule->unlock(mModule, handle);
39 mModule = reinterpret_cast<const gralloc_module_t*>(module);
41 const gralloc_module_t *mModule; member in class:GrallocModule

Completed in 84 milliseconds