Searched defs:base (Results 1 - 25 of 165) sorted by relevance

1234567

/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)->
/hardware/qcom/display/msm8084/libqdutils/
H A DqdMetaData.cpp52 void *base = mmap(NULL, size, PROT_READ|PROT_WRITE, MAP_SHARED, local
54 if (!base) {
58 MetaData_t *data = reinterpret_cast <MetaData_t *>(base);
92 if(munmap(base, size))
93 ALOGE("%s: failed to unmap ptr %p, err %d", __func__, (void*)base,
/hardware/qcom/display/msm8226/libqdutils/
H A DqdMetaData.cpp53 void *base = mmap(NULL, size, PROT_READ|PROT_WRITE, MAP_SHARED, local
55 if (base == reinterpret_cast<void*>(MAP_FAILED)) {
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/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,
/hardware/qcom/display/msm8994/libqdutils/
H A DqdMetaData.cpp53 void *base = mmap(NULL, size, PROT_READ|PROT_WRITE, MAP_SHARED, local
55 if (base == reinterpret_cast<void*>(MAP_FAILED)) {
59 MetaData_t *data = reinterpret_cast <MetaData_t *>(base);
99 if(munmap(base, size))
100 ALOGE("%s: failed to unmap ptr %p, err %d", __func__, (void*)base,
/hardware/intel/common/libmix/mix_video/src/
H A Dtest.c20 MixDisplay *base = MIX_DISPLAY (x11); local
22 gboolean flag = MIX_IS_DISPLAYX11 (base);
32 base = MIX_DISPLAY (x11_clone);
34 flag = MIX_IS_DISPLAYX11 (base);
/hardware/intel/img/hwcomposer/merrifield/ips/penwell/
H A DPnwGrallocBuffer.h26 native_handle_t base; member in struct:android::intel::PnwIMGGrallocBuffer
/hardware/libhardware/modules/gralloc/
H A Dmapper.cpp50 hnd->base = uintptr_t(mappedAddress) + hnd->offset;
54 *vaddr = (void*)hnd->base;
63 void* base = (void*)hnd->base; local
65 //ALOGD("unmapping from %p, size=%d", base, size);
66 if (munmap(base, size) < 0) {
70 hnd->base = 0;
133 if (hnd->base)
149 if (hnd->base) {
174 *vaddr = (void*)hnd->base;
[all...]
/hardware/qcom/display/msm8909/gralloc/
H A Dgr_device_impl.h38 hw_module_t base; member in struct:private_module_t
/hardware/qcom/display/msm8909w_3100/libgralloc1/
H A Dgr_device_impl.h38 hw_module_t base; member in struct:private_module_t
/hardware/qcom/display/msm8996/libgralloc1/
H A Dgr_device_impl.h38 hw_module_t base; member in struct:private_module_t
/hardware/qcom/display/msm8996/libqdutils/
H A DqdMetaData.cpp52 void *base = mmap(NULL, size, PROT_READ|PROT_WRITE, MAP_SHARED, local
54 if (base == reinterpret_cast<void*>(MAP_FAILED)) {
60 handle->base_metadata = (uintptr_t) base;
/hardware/qcom/display/msm8998/libgralloc1/
H A Dgr_device_impl.h38 hw_module_t base; member in struct:private_module_t
/hardware/qcom/display/msm8998/libqdutils/
H A DqdMetaData.cpp52 void *base = mmap(NULL, size, PROT_READ|PROT_WRITE, MAP_SHARED, local
54 if (base == reinterpret_cast<void*>(MAP_FAILED)) {
60 handle->base_metadata = (uintptr_t) base;
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DStreamIoUtil.h126 void init(const CharT *base, size_t size) { argument
127 setg((char*)base, (char*)base, (char*)(base + size));
131 void init(CharT *base, size_t size) { argument
132 setg((char*)base, (char*)base, (char*)(base + size));
133 setp((char*)base, (char*)(base
[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,
/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,
/hardware/qcom/display/msm8909/libgralloc/
H A Dmemalloc.h44 void *base; member in struct:gralloc::alloc_data
65 virtual int free_buffer(void *base, unsigned int size,
73 virtual int unmap_buffer(void *base, unsigned int size,
77 virtual int clean_buffer(void *base, unsigned int size,
/hardware/qcom/display/msm8909w_3100/libgralloc/
H A Dmemalloc.h44 void *base; member in struct:gralloc::alloc_data
65 virtual int free_buffer(void *base, unsigned int size,
73 virtual int unmap_buffer(void *base, unsigned int size,
77 virtual int clean_buffer(void *base, unsigned int size,
/hardware/qcom/display/msm8960/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,
/hardware/qcom/display/msm8994/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,
/hardware/qcom/display/msm8996/libgralloc/
H A Dmemalloc.h44 void *base; member in struct:gralloc::alloc_data
65 virtual int free_buffer(void *base, unsigned int size,
73 virtual int unmap_buffer(void *base, unsigned int size,
77 virtual int clean_buffer(void *base, unsigned int size,
/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/google/av/codec2/vndk/util/
H A DC2InterfaceUtils.cpp35 #include <android-base/stringprintf.h>
118 double base = _mNum / _mDenom; local
124 double nextValue = fma(lastValue, base, _mStep);
887 * Iterator base class helper that allows descending into the field hierarchy.
892 /// returns the base-field's offset of the parent field (or the param offset if no parent)
943 * Iterator implementing enumerateFields() that visits each base field.
946 /// enumerate base fields of a parameter
952 /// enumerate base fields of a field
966 /// Increments this iterator by visiting each base field.
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp4/parser/
H A Dviddec_mp4_videoobjectplane.c210 static inline mp4_Status_t mp4_pvt_extract_modulotimebase_from_VideoObjectPlane(void *parent, uint32_t *base) argument
216 *base = 0;
221 *base += code;

Completed in 689 milliseconds

1234567