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

123456789

/hardware/intel/img/libdrm/libdrm/nouveau/
H A Dnouveau_channel.c44 nvchan->base.device = dev;
55 nvchan->base.id = nvchan->drm.channel;
56 if (nouveau_grobj_ref(&nvchan->base, nvchan->drm.fb_ctxdma_handle,
57 &nvchan->base.vram) ||
58 nouveau_grobj_ref(&nvchan->base, nvchan->drm.tt_ctxdma_handle,
59 &nvchan->base.gart)) {
68 gr->base.bound = NOUVEAU_GROBJ_BOUND_EXPLICIT;
69 gr->base.subc = i;
70 gr->base.handle = nvchan->drm.subchan[i].handle;
71 gr->base
[all...]
H A Dnouveau_grobj.c43 nvgrobj->base.channel = chan;
44 nvgrobj->base.handle = handle;
45 nvgrobj->base.grclass = class;
46 nvgrobj->base.bound = NOUVEAU_GROBJ_UNBOUND;
47 nvgrobj->base.subc = -1;
59 *grobj = &nvgrobj->base;
75 nvgrobj->base.channel = chan;
76 nvgrobj->base.handle = handle;
77 nvgrobj->base.grclass = 0;
79 *grobj = &nvgrobj->base;
[all...]
H A Dnouveau_private.h42 struct nouveau_pushbuf base; member in struct:nouveau_pushbuf_priv
65 struct nouveau_channel base; member in struct:nouveau_channel_priv
76 struct nouveau_grobj base; member in struct:nouveau_grobj_priv
81 struct nouveau_notifier base; member in struct:nouveau_notifier_priv
89 struct nouveau_bo base; member in struct:nouveau_bo_priv
/hardware/qcom/display/msm8226/libgralloc/
H A Dmemalloc.h44 void *base; member in struct:gralloc::alloc_data
64 virtual int free_buffer(void *base, unsigned int size,
72 virtual int unmap_buffer(void *base, unsigned int size,
76 virtual int clean_buffer(void *base, unsigned int size,
H A Dionalloc.h44 virtual int free_buffer(void *base, unsigned int size,
50 virtual int unmap_buffer(void *base, unsigned int size,
53 virtual int clean_buffer(void*base, unsigned int size,
H A Dionalloc.cpp72 void *base = 0; local
103 base = mmap(0, ionAllocData.len, PROT_READ|PROT_WRITE,
105 if(base == MAP_FAILED) {
114 data.base = base;
117 ALOGD_IF(DEBUG, "ion: Allocated buffer base:%p size:%zu fd:%d",
118 data.base, ionAllocData.len, data.fd);
123 int IonAlloc::free_buffer(void* base, unsigned int size, unsigned int offset, argument
127 ALOGD_IF(DEBUG, "ion: Freeing buffer base:%p size:%u fd:%d",
128 base, siz
144 void *base = 0; local
165 unmap_buffer(void *base, unsigned int size, unsigned int ) argument
178 clean_buffer(void *base, unsigned int size, unsigned int offset, int fd, int op) argument
[all...]
/hardware/ti/omap4xxx/test/CameraHal/
H A DAndroid.mk22 frameworks/base/include/ui \
23 frameworks/base/include/surfaceflinger \
24 frameworks/base/include/camera \
25 frameworks/base/include/media \
/hardware/intel/common/wrs_omxil_core/
H A DAndroid.mk18 base/inc/cmodule.h \
19 base/inc/componentbase.h \
20 base/inc/portaudio.h \
21 base/inc/portbase.h \
22 base/inc/portimage.h \
23 base/inc/portother.h \
24 base/inc/portvideo.h \
44 # base class
45 -include $(WRS_OMXIL_CORE_ROOT)/base/src/Android.mk
H A Debuild.mk9 # base class
10 -include $(WRS_OMXIL_CORE_ROOT)/base/src/ebuild.mk
/hardware/qcom/display/msm8960/libgralloc/
H A Dionalloc.h44 virtual int free_buffer(void *base, size_t size,
50 virtual int unmap_buffer(void *base, size_t size,
53 virtual int clean_buffer(void*base, size_t size,
H A Dmemalloc.h44 void *base; member in struct:gralloc::alloc_data
64 virtual int free_buffer(void *base, size_t size,
72 virtual int unmap_buffer(void *base, size_t size,
76 virtual int clean_buffer(void *base, size_t size,
H A Dionalloc.cpp72 void *base = 0; local
103 base = mmap(0, ionAllocData.len, PROT_READ|PROT_WRITE,
105 if(base == MAP_FAILED) {
112 memset(base, 0, ionAllocData.len);
114 clean_buffer(base, data.size, data.offset, fd_data.fd,
118 data.base = base;
121 ALOGD_IF(DEBUG, "ion: Allocated buffer base:%p size:%d fd:%d",
122 data.base, ionAllocData.len, data.fd);
127 int IonAlloc::free_buffer(void* base, size_ argument
146 void *base = 0; local
167 unmap_buffer(void *base, size_t size, int offset) argument
179 clean_buffer(void *base, size_t size, int offset, int fd, int op) argument
[all...]
/hardware/qcom/display/msm8974/libgralloc/
H A Dionalloc.h44 virtual int free_buffer(void *base, size_t size,
50 virtual int unmap_buffer(void *base, size_t size,
53 virtual int clean_buffer(void*base, size_t size,
H A Dmemalloc.h44 void *base; member in struct:gralloc::alloc_data
64 virtual int free_buffer(void *base, size_t size,
72 virtual int unmap_buffer(void *base, size_t size,
76 virtual int clean_buffer(void *base, size_t size,
H A Dionalloc.cpp72 void *base = 0; local
108 base = mmap(0, ionAllocData.len, PROT_READ|PROT_WRITE,
110 if(base == MAP_FAILED) {
119 data.base = base;
122 ALOGD_IF(DEBUG, "ion: Allocated buffer base:%p size:%d fd:%d",
123 data.base, ionAllocData.len, data.fd);
128 int IonAlloc::free_buffer(void* base, size_t size, int offset, int fd) argument
131 ALOGD_IF(DEBUG, "ion: Freeing buffer base:%p size:%d fd:%d",
132 base, siz
147 void *base = 0; local
168 unmap_buffer(void *base, size_t size, int offset) argument
180 clean_buffer(void *base, size_t size, int offset, int fd, int op) argument
[all...]
/hardware/qcom/display/msm8084/libgralloc/
H A Dmemalloc.h44 void *base; member in struct:gralloc::alloc_data
64 virtual int free_buffer(void *base, size_t size,
72 virtual int unmap_buffer(void *base, size_t size,
76 virtual int clean_buffer(void *base, size_t size,
H A Dionalloc.cpp72 void *base = 0; local
103 base = mmap(0, ionAllocData.len, PROT_READ|PROT_WRITE,
105 if(base == MAP_FAILED) {
114 data.base = base;
117 ALOGD_IF(DEBUG, "ion: Allocated buffer base:%p size:%zu fd:%d",
118 data.base, ionAllocData.len, data.fd);
123 int IonAlloc::free_buffer(void* base, size_t size, size_t offset, int fd) argument
126 ALOGD_IF(DEBUG, "ion: Freeing buffer base:%p size:%zu fd:%d",
127 base, siz
142 void *base = 0; local
163 unmap_buffer(void *base, size_t size, size_t ) argument
175 clean_buffer(void *base, size_t size, size_t offset, int fd, int op) argument
[all...]
/hardware/intel/img/psb_video/src/
H A Dpsb_ws_driver.h44 struct _ValidateNode base; member in struct:_PsbDrmValidateNode
52 return &(containerOf(node, struct _PsbDrmValidateNode, base)->
H A Dpsb_ws_driver.c47 vNode->base.func = func;
48 vNode->base.type_id = 0;
49 return &vNode->base;
69 free(containerOf(node, struct _PsbDrmValidateNode, base));
87 containerOf(node, struct _PsbDrmValidateNode, base);
/hardware/intel/bootstub/
H A Dbootstub.h58 #define GDT_ENTRY(flags, base, limit) \
59 ((((base) & 0xff000000) << (56-24)) | \
62 (((base) & 0x00ffffff) << 16) | \
65 #define GDT_ENTRY(flags, base, limit) \
66 (((u64)(base & 0xff000000) << 32) | \
69 ((u64)(base & 0x00ffffff) << 16) | \
/hardware/intel/common/libva/va/x11/
H A Ddri1_util.c18 struct dri_drawable base; member in struct:dri1_drawable
34 dri1_drawable->base.x_drawable = x_drawable;
36 return &dri1_drawable->base;
68 assert(dri_state->base.fd >= 0);
69 drmCloseOnce(dri_state->base.fd);
86 dri_state->base.fd = -1;
88 dri_state->base.auth_type = VA_NONE;
108 dri_state->base.fd = drmOpenOnce(NULL, BusID, &newlyopened);
111 if (dri_state->base.fd < 0)
115 if (drmGetMagic(dri_state->base
[all...]
/hardware/libhardware/modules/gralloc/
H A Dmapper.cpp59 hnd->base = uintptr_t(mappedAddress) + hnd->offset;
63 *vaddr = (void*)hnd->base;
72 void* base = (void*)hnd->base; local
74 //ALOGD("unmapping from %p, size=%d", base, size);
75 if (munmap(base, size) < 0) {
79 hnd->base = 0;
142 if (hnd->base)
158 if (hnd->base) {
183 *vaddr = (void*)hnd->base;
[all...]
/hardware/qcom/display/msm8084/libqdutils/
H A DqdMetaData.cpp53 void *base = mmap(NULL, size, PROT_READ|PROT_WRITE, MAP_SHARED, local
55 if (!base) {
59 MetaData_t *data = reinterpret_cast <MetaData_t *>(base);
93 if(munmap(base, size))
94 ALOGE("%s: failed to unmap ptr %p, err %d", __func__, (void*)base,
/hardware/qcom/display/msm8226/libqdutils/
H A DqdMetaData.cpp54 void *base = mmap(NULL, size, PROT_READ|PROT_WRITE, MAP_SHARED, local
56 if (base == reinterpret_cast<void*>(MAP_FAILED)) {
60 MetaData_t *data = reinterpret_cast <MetaData_t *>(base);
94 if(munmap(base, size))
95 ALOGE("%s: failed to unmap ptr %p, err %d", __func__, (void*)base,
/hardware/qcom/display/msm8960/libqdutils/
H A DqdMetaData.cpp51 void *base = mmap(NULL, size, PROT_READ|PROT_WRITE, MAP_SHARED, local
53 if (!base) {
57 MetaData_t *data = reinterpret_cast <MetaData_t *>(base);
85 if(munmap(base, size))
86 ALOGE("%s: failed to unmap ptr 0x%x, err %d", __func__, (int)base,

Completed in 1503 milliseconds

123456789