Searched refs:private_module_t (Results 1 - 14 of 14) sorted by relevance

/hardware/libhardware/modules/gralloc/
H A Dgr.h36 struct private_module_t;
43 int mapFrameBufferLocked(struct private_module_t* module);
H A Dgralloc_priv.h34 struct private_module_t;
37 struct private_module_t { struct
H A Dgralloc.cpp78 struct private_module_t HAL_MODULE_INFO_SYM = {
107 private_module_t* m = reinterpret_cast<private_module_t*>(
160 private_module_t* m = reinterpret_cast<private_module_t*>(
255 private_module_t* m = reinterpret_cast<private_module_t*>(
H A Dframebuffer.cpp77 private_module_t* m = reinterpret_cast<private_module_t*>(
93 private_module_t* m = reinterpret_cast<private_module_t*>(
135 int mapFrameBufferLocked(struct private_module_t* module)
291 static int mapFrameBuffer(struct private_module_t* module)
333 private_module_t* m = (private_module_t*)module;
/hardware/msm7k/libgralloc/
H A Dgr.h36 struct private_module_t;
43 int mapFrameBufferLocked(struct private_module_t* module);
H A Dgralloc_priv.h34 struct private_module_t;
37 struct private_module_t { struct
H A Dgralloc.cpp95 struct private_module_t HAL_MODULE_INFO_SYM = {
131 private_module_t* m = reinterpret_cast<private_module_t*>(
185 private_module_t* m = reinterpret_cast<private_module_t*>(
194 static int init_pmem_area_locked(private_module_t* m)
226 static int init_pmem_area(private_module_t* m)
246 static int init_gpu_area_locked(private_module_t* m)
294 static int init_gpu_area(private_module_t* m)
345 private_module_t*
[all...]
H A Dframebuffer.cpp80 private_module_t* m = reinterpret_cast<private_module_t*>(
96 private_module_t* m = reinterpret_cast<private_module_t*>(
143 int mapFrameBufferLocked(struct private_module_t* module)
310 static int mapFrameBuffer(struct private_module_t* module)
352 private_module_t* m = (private_module_t*)module;
/hardware/msm7k/libgralloc-qsd8k/
H A Dgr.h36 struct private_module_t;
43 int mapFrameBufferLocked(struct private_module_t* module);
H A Dgpu.h47 virtual int mapFrameBufferLocked(struct private_module_t* module) = 0;
53 PmemAllocator& pmemAdspAllocator, const private_module_t* module);
H A Dgpu.cpp27 PmemAllocator& pmemAdspAllocator, const private_module_t* module) :
47 private_module_t* m = reinterpret_cast<private_module_t*>(common.module);
106 private_module_t* m = reinterpret_cast<private_module_t*>(common.module);
142 private_module_t* m = reinterpret_cast<private_module_t*>(common.module);
276 private_module_t* m = reinterpret_cast<private_module_t*>(common.module);
H A Dgralloc.cpp120 virtual int mapFrameBufferLocked(struct private_module_t* module) {
152 struct private_module_t HAL_MODULE_INFO_SYM = {
185 const private_module_t* m = reinterpret_cast<const private_module_t*>(
H A Dframebuffer.cpp84 private_module_t* m = reinterpret_cast<private_module_t*>(
100 private_module_t* m = reinterpret_cast<private_module_t*>(
111 private_module_t::PRIV_USAGE_LOCKED_FOR_POST,
163 int mapFrameBufferLocked(struct private_module_t* module)
345 static int mapFrameBuffer(struct private_module_t* module)
388 private_module_t* m = (private_module_t*)module;
H A Dgralloc_priv.h58 struct private_module_t;
62 struct private_module_t { struct

Completed in 282 milliseconds