Searched refs:base (Results 1 - 25 of 42) sorted by relevance

12

/hardware/ti/omap4xxx/test/CameraHal/
H A DAndroid.mk21 frameworks/base/include/ui \
22 frameworks/base/include/surfaceflinger \
23 frameworks/base/include/camera \
24 frameworks/base/include/media \
/hardware/msm7k/libgralloc/
H A Dmapper.cpp68 hnd->base = 0;
71 hnd->base = intptr_t(mappedAddress) + hnd->offset;
75 *vaddr = (void*)hnd->base;
84 void* base = (void*)hnd->base; local
87 base = (void*)(intptr_t(base) - hnd->offset);
90 //LOGD("unmapping from %p, size=%d, flags=%08x", base, size, hnd->flags);
91 if (munmap(base, size) < 0) {
95 hnd->base
[all...]
H A Dgralloc_priv.h38 gralloc_module_t base; member in struct:private_module_t
85 int base; member in struct:private_handle_t
96 base(0), pid(getpid())
H A Dgralloc.cpp96 base: {
161 intptr_t vaddr = intptr_t(m->framebuffer->base);
175 hnd->base = vaddr;
176 hnd->offset = vaddr - intptr_t(m->framebuffer->base);
210 void* base = mmap(0, size, local
212 if (base == MAP_FAILED) {
214 base = 0;
219 m->pmem_master_base = base;
270 void* base = mmap(0, ALLOCATORREGION_RESERVED_SIZE, local
274 if (base
322 void* base = 0; local
[all...]
H A Dframebuffer.cpp100 const size_t offset = hnd->base - m->framebuffer->base;
105 m->base.unlock(&m->base, buffer);
117 m->base.lock(&m->base, m->framebuffer,
122 m->base.lock(&m->base, buffer,
134 m->base.unlock(&m->base, buffe
[all...]
/hardware/libhardware/modules/gralloc/
H A Dmapper.cpp59 hnd->base = intptr_t(mappedAddress) + hnd->offset;
63 *vaddr = (void*)hnd->base;
72 void* base = (void*)hnd->base; local
74 //LOGD("unmapping from %p, size=%d", base, size);
75 if (munmap(base, size) < 0) {
79 hnd->base = 0;
114 if (hnd->base) {
131 if (hnd->base) {
156 *vaddr = (void*)hnd->base;
[all...]
H A Dgralloc_priv.h38 gralloc_module_t base; member in struct:private_module_t
78 int base; member in struct:private_handle_t
88 base(0), pid(getpid())
H A Dframebuffer.cpp97 const size_t offset = hnd->base - m->framebuffer->base;
102 m->base.unlock(&m->base, buffer);
114 m->base.lock(&m->base, m->framebuffer,
119 m->base.lock(&m->base, buffer,
126 m->base.unlock(&m->base, buffe
[all...]
/hardware/msm7k/libstagefrighthw/
H A DAndroid.mk26 $(TOP)/frameworks/base/include/media/stagefright/openmax
/hardware/qcom/media/libstagefrighthw/
H A DAndroid.mk28 $(TOP)/frameworks/base/include/media/stagefright/openmax
/hardware/msm7k/libgralloc-qsd8k/
H A Dpmemalloc.cpp98 void* base = deps.mmap(0, size, PROT_READ|PROT_WRITE, MAP_SHARED, fd, local
100 if (base == MAP_FAILED) {
104 base = 0;
109 master_base = base;
151 void* base = master_base; local
183 memset((char*)base + offset, 0, size);
184 *pBase = base;
196 int PmemUserspaceAllocator::free_pmem_buffer(size_t size, void* base, int offset, int fd)
282 void* base = deps.mmap(0, size, PROT_READ|PROT_WRITE, MAP_SHARED, fd, 0); local
283 if (base
303 free_pmem_buffer(size_t size, void* base, int offset, int fd) argument
[all...]
H A Dmapper.cpp68 hnd->base = 0;
71 hnd->base = intptr_t(mappedAddress) + hnd->offset;
75 *vaddr = (void*)hnd->base;
84 void* base = (void*)hnd->base; local
87 base = (void*)(intptr_t(base) - hnd->offset);
90 //LOGD("unmapping from %p, size=%d", base, size);
91 if (munmap(base, size) < 0) {
95 hnd->base
[all...]
H A Dpmemalloc.h40 virtual int free_pmem_buffer(size_t size, void* base, int offset, int fd) = 0;
93 virtual int free_pmem_buffer(size_t size, void* base, int offset, int fd);
97 void set_master_values(int fd, void* base) { argument
99 master_base = base;
152 virtual int free_pmem_buffer(size_t size, void* base, int offset, int fd);
H A Dframebuffer.cpp104 m->base.unlock(&m->base, m->currentBuffer);
110 m->base.lock(&m->base, buffer,
114 const size_t offset = hnd->base - m->framebuffer->base;
119 m->base.unlock(&m->base, buffer);
128 m->base.lock(&m->base,
[all...]
H A Dgpu.cpp38 common.module = const_cast<hw_module_t*>(&module->base.common);
81 intptr_t vaddr = intptr_t(m->framebuffer->base);
95 hnd->base = vaddr;
96 hnd->offset = vaddr - intptr_t(m->framebuffer->base);
120 void* base = 0; // XXX JMG: This should change to just get an address from local
121 // the PmemAllocator rather than getting the base & offset separately
165 err = pma->alloc_pmem_buffer(size, usage, &base, &offset, &fd);
189 hnd->base = int(base)+offset;
280 int index = (hnd->base
[all...]
H A Dgralloc_priv.h63 gralloc_module_t base; member in struct:private_module_t
117 int base; member in struct:private_handle_t
130 base(0), lockState(0), writeOwner(0), gpuaddr(0), pid(getpid())
/hardware/ti/omap4xxx/camera/
H A DAndroid.mk63 frameworks/base/include/ui \
64 frameworks/base/include/utils \
67 frameworks/base/include/media/stagefright \
68 frameworks/base/include/media/stagefright/openmax \
117 frameworks/base/include/ui \
118 frameworks/base/include/utils \
119 frameworks/base/include/media/stagefright/openmax
/hardware/ti/omap3/libstagefrighthw/
H A DAndroid.mk10 $(TOP)/frameworks/base/include/media/stagefright/openmax
/hardware/ti/omap4xxx/libI420colorconvert/
H A DAndroid.mk10 $(TOP)/frameworks/base/include/media/stagefright/openmax \
/hardware/ti/omap4xxx/libstagefrighthw/
H A DAndroid.mk10 $(TOP)/frameworks/base/include/media/stagefright/openmax
/hardware/msm7k/libgralloc-qsd8k/tests/
H A Dpmemalloc_test.cpp326 void* base = 0; local
330 int result = pma.alloc_pmem_buffer(size, flags, &base, &offset, &fd);
353 void* base = 0; local
357 int result = pma.alloc_pmem_buffer(size, flags, &base, &offset, &fd);
392 void* base = 0; local
396 int result = pma.alloc_pmem_buffer(size, flags, &base, &offset, &fd);
425 void* base = 0; local
429 int result = pma.alloc_pmem_buffer(size, flags, &base, &offset, &fd);
459 void* base = 0; local
463 int result = pma.alloc_pmem_buffer(size, flags, &base,
495 void* base = 0; local
518 void* base = 0; local
553 void* base = 0; local
590 void* base = 0; local
[all...]
/hardware/ril/reference-ril/
H A Dat_tok.c94 * "base" is the same as the base param in strtol
97 static int at_tok_nextint_base(char **p_cur, int *p_out, int base, int uns) argument
114 l = strtoul(ret, &end, base);
116 l = strtol(ret, &end, base);
129 * Parses the next base 10 integer in the AT response line
140 * Parses the next base 16 integer in the AT response line
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
H A Dperf_common.h86 #define TIME_DELTA(time, base) \
87 ((TIME_SECONDS(time) - TIME_SECONDS(base)) * 1000000 + \
88 (TIME_MICROSECONDS(time) - TIME_MICROSECONDS(base)))
/hardware/ti/omap4xxx/hwc/
H A Dhal_public.h46 native_handle_t base; member in struct:__anon825
103 framebuffer_device_t base; member in struct:__anon826
116 gralloc_module_t base; member in struct:IMG_gralloc_module_public_t
/hardware/ti/omap4xxx/libtiutils/
H A DAndroid.mk22 frameworks/base/include/utils \

Completed in 726 milliseconds

12